Skip to content

Commit de2ac12

Browse files
committed
1 parent 0099551 commit de2ac12

File tree

15 files changed

+5308
-2631
lines changed

15 files changed

+5308
-2631
lines changed

packages/deparser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.12.2) (2025-12-11)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
610
## [17.12.1](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.12.1) (2025-11-23)
711

812
**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.12.1",
3+
"version": "17.12.2",
44
"author": "Constructive <[email protected]>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",

packages/parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.9.2) (2025-12-11)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
## [17.9.1](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.9.1) (2025-11-23)
711

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

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "17.9.1",
3+
"version": "17.9.2",
44
"author": "Constructive <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",

packages/pgsql-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-12-11)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
## [1.32.1](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-11-23)
711

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

packages/pgsql-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/cli",
3-
"version": "1.32.1",
3+
"version": "1.32.2",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Constructive <[email protected]>",
66
"main": "index.js",

packages/proto-parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@1.30.2) (2025-12-11)
7+
8+
**Note:** Version bump only for package pg-proto-parser
9+
610
## [1.30.1](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@1.30.1) (2025-11-23)
711

812
**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.30.1",
3+
"version": "1.30.2",
44
"description": "The LaunchQL Proto parser",
55
"author": "Constructive <[email protected]>",
66
"main": "index.js",

packages/transform/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-12-11)
7+
8+
**Note:** Version bump only for package @pgsql/transform
9+
610
## [17.9.1](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-11-23)
711

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

packages/transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/transform",
3-
"version": "17.9.1",
3+
"version": "17.9.2",
44
"author": "Constructive <[email protected]>",
55
"description": "Transform PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",

0 commit comments

Comments
 (0)