Skip to content

Commit 1358b34

Browse files
committed
chore(release): publish
- [email protected] - [email protected] - @pgsql/[email protected]
1 parent 55704ed commit 1358b34

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

packages/deparser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [13.14.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.14.0) (2024-04-01)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
10+
11+
12+
13+
614
# [13.13.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.13.0) (2024-04-01)
715

816
**Note:** Version bump only for package pgsql-deparser

packages/deparser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-deparser",
3-
"version": "13.13.0",
3+
"version": "13.14.0",
44
"description": "PostgreSQL AST Deparser",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",
@@ -74,7 +74,7 @@
7474
"esprima": "4.0.1",
7575
"glob": "8.0.3",
7676
"jest": "^29.7.0",
77-
"pgsql-parser": "^13.14.0",
77+
"pgsql-parser": "^13.15.0",
7878
"prettier": "^2.8.7",
7979
"rimraf": "5.0.5",
8080
"ts-jest": "^29.1.0",

packages/parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [13.15.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.15.0) (2024-04-01)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
10+
11+
12+
13+
614
# [13.14.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.14.0) (2024-04-01)
715

816
**Note:** Version bump only for package pgsql-parser

packages/parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "13.14.0",
3+
"version": "13.15.0",
44
"description": "The real PostgreSQL query parser",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"libpg-query": "13.3.2",
8888
"minimist": "^1.2.6",
89-
"pgsql-deparser": "^13.13.0",
89+
"pgsql-deparser": "^13.14.0",
9090
"pgsql-enums": "^13.9.0"
9191
}
9292
}

packages/utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [13.10.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-01)
7+
8+
**Note:** Version bump only for package @pgsql/utils
9+
10+
11+
12+
13+
614
# [13.9.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-01)
715

816
**Note:** Version bump only for package @pgsql/utils

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/utils",
3-
"version": "13.9.0",
3+
"version": "13.10.0",
44
"description": "PostgreSQL AST utils for pgsql-parser",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",
@@ -66,7 +66,7 @@
6666
"esprima": "4.0.1",
6767
"jest": "^29.5.0",
6868
"pg-proto-parser": "^1.20.0",
69-
"pgsql-deparser": "^13.13.0",
69+
"pgsql-deparser": "^13.14.0",
7070
"prettier": "^2.8.7",
7171
"rimraf": "5.0.5",
7272
"ts-jest": "^29.1.0",

0 commit comments

Comments
 (0)