Skip to content

Commit 7b4f0f0

Browse files
chore: release package(s) (#454)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6bf3288 commit 7b4f0f0

File tree

11 files changed

+35
-14
lines changed

11 files changed

+35
-14
lines changed

.changeset/little-baboons-ring.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.3
4+
5+
### Patch Changes
6+
7+
- [#453](https://github.com/un-ts/prettier/pull/453) [`b44651a`](https://github.com/un-ts/prettier/commit/b44651a38d8f87da584f898fb46db0ec69005725) Thanks [@JounQin](https://github.com/JounQin)! - fix: remove buggy `module-sync` exports field
8+
39
## 0.4.2
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.2",
3+
"version": "0.4.3",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.19.1
4+
5+
### Patch Changes
6+
7+
- [#453](https://github.com/un-ts/prettier/pull/453) [`b44651a`](https://github.com/un-ts/prettier/commit/b44651a38d8f87da584f898fb46db0ec69005725) Thanks [@JounQin](https://github.com/JounQin)! - fix: remove buggy `module-sync` exports field
8+
39
## 0.19.0
410

511
### Minor 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.19.0",
3+
"version": "0.19.1",
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.17.3
4+
5+
### Patch Changes
6+
7+
- [#453](https://github.com/un-ts/prettier/pull/453) [`b44651a`](https://github.com/un-ts/prettier/commit/b44651a38d8f87da584f898fb46db0ec69005725) Thanks [@JounQin](https://github.com/JounQin)! - fix: remove buggy `module-sync` exports field
8+
39
## 0.17.2
410

511
### Patch 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.17.2",
3+
"version": "0.17.3",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.19.1
4+
5+
### Patch Changes
6+
7+
- [#453](https://github.com/un-ts/prettier/pull/453) [`b44651a`](https://github.com/un-ts/prettier/commit/b44651a38d8f87da584f898fb46db0ec69005725) Thanks [@JounQin](https://github.com/JounQin)! - fix: remove buggy `module-sync` exports field
8+
39
## 0.19.0
410

511
### Minor 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.19.0",
3+
"version": "0.19.1",
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.5
4+
5+
### Patch Changes
6+
7+
- [#453](https://github.com/un-ts/prettier/pull/453) [`b44651a`](https://github.com/un-ts/prettier/commit/b44651a38d8f87da584f898fb46db0ec69005725) Thanks [@JounQin](https://github.com/JounQin)! - fix: remove buggy `module-sync` exports field
8+
39
## 2.0.4
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.4",
3+
"version": "2.0.5",
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)