Skip to content

Commit 58ddefe

Browse files
committed
chore(release): publish
- pgsql-deparser@17.18.1 - pgsql-parser@17.9.13 - pg-ast@17.9.9 - @pgsql/cli@1.32.13 - pgsql-types@17.1.5 - plpgsql-deparser@0.7.5 - plpgsql-parser@0.5.6 - pg-proto-parser@1.30.5 - @pgsql/transform@17.9.14 - @pgsql/traverse@17.2.5 - @pgsql/utils@17.8.14
1 parent ffe3915 commit 58ddefe

23 files changed

Lines changed: 5491 additions & 2715 deletions

File tree

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.18.1](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.18.0...pgsql-deparser@17.18.1) (2026-03-15)
7+
8+
### Bug Fixes
9+
10+
- **ci:** add back pg-proto-parser to test matrix, include merge artifacts from main ([7ddf9d9](https://github.com/constructive-io/pgsql-parser/commit/7ddf9d9453ee39743497f0d920cf6ae72516369b))
11+
- **deparser:** emit EXCLUDE clause in window frame specifications ([fc7911a](https://github.com/constructive-io/pgsql-parser/commit/fc7911aa623169e085f4ed48beda6288e769f1d3))
12+
- **deparser:** fix 5 bugs causing 30 test failures ([9136a4a](https://github.com/constructive-io/pgsql-parser/commit/9136a4abc826eeb7a423aa10961c07329d79c131))
13+
614
# [17.18.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.17.2...pgsql-deparser@17.18.0) (2026-03-04)
715

816
### Bug Fixes

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.18.0",
3+
"version": "17.18.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.13](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.12...pgsql-parser@17.9.13) (2026-03-15)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
## [17.9.12](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.11...pgsql-parser@17.9.12) (2026-03-04)
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.12",
3+
"version": "17.9.13",
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.9](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.8...pg-ast@17.9.9) (2026-03-15)
7+
8+
**Note:** Version bump only for package pg-ast
9+
610
## [17.9.8](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.7...pg-ast@17.9.8) (2026-03-04)
711

812
**Note:** Version bump only for package pg-ast

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.8",
3+
"version": "17.9.9",
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.13](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.12...@pgsql/cli@1.32.13) (2026-03-15)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
## [1.32.12](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.11...@pgsql/cli@1.32.12) (2026-03-04)
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.12",
3+
"version": "1.32.13",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

packages/pgsql-types/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.1.5](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.4...pgsql-types@17.1.5) (2026-03-15)
7+
8+
**Note:** Version bump only for package pgsql-types
9+
610
## [17.1.4](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.3...pgsql-types@17.1.4) (2026-03-04)
711

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

packages/pgsql-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-types",
3-
"version": "17.1.4",
3+
"version": "17.1.5",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Narrowed PostgreSQL AST type definitions with specific Node unions",
66
"main": "index.js",

0 commit comments

Comments
 (0)