Skip to content

Commit

Permalink
chore: release package(s) (#211)
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 29, 2022
1 parent 4b37afd commit 1e06f2e
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-crabs-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-vans-teach.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-carpets-divide.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.1

### Patch Changes

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

## 0.16.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.16.0",
"version": "0.16.1",
"type": "module",
"description": "An opinionated package.json formatter plugin for Prettier",
"repository": "git@github.com/un-ts/prettier.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/sh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.12.7

### Patch Changes

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

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

## 0.12.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-sh",
"version": "0.12.6",
"version": "0.12.7",
"type": "module",
"description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...",
"repository": "git@github.com/un-ts/prettier.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.10.1

### Patch Changes

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

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

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

0 comments on commit 1e06f2e

Please sign in to comment.