Skip to content

Commit e0f9b05

Browse files
committed
1 parent d1da9a8 commit e0f9b05

File tree

12 files changed

+77
-14
lines changed

12 files changed

+77
-14
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.7.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.7.0) (2025-06-23)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
10+
11+
12+
13+
614
## [17.6.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.6.2) (2025-06-22)
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.6.2",
3+
"version": "17.7.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",

packages/parser/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.6.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.6.0) (2025-06-23)
7+
8+
9+
### Features
10+
11+
* implement unified @pgsql/cli package ([b009a17](https://github.com/launchql/pgsql-parser/commit/b009a172c3c93033573745e80354a7dac973e2bf))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Binary renamed from pg-proto-parser to pgsql. Command structure changed from subcommands to main commands.
17+
18+
19+
20+
21+
622
## [17.5.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.5.2) (2025-06-22)
723

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

packages/parser/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "17.5.2",
3+
"version": "17.6.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",
@@ -19,7 +19,6 @@
1919
"bugs": {
2020
"url": "https://github.com/launchql/pgsql-parser/issues"
2121
},
22-
2322
"scripts": {
2423
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
2524
"clean": "rimraf dist",
@@ -42,6 +41,6 @@
4241
"dependencies": {
4342
"@pgsql/types": "^17.6.1",
4443
"libpg-query": "17.5.2",
45-
"pgsql-deparser": "^17.6.2"
44+
"pgsql-deparser": "^17.7.0"
4645
}
4746
}

packages/pgsql-cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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 (2025-06-23)
7+
8+
9+
### Features
10+
11+
* implement unified @pgsql/cli package ([b009a17](https://github.com/launchql/pgsql-parser/commit/b009a172c3c93033573745e80354a7dac973e2bf))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Binary renamed from pg-proto-parser to pgsql. Command structure changed from subcommands to main commands.
17+
18+
19+
20+
21+
622
## [1.29.2](https://github.com/launchql/pgsql-parser/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-22)
723

824
**Note:** Version bump only for package @launchql/proto-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.29.2",
3+
"version": "1.30.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.28.2",
56-
"pgsql-parser": "^17.5.2",
57-
"pgsql-deparser": "^17.6.2"
55+
"pg-proto-parser": "^1.29.0",
56+
"pgsql-deparser": "^17.7.0",
57+
"pgsql-parser": "^17.6.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.29.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.29.0) (2025-06-23)
7+
8+
**Note:** Version bump only for package pg-proto-parser
9+
10+
11+
12+
13+
614
## [1.28.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.28.2) (2025-06-22)
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.28.2",
3+
"version": "1.29.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.6.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-06-23)
7+
8+
**Note:** Version bump only for package @pgsql/transform
9+
10+
11+
12+
13+
614
## [17.5.2](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-06-22)
715

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

packages/transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/transform",
3-
"version": "17.5.2",
3+
"version": "17.6.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Transform PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",
@@ -31,7 +31,7 @@
3131
"test:watch": "jest --watch"
3232
},
3333
"devDependencies": {
34-
"pg-proto-parser": "^1.28.2"
34+
"pg-proto-parser": "^1.29.0"
3535
},
3636
"keywords": []
3737
}

0 commit comments

Comments
 (0)