Skip to content

Commit

Permalink
chore: release package(s) (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JounQin and github-actions[bot] committed Jul 6, 2023
1 parent 4605fa5 commit aa1ef18
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-camels-change.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/pre.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stale-days-dance.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/autocorrect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.4.0

### Minor Changes

- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3

## 0.4.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autocorrect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-autocorrect",
"version": "0.4.0-alpha.0",
"version": "0.4.0",
"type": "module",
"description": "An opinionated AutoCorrect plugin for Prettier",
"repository": "git@github.com/un-ts/prettier.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.18.0

### Minor Changes

- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3

## 0.18.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-pkg",
"version": "0.18.0-alpha.0",
"version": "0.18.0",
"type": "module",
"description": "An opinionated package.json formatter plugin for Prettier",
"repository": "git@github.com/un-ts/prettier.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/sh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.13.0

### Minor Changes

- [#259](https://github.com/un-ts/prettier/pull/259) [`01b32f0`](https://github.com/un-ts/prettier/commit/01b32f09760a85c16461a3ff541270644c72a31c) Thanks [@JounQin](https://github.com/JounQin)! - feat: upgrade sh-syntax which is much stable now

- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3

## 0.13.0-alpha.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-sh",
"version": "0.13.0-alpha.1",
"version": "0.13.0",
"type": "module",
"description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...",
"repository": "git@github.com/un-ts/prettier.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.15.0

### Minor Changes

- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3

## 0.15.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-sql",
"version": "0.15.0-alpha.0",
"version": "0.15.0",
"type": "module",
"description": "An opinionated sql formatter plugin for Prettier",
"repository": "git@github.com/un-ts/prettier.git",
Expand Down

0 comments on commit aa1ef18

Please sign in to comment.