Skip to content

Commit dfffa64

Browse files
committed
1 parent d1f68fe commit dfffa64

File tree

16 files changed

+80
-16
lines changed

16 files changed

+80
-16
lines changed

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

816
**Note:** Version bump only for package @launchql/proto-cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/proto-cli",
3-
"version": "1.29.1",
3+
"version": "1.29.2",
44
"description": "The LaunchQL PG Proto parser",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",
@@ -53,6 +53,6 @@
5353
"minimist": "1.2.8",
5454
"mkdirp": "3.0.1",
5555
"nested-obj": "^0.0.1",
56-
"pg-proto-parser": "^1.28.1"
56+
"pg-proto-parser": "^1.28.2"
5757
}
5858
}

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.6.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.6.2) (2025-06-22)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
10+
11+
12+
13+
614
## [17.6.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.6.1) (2025-06-22)
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": "17.6.1",
3+
"version": "17.6.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",
@@ -49,6 +49,6 @@
4949
"libpg-query": "17.3.3"
5050
},
5151
"dependencies": {
52-
"@pgsql/types": "^17.5.1"
52+
"@pgsql/types": "^17.5.2"
5353
}
5454
}

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+
## [17.5.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.5.2) (2025-06-22)
7+
8+
**Note:** Version bump only for package pgsql-enums
9+
10+
11+
12+
13+
614
## [17.5.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.5.1) (2025-06-22)
715

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

packages/enums/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-enums",
3-
"version": "17.5.1",
3+
"version": "17.5.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST enums 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.1"
34+
"pg-proto-parser": "^1.28.2"
3535
},
3636
"keywords": []
3737
}

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.5.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.5.2) (2025-06-22)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
10+
11+
12+
13+
614
## [17.5.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.5.1) (2025-06-22)
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.5.1",
3+
"version": "17.5.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",
@@ -42,7 +42,7 @@
4242
"database"
4343
],
4444
"dependencies": {
45-
"@pgsql/types": "^17.5.1",
45+
"@pgsql/types": "^17.5.2",
4646
"libpg-query": "17.3.3",
4747
"minimist": "^1.2.6"
4848
}

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.28.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.28.2) (2025-06-22)
7+
8+
**Note:** Version bump only for package pg-proto-parser
9+
10+
11+
12+
13+
614
## [1.28.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.28.1) (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.1",
3+
"version": "1.28.2",
44
"description": "The LaunchQL Proto parser",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)