Skip to content

Commit b5a2643

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

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/metal-plums-design.md

-5
This file was deleted.

.changeset/spotty-cougars-clean.md

-5
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.17.1
4+
5+
### Patch Changes
6+
7+
- [#220](https://github.com/un-ts/prettier/pull/220) [`bead492`](https://github.com/un-ts/prettier/commit/bead4925e75e1a7392b3a952949edc4c213a9887) Thanks [@JounQin](https://github.com/JounQin)! - fix: `$schema` should always be the first key
8+
39
## 0.17.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.17.0",
3+
"version": "0.17.1",
44
"type": "module",
55
"description": "An opinionated package.json formatter plugin for Prettier",
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.12.0
4+
5+
### Minor Changes
6+
7+
- [#220](https://github.com/un-ts/prettier/pull/220) [`bead492`](https://github.com/un-ts/prettier/commit/bead4925e75e1a7392b3a952949edc4c213a9887) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `sql-formatter@v10`
8+
39
## 0.11.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.11.0",
3+
"version": "0.12.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)