Skip to content

Commit aa1ef18

Browse files
chore: release package(s) (#268)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4605fa5 commit aa1ef18

11 files changed

+30
-31
lines changed

.changeset/funny-camels-change.md

-5
This file was deleted.

.changeset/pre.json

-14
This file was deleted.

.changeset/stale-days-dance.md

-8
This file was deleted.

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
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.4.0-alpha.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.4.0-alpha.0",
3+
"version": "0.4.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
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.18.0-alpha.0
410

511
### Minor 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.18.0-alpha.0",
3+
"version": "0.18.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

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [`b4480a1`](https://github.com/un-ts/prettier/commit/b4480a1ba0e94b697cf4637a158b388dc28a9bc0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support prettier@v3
10+
311
## 0.13.0-alpha.1
412

513
### Minor 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.13.0-alpha.1",
3+
"version": "0.13.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
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.15.0-alpha.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.15.0-alpha.0",
3+
"version": "0.15.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)