Skip to content

Commit 0e7a125

Browse files
chore: release package(s) (#316)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7db8ba4 commit 0e7a125

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

.changeset/bright-mayflies-check.md

-5
This file was deleted.

.changeset/honest-pigs-type.md

-5
This file was deleted.

.changeset/purple-years-divide.md

-5
This file was deleted.

packages/sql/CHANGELOG.md

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [#315](https://github.com/un-ts/prettier/pull/315) [`ac2b2fb`](https://github.com/un-ts/prettier/commit/ac2b2fb0241bfb3b4fe7aa69390b41f97229355e) Thanks [@karlhorky](https://github.com/karlhorky)! - feat: upgrade to sql-formatter v14, remove `tabulateAlias` and `commaPosition` options
8+
39
## 0.16.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.16.0",
3+
"version": "0.17.0",
44
"type": "module",
55
"description": "An opinionated sql formatter plugin for Prettier",
66
"repository": "[email protected]/un-ts/prettier.git",

packages/toml/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# Change Log
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#314](https://github.com/un-ts/prettier/pull/314) [`7db8ba4`](https://github.com/un-ts/prettier/commit/7db8ba4c35746cfc9c40e7de8b476902b876390e) Thanks [@so1ve](https://github.com/so1ve)! - feat!: add `toml` plugin, use `taplo` inside instead
8+
9+
We've migrated our repository from https://github.com/un-ts/toml-tools (v1) to https://github.com/un-ts/prettier/tree/master/packages/toml (v2), v1 has its own parser and printer while v2 just wrapps [`taplo`](https://github.com/tamasfe/taplo) which is faster and efficienter.
10+
11+
### Patch Changes
12+
13+
- [#314](https://github.com/un-ts/prettier/pull/314) [`7db8ba4`](https://github.com/un-ts/prettier/commit/7db8ba4c35746cfc9c40e7de8b476902b876390e) Thanks [@so1ve](https://github.com/so1ve)! - fix: do not remove blank lines after comments - close https://github.com/un-ts/toml-tools/issues/74

packages/toml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-toml",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"type": "module",
55
"description": "An opinionated `toml` formatter plugin for Prettier",
66
"repository": "[email protected]/un-ts/prettier.git",

0 commit comments

Comments
 (0)