Skip to content

Commit

Permalink
chore: release package(s) (alpha) (#258)
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] authored Apr 8, 2023
1 parent b4480a1 commit 0440276
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"prettier-plugin-sh": "0.12.8",
"prettier-plugin-sql": "0.13.0"
},
"changesets": []
"changesets": [
"stale-days-dance"
]
}
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-alpha.0

### Minor Changes

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

## 0.3.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.3.0",
"version": "0.4.0-alpha.0",
"type": "module",
"description": "An opinionated AutoCorrect plugin for Prettier",
"repository": "[email protected]/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-alpha.0

### Minor Changes

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

## 0.17.1

### Patch 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.17.1",
"version": "0.18.0-alpha.0",
"type": "module",
"description": "An opinionated package.json formatter plugin for Prettier",
"repository": "[email protected]/un-ts/prettier.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/sh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.13.0-alpha.0

### Minor Changes

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

## 0.12.8

### Patch 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.12.8",
"version": "0.13.0-alpha.0",
"type": "module",
"description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...",
"repository": "[email protected]/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-alpha.0

### Minor Changes

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

## 0.14.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.14.0",
"version": "0.15.0-alpha.0",
"type": "module",
"description": "An opinionated sql formatter plugin for Prettier",
"repository": "[email protected]/un-ts/prettier.git",
Expand Down

0 comments on commit 0440276

Please sign in to comment.