Skip to content

Commit

Permalink
chore: release package(s) (#181)
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] authored Jun 25, 2022
1 parent 702f44a commit 109ad63
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/afraid-singers-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-lemons-listen.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.14.1

### Patch Changes

- [#180](https://github.com/rx-ts/prettier/pull/180) [`702f44a`](https://github.com/rx-ts/prettier/commit/702f44a70af261fda02341a8ea90d6973f31f3e6) Thanks [@JounQin](https://github.com/JounQin)! - chore: update node engine setting

## 0.14.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.14.0",
"version": "0.14.1",
"type": "module",
"description": "An opinionated package.json formatter plugin for Prettier",
"repository": "[email protected]/rx-ts/prettier.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/sh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.12.0

### Minor Changes

- [#180](https://github.com/rx-ts/prettier/pull/180) [`702f44a`](https://github.com/rx-ts/prettier/commit/702f44a70af261fda02341a8ea90d6973f31f3e6) Thanks [@JounQin](https://github.com/JounQin)! - feat(sh): use sh-syntax + synckit which is stable and faster

### Patch Changes

- [#180](https://github.com/rx-ts/prettier/pull/180) [`702f44a`](https://github.com/rx-ts/prettier/commit/702f44a70af261fda02341a8ea90d6973f31f3e6) Thanks [@JounQin](https://github.com/JounQin)! - chore: update node engine setting

## 0.11.0

### Minor 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.11.0",
"version": "0.12.0",
"type": "module",
"description": "An opinionated `shellscript、Dockerfile、properties、gitignore、dotenv、hosts、jvmoptions...` formatter plugin for Prettier",
"repository": "[email protected]/rx-ts/prettier.git",
Expand Down
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.8.1

### Patch Changes

- [#180](https://github.com/rx-ts/prettier/pull/180) [`702f44a`](https://github.com/rx-ts/prettier/commit/702f44a70af261fda02341a8ea90d6973f31f3e6) Thanks [@JounQin](https://github.com/JounQin)! - chore: update node engine setting

## 0.8.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.8.0",
"version": "0.8.1",
"type": "module",
"description": "An opinionated sql formatter plugin for Prettier",
"repository": "[email protected]/rx-ts/prettier.git",
Expand Down

0 comments on commit 109ad63

Please sign in to comment.