Skip to content

Commit cdd732b

Browse files
committed
chore(release): publish
- pgsql-deparser@17.18.2 - pgsql-parser@17.9.14 - pg-ast@17.9.10 - @pgsql/cli@1.32.14 - pgsql-types@17.1.6 - plpgsql-deparser@0.7.6 - plpgsql-parser@0.5.7 - @pgsql/transform@17.9.15 - @pgsql/utils@17.8.15
1 parent fa0c7e6 commit cdd732b

18 files changed

Lines changed: 47 additions & 9 deletions

File tree

packages/deparser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.18.1...pgsql-deparser@17.18.2) (2026-03-15)
7+
8+
### Bug Fixes
9+
10+
- **deparser:** preserve parentheses around binary expressions in unary operators ([f1c577a](https://github.com/constructive-io/pgsql-parser/commit/f1c577aab64ef0cd083363869d2746b4374484ad)), closes [#285](https://github.com/constructive-io/pgsql-parser/issues/285)
11+
612
## [17.18.1](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.18.0...pgsql-deparser@17.18.1) (2026-03-15)
713

814
### 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.1",
3+
"version": "17.18.2",
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.14](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.13...pgsql-parser@17.9.14) (2026-03-15)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
## [17.9.13](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.12...pgsql-parser@17.9.13) (2026-03-15)
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.13",
3+
"version": "17.9.14",
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.10](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.9...pg-ast@17.9.10) (2026-03-15)
7+
8+
**Note:** Version bump only for package pg-ast
9+
610
## [17.9.9](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.8...pg-ast@17.9.9) (2026-03-15)
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.9",
3+
"version": "17.9.10",
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.14](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.13...@pgsql/cli@1.32.14) (2026-03-15)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
## [1.32.13](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.12...@pgsql/cli@1.32.13) (2026-03-15)
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.13",
3+
"version": "1.32.14",
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.6](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.5...pgsql-types@17.1.6) (2026-03-15)
7+
8+
**Note:** Version bump only for package pgsql-types
9+
610
## [17.1.5](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.4...pgsql-types@17.1.5) (2026-03-15)
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.5",
3+
"version": "17.1.6",
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)