Skip to content

Commit 3ae060b

Browse files
committed
1 parent 0c8e955 commit 3ae060b

File tree

14 files changed

+72
-16
lines changed

14 files changed

+72
-16
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+
# [17.12.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.12.0) (2025-11-23)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
10+
11+
12+
13+
614
## [17.11.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.11.1) (2025-08-08)
715

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

packages/deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-deparser",
3-
"version": "17.11.1",
3+
"version": "17.12.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",

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+
# [17.9.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.9.0) (2025-11-23)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
10+
11+
12+
13+
614
## [17.8.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.8.1) (2025-08-08)
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": "17.8.2",
3+
"version": "17.9.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",
@@ -43,6 +43,6 @@
4343
"dependencies": {
4444
"@pgsql/types": "^17.6.1",
4545
"libpg-query": "17.6.0",
46-
"pgsql-deparser": "^17.11.1"
46+
"pgsql-deparser": "^17.12.0"
4747
}
4848
}

packages/pgsql-cli/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+
# [1.32.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-11-23)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
10+
11+
12+
13+
614
## [1.31.11](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-08-08)
715

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

packages/pgsql-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/cli",
3-
"version": "1.31.11",
3+
"version": "1.32.0",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",
@@ -52,8 +52,8 @@
5252
"minimist": "1.2.8",
5353
"mkdirp": "3.0.1",
5454
"nested-obj": "^0.0.1",
55-
"pg-proto-parser": "^1.29.2",
56-
"pgsql-deparser": "^17.11.1",
57-
"pgsql-parser": "^17.8.1"
55+
"pg-proto-parser": "^1.30.0",
56+
"pgsql-deparser": "^17.12.0",
57+
"pgsql-parser": "^17.9.0"
5858
}
5959
}

packages/proto-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+
# [1.30.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.30.0) (2025-11-23)
7+
8+
**Note:** Version bump only for package pg-proto-parser
9+
10+
11+
12+
13+
614
## [1.29.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.29.2) (2025-07-01)
715

816
**Note:** Version bump only for package pg-proto-parser

packages/proto-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-proto-parser",
3-
"version": "1.29.2",
3+
"version": "1.30.0",
44
"description": "The LaunchQL Proto parser",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",

packages/transform/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+
# [17.9.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-11-23)
7+
8+
**Note:** Version bump only for package @pgsql/transform
9+
10+
11+
12+
13+
614
## [17.8.3](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-08-08)
715

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

packages/transform/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/transform",
3-
"version": "17.8.3",
3+
"version": "17.9.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Transform PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",
@@ -34,8 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"@pgsql/parser": "^1.2.0",
37-
"pg-proto-parser": "^1.29.2",
38-
"pgsql-deparser": "^17.11.1"
37+
"pg-proto-parser": "^1.30.0",
38+
"pgsql-deparser": "^17.12.0"
3939
},
4040
"keywords": []
4141
}

0 commit comments

Comments
 (0)