Skip to content

Commit ab3eacd

Browse files
committed
chore(release): publish
- pgsql-deparser@17.18.0 - pgsql-parser@17.9.12 - pg-ast@17.9.8 - @pgsql/cli@1.32.12 - pgsql-types@17.1.4 - plpgsql-deparser@0.7.4 - plpgsql-parser@0.5.5 - @pgsql/quotes@17.1.0 - @pgsql/transform@17.9.13 - @pgsql/utils@17.8.13
1 parent 17479a9 commit ab3eacd

File tree

21 files changed

+5490
-2715
lines changed

21 files changed

+5490
-2715
lines changed

packages/deparser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.17.2...pgsql-deparser@17.18.0) (2026-03-04)
7+
8+
### Bug Fixes
9+
10+
- revert deparser keywords.ts to original default path ([d9804c7](https://github.com/constructive-io/pgsql-parser/commit/d9804c761a367be2dcb0c5c2c0d8e468e0cc9a69))
11+
12+
### Features
13+
14+
- create @pgsql/quotes package for PostgreSQL identifier quoting and keyword classification ([3c263dd](https://github.com/constructive-io/pgsql-parser/commit/3c263dd4c13719090f32c2614916940efee45257))
15+
616
## [17.17.2](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.17.1...pgsql-deparser@17.17.2) (2026-01-07)
717

818
**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.17.2",
3+
"version": "17.18.0",
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.12](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.11...pgsql-parser@17.9.12) (2026-03-04)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
## [17.9.11](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.10...pgsql-parser@17.9.11) (2026-01-07)
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.11",
3+
"version": "17.9.12",
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.8](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.7...pg-ast@17.9.8) (2026-03-04)
7+
8+
**Note:** Version bump only for package pg-ast
9+
610
## [17.9.7](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.6...pg-ast@17.9.7) (2026-01-23)
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.7",
3+
"version": "17.9.8",
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.12](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.11...@pgsql/cli@1.32.12) (2026-03-04)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
## [1.32.11](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.10...@pgsql/cli@1.32.11) (2026-01-07)
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.11",
3+
"version": "1.32.12",
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.4](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.3...pgsql-types@17.1.4) (2026-03-04)
7+
8+
**Note:** Version bump only for package pgsql-types
9+
610
## [17.1.3](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.2...pgsql-types@17.1.3) (2026-01-23)
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.3",
3+
"version": "17.1.4",
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)