Skip to content

Commit 94ed534

Browse files
committed
chore(release): publish
- pgsql-deparser@17.15.1 - pgsql-parser@17.9.6 - pg-ast@17.9.1 - @pgsql/cli@1.32.6 - pg-proto-parser@1.30.3 - @pgsql/transform@17.9.6 - @pgsql/traverse@17.2.3 - @pgsql/utils@17.8.6
1 parent 1779041 commit 94ed534

16 files changed

Lines changed: 40 additions & 8 deletions

File tree

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.15.1](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.15.0...pgsql-deparser@17.15.1) (2025-12-27)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
610
# [17.15.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.14.0...pgsql-deparser@17.15.0) (2025-12-25)
711

812
### Features

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.15.0",
3+
"version": "17.15.1",
44
"author": "Constructive <developers@constructive.io>",
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.6](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.5...pgsql-parser@17.9.6) (2025-12-27)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
## [17.9.5](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.4...pgsql-parser@17.9.5) (2025-12-25)
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.5",
3+
"version": "17.9.6",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",

packages/pg-ast/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.1](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.0...pg-ast@17.9.1) (2025-12-27)
7+
8+
**Note:** Version bump only for package pg-ast
9+
610
# 17.9.0 (2025-12-27)
711

812
### Features

packages/pg-ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-ast",
3-
"version": "17.9.0",
3+
"version": "17.9.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST helpers for building AST nodes",
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.6](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.5...@pgsql/cli@1.32.6) (2025-12-27)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
## [1.32.5](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.4...@pgsql/cli@1.32.5) (2025-12-25)
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.5",
3+
"version": "1.32.6",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Constructive <developers@constructive.io>",
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.3](https://github.com/constructive-io/pgsql-parser/compare/pg-proto-parser@1.30.2...pg-proto-parser@1.30.3) (2025-12-27)
7+
8+
**Note:** Version bump only for package pg-proto-parser
9+
610
## [1.30.2](https://github.com/constructive-io/pgsql-parser/compare/pg-proto-parser@1.30.1...pg-proto-parser@1.30.2) (2025-12-11)
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.2",
3+
"version": "1.30.3",
44
"description": "The LaunchQL Proto parser",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

0 commit comments

Comments
 (0)