Skip to content

Commit 0440276

Browse files
chore: release package(s) (alpha) (#258)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4480a1 commit 0440276

File tree

9 files changed

+31
-5
lines changed

9 files changed

+31
-5
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"prettier-plugin-sh": "0.12.8",
88
"prettier-plugin-sql": "0.13.0"
99
},
10-
"changesets": []
10+
"changesets": [
11+
"stale-days-dance"
12+
]
1113
}

packages/autocorrect/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.4.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3
8+
39
## 0.3.0
410

511
### Minor Changes

packages/autocorrect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-autocorrect",
3-
"version": "0.3.0",
3+
"version": "0.4.0-alpha.0",
44
"type": "module",
55
"description": "An opinionated AutoCorrect plugin for Prettier",
66
"repository": "[email protected]/un-ts/prettier.git",

packages/pkg/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.18.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3
8+
39
## 0.17.1
410

511
### Patch Changes

packages/pkg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-pkg",
3-
"version": "0.17.1",
3+
"version": "0.18.0-alpha.0",
44
"type": "module",
55
"description": "An opinionated package.json formatter plugin for Prettier",
66
"repository": "[email protected]/un-ts/prettier.git",

packages/sh/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.13.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3
8+
39
## 0.12.8
410

511
### Patch Changes

packages/sh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sh",
3-
"version": "0.12.8",
3+
"version": "0.13.0-alpha.0",
44
"type": "module",
55
"description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...",
66
"repository": "[email protected]/un-ts/prettier.git",

packages/sql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.15.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3
8+
39
## 0.14.0
410

511
### Minor Changes

packages/sql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sql",
3-
"version": "0.14.0",
3+
"version": "0.15.0-alpha.0",
44
"type": "module",
55
"description": "An opinionated sql formatter plugin for Prettier",
66
"repository": "[email protected]/un-ts/prettier.git",

0 commit comments

Comments
 (0)