Skip to content

Commit cc6fe39

Browse files
chore: release packages (#115)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8af1142 commit cc6fe39

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/perfect-pets-cry.md

-5
This file was deleted.

.changeset/six-days-hug.md

-5
This file was deleted.

packages/sh/CHANGELOG.md

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

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [#114](https://github.com/rx-ts/prettier/pull/114) [`2e20446`](https://github.com/rx-ts/prettier/commit/2e2044646f4a9c69956be76d26424d55ee41c701) Thanks [@JounQin](https://github.com/JounQin)! - fix: add missing since property for languages
8+
39
## 0.7.0
410

511
### Minor Changes

packages/sh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sh",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "An opinionated `shellscript、Dockerfile、properties、gitignore、dotenv、hosts、jvmoptions...` formatter plugin for Prettier",
55
"repository": "[email protected]/rx-ts/prettier.git",
66
"homepage": "https://github.com/rx-ts/prettier/blob/master/packages/sh",

packages/sql/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#116](https://github.com/rx-ts/prettier/pull/116) [`8af1142`](https://github.com/rx-ts/prettier/commit/8af11429e08178200d4a8468ee93784408e413e6) Thanks [@JounQin](https://github.com/JounQin)! - feat(sql): add support of languages property for plugin-sql
8+
39
## 0.2.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.2.0",
3+
"version": "0.3.0",
44
"description": "An opinionated sql formatter plugin for Prettier",
55
"repository": "[email protected]/rx-ts/prettier.git",
66
"homepage": "https://github.com/rx-ts/prettier/blob/master/packages/sql",

0 commit comments

Comments
 (0)