Skip to content

Commit 344520c

Browse files
chore: release package(s) (#428)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f11e517 commit 344520c

15 files changed

+47
-34
lines changed

.changeset/eight-taxis-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eight-taxis-sell.md.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/five-chefs-move.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/four-llamas-burn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/huge-coats-jog.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/autocorrect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [`facf7ac`](https://github.com/un-ts/prettier/commit/facf7acb0eff0520a74de4f8f710c8bdaeeb40e9) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `require` entry types, add `module-sync` entry
8+
39
## 0.4.1
410

511
### Patch Changes

packages/autocorrect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-autocorrect",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "An opinionated AutoCorrect plugin for Prettier",
66
"repository": "git+https://github.com/un-ts/prettier.git",

packages/pkg/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [`facf7ac`](https://github.com/un-ts/prettier/commit/facf7acb0eff0520a74de4f8f710c8bdaeeb40e9) Thanks [@JounQin](https://github.com/JounQin)! - feat: change `types` related entries order
8+
9+
### Patch Changes
10+
11+
- [`facf7ac`](https://github.com/un-ts/prettier/commit/facf7acb0eff0520a74de4f8f710c8bdaeeb40e9) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `require` entry types, add `module-sync` entry
12+
313
## 0.18.1
414

515
### Patch Changes

packages/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-pkg",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"type": "module",
55
"description": "An opinionated package.json formatter plugin for Prettier",
66
"repository": "git+https://github.com/un-ts/prettier.git",

packages/sh/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- [`facf7ac`](https://github.com/un-ts/prettier/commit/facf7acb0eff0520a74de4f8f710c8bdaeeb40e9) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `require` entry types, add `module-sync` entry
8+
39
## 0.16.0
410

511
### Minor Changes

packages/sh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sh",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
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": "git+https://github.com/un-ts/prettier.git",

packages/sql/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [#427](https://github.com/un-ts/prettier/pull/427) [`f11e517`](https://github.com/un-ts/prettier/commit/f11e517d917c2769b11b94826fa7e1838c0b7033) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `node-sql-parser` to v5
8+
9+
- [`facf7ac`](https://github.com/un-ts/prettier/commit/facf7acb0eff0520a74de4f8f710c8bdaeeb40e9) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `node-sql-parser` to v5
10+
11+
### Patch Changes
12+
13+
- [#427](https://github.com/un-ts/prettier/pull/427) [`f11e517`](https://github.com/un-ts/prettier/commit/f11e517d917c2769b11b94826fa7e1838c0b7033) Thanks [@JounQin](https://github.com/JounQin)! - refactor: simplify jsox usage
14+
15+
- [`facf7ac`](https://github.com/un-ts/prettier/commit/facf7acb0eff0520a74de4f8f710c8bdaeeb40e9) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `require` entry types, add `module-sync` entry
16+
317
## 0.18.1
418

519
### Patch Changes

packages/sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sql",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"type": "module",
55
"description": "An opinionated sql formatter plugin for Prettier",
66
"repository": "git+https://github.com/un-ts/prettier.git",

packages/toml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [`facf7ac`](https://github.com/un-ts/prettier/commit/facf7acb0eff0520a74de4f8f710c8bdaeeb40e9) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `require` entry types, add `module-sync` entry
8+
39
## 2.0.3
410

511
### Patch Changes

packages/toml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-toml",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"type": "module",
55
"description": "An opinionated `toml` formatter plugin for Prettier",
66
"repository": "git+https://github.com/un-ts/prettier.git",

0 commit comments

Comments
 (0)