Skip to content

Commit

Permalink
chore: release package(s) (#200)
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
github-actions[bot] and github-actions[bot] committed Jul 5, 2022
1 parent 81c856f commit 44317eb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .changeset/hungry-melons-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-crabs-design.md

This file was deleted.

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

## 0.16.0

### Minor Changes

- [#199](https://github.com/un-ts/prettier/pull/199) [`675f54c`](https://github.com/un-ts/prettier/commit/675f54cdff7281a636f5a2535b6ac86d9b3558c1) Thanks [@JounQin](https://github.com/JounQin)! - feat!: support more fields from yarn and vscode

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-pkg",
"version": "0.15.0",
"version": "0.16.0",
"type": "module",
"description": "An opinionated package.json formatter plugin for Prettier",
"repository": "git@github.com/un-ts/prettier.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.9.0

### Minor Changes

- [#201](https://github.com/un-ts/prettier/pull/201) [`81c856f`](https://github.com/un-ts/prettier/commit/81c856ff2a2fc6426a4774cdc0d7e172117c953f) Thanks [@JounQin](https://github.com/JounQin)! - feat!: upgrade sql-formatter v8, remove deprecated options

- Removed `multilineLists` config option
- Removed `newlineBeforeOpenParen` config option
- Removed `newlineBeforeCloseParen` config option

## 0.8.3

### Patch 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.8.3",
"version": "0.9.0",
"type": "module",
"description": "An opinionated sql formatter plugin for Prettier",
"repository": "git@github.com/un-ts/prettier.git",
Expand Down

0 comments on commit 44317eb

Please sign in to comment.