Skip to content

Commit fc72df0

Browse files
chore: release package(s) (#329)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 372ea30 commit fc72df0

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/lighter-toy-top.md

-5
This file was deleted.

.changeset/objective-rock-sedge.md

-5
This file was deleted.

.changeset/red-news-worry.md

-5
This file was deleted.

packages/sql/CHANGELOG.md

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

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- [#328](https://github.com/un-ts/prettier/pull/328) [`ea85a65`](https://github.com/un-ts/prettier/commit/ea85a650fc9a1eb849e921c6b0a464b8781bc6cb) Thanks [@karlhorky](https://github.com/karlhorky)! - feat: upgrade to sql-formatter v15, add `dataTypeCase` and `keywordCase` options
8+
9+
- [#334](https://github.com/un-ts/prettier/pull/334) [`372ea30`](https://github.com/un-ts/prettier/commit/372ea30503d7e5d7a67825020e5493b262d76167) Thanks [@karlhorky](https://github.com/karlhorky)! - feat: add sql-formatter `dialect` option
10+
11+
### Patch Changes
12+
13+
- [#333](https://github.com/un-ts/prettier/pull/333) [`909e30a`](https://github.com/un-ts/prettier/commit/909e30a421bdc63150e6067562fc9d2efcddcac3) Thanks [@Brookke](https://github.com/Brookke)! - fix: handle inconsistent exports of JSOX
14+
315
## 0.17.1
416

517
### Patch 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.17.1",
3+
"version": "0.18.0",
44
"type": "module",
55
"description": "An opinionated sql formatter plugin for Prettier",
66
"repository": "[email protected]/un-ts/prettier.git",

0 commit comments

Comments
 (0)