Skip to content

Commit

Permalink
chore: release package(s) (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JounQin and github-actions[bot] authored Nov 27, 2023
1 parent 7db8ba4 commit 0e7a125
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-mayflies-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-pigs-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-years-divide.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.17.0

### Minor Changes

- [#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

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-sql",
"version": "0.16.0",
"version": "0.17.0",
"type": "module",
"description": "An opinionated sql formatter plugin for Prettier",
"repository": "[email protected]/un-ts/prettier.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/toml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Change Log

## 2.0.0

### Major Changes

- [#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

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.

### Patch Changes

- [#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
2 changes: 1 addition & 1 deletion packages/toml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-toml",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"description": "An opinionated `toml` formatter plugin for Prettier",
"repository": "[email protected]/un-ts/prettier.git",
Expand Down

0 comments on commit 0e7a125

Please sign in to comment.