Skip to content

Commit 48e7779

Browse files
authored
chore: release package(s) (#431)
1 parent d49d6e5 commit 48e7779

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/spotty-beds-applaud.md

-7
This file was deleted.

.changeset/tiny-ghosts-press.md

-5
This file was deleted.

packages/sh/CHANGELOG.md

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [#430](https://github.com/un-ts/prettier/pull/430) [`f7e38ae`](https://github.com/un-ts/prettier/commit/f7e38ae6584a42dca99bfdcd5d0237279dcfc865) Thanks [@JounQin](https://github.com/JounQin)! - feat(sh): use `sh-syntax` without experimental flag, remove `mvdan-sh` support
8+
9+
Please view <https://github.com/mvdan/sh/issues/1145> for more details.
10+
11+
- [#432](https://github.com/un-ts/prettier/pull/432) [`d49d6e5`](https://github.com/un-ts/prettier/commit/d49d6e59151de0e875109fbab9baeb70afa3f090) Thanks [@JounQin](https://github.com/JounQin)! - feat: prototype to use `dockerfmt` as fallback `printer`, you can also use `parser: dockerfile` to enable it specifically
12+
313
## 0.16.1
414

515
### Patch 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.16.1",
3+
"version": "0.17.0",
44
"type": "module",
55
"description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...",
66
"repository": "git+https://github.com/un-ts/prettier.git",

0 commit comments

Comments
 (0)