Skip to content

Commit 453a537

Browse files
committed
1 parent 85e706e commit 453a537

File tree

12 files changed

+61
-13
lines changed

12 files changed

+61
-13
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.13.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.13.0) (2024-04-01)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
10+
11+
12+
13+
614
# [13.12.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.12.0) (2024-03-30)
715

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

packages/deparser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-deparser",
3-
"version": "13.12.0",
3+
"version": "13.13.0",
44
"description": "PostgreSQL AST Deparser",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",
@@ -74,16 +74,16 @@
7474
"esprima": "4.0.1",
7575
"glob": "8.0.3",
7676
"jest": "^29.7.0",
77-
"pgsql-parser": "^13.13.0",
77+
"pgsql-parser": "^13.14.0",
7878
"prettier": "^2.8.7",
7979
"rimraf": "5.0.5",
8080
"ts-jest": "^29.1.0",
8181
"ts-node": "10.9.2",
8282
"typescript": "^5.0.4"
8383
},
8484
"dependencies": {
85-
"@pgsql/types": "^13.7.0",
85+
"@pgsql/types": "^13.8.0",
8686
"dotty": "^0.1.0",
87-
"pgsql-enums": "^13.8.0"
87+
"pgsql-enums": "^13.9.0"
8888
}
8989
}

packages/enums-json/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.9.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.9.0) (2024-04-01)
7+
8+
**Note:** Version bump only for package pgsql-enums
9+
10+
11+
12+
13+
614
# [13.8.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.8.0) (2024-03-30)
715

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

packages/enums-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-enums",
3-
"version": "13.8.0",
3+
"version": "13.9.0",
44
"description": "PostgreSQL AST enums for deparsing",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",

packages/enums/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.8.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/enums
9+
10+
11+
12+
13+
614
# [13.7.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-03-30)
715

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

packages/enums/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/enums",
3-
"version": "13.7.0",
3+
"version": "13.8.0",
44
"description": "PostgreSQL AST enums for pgsql-parser",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",

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.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-parser
9+
10+
11+
12+
13+
614
# [13.13.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.13.0) (2024-03-30)
715

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

packages/parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "13.13.0",
3+
"version": "13.14.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.12.0",
90-
"pgsql-enums": "^13.8.0"
89+
"pgsql-deparser": "^13.13.0",
90+
"pgsql-enums": "^13.9.0"
9191
}
9292
}

packages/types/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.8.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/types
9+
10+
11+
12+
13+
614
# [13.7.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-03-30)
715

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

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/types",
3-
"version": "13.7.0",
3+
"version": "13.8.0",
44
"description": "PostgreSQL AST types for pgsql-parser",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/launchql/pgsql-parser",

0 commit comments

Comments
 (0)