Skip to content

Commit 1e06f2e

Browse files
chore: release package(s) (#211)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4b37afd commit 1e06f2e

9 files changed

+25
-20
lines changed

.changeset/afraid-crabs-grin.md

-5
This file was deleted.

.changeset/loud-vans-teach.md

-5
This file was deleted.

.changeset/tasty-carpets-divide.md

-7
This file was deleted.

packages/pkg/CHANGELOG.md

+6
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+
- [#209](https://github.com/un-ts/prettier/pull/209) [`4b37afd`](https://github.com/un-ts/prettier/commit/4b37afd7097a6f8a12878045d9e3f6d7d3d8702a) Thanks [@JounQin](https://github.com/JounQin)! - chore(types): migrate to `type` import
8+
39
## 0.16.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.16.0",
3+
"version": "0.16.1",
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.12.7
4+
5+
### Patch Changes
6+
7+
- [#209](https://github.com/un-ts/prettier/pull/209) [`4b37afd`](https://github.com/un-ts/prettier/commit/4b37afd7097a6f8a12878045d9e3f6d7d3d8702a) Thanks [@JounQin](https://github.com/JounQin)! - feat: new `experimentalWasm` option to use `sh-syntax`
8+
9+
- [#209](https://github.com/un-ts/prettier/pull/209) [`4b37afd`](https://github.com/un-ts/prettier/commit/4b37afd7097a6f8a12878045d9e3f6d7d3d8702a) Thanks [@JounQin](https://github.com/JounQin)! - chore(types): migrate to `type` import
10+
311
## 0.12.6
412

513
### 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.6",
3+
"version": "0.12.7",
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

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

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#209](https://github.com/un-ts/prettier/pull/209) [`4b37afd`](https://github.com/un-ts/prettier/commit/4b37afd7097a6f8a12878045d9e3f6d7d3d8702a) Thanks [@JounQin](https://github.com/JounQin)! - fix: add missing `tslib` dependency
8+
9+
- [#209](https://github.com/un-ts/prettier/pull/209) [`4b37afd`](https://github.com/un-ts/prettier/commit/4b37afd7097a6f8a12878045d9e3f6d7d3d8702a) Thanks [@JounQin](https://github.com/JounQin)! - chore(types): migrate to `type` import
10+
311
## 0.10.0
412

513
### 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.10.0",
3+
"version": "0.10.1",
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)