Skip to content

Commit c801dc4

Browse files
committed
chore(release): publish
- pg-ast@17.9.7 - pgsql-types@17.1.3 - plpgsql-deparser@0.7.3 - plpgsql-parser@0.5.4 - @pgsql/transform@17.9.12 - @pgsql/utils@17.8.12
1 parent 498ad76 commit c801dc4

12 files changed

Lines changed: 33 additions & 6 deletions

File tree

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.7](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.6...pg-ast@17.9.7) (2026-01-23)
7+
8+
**Note:** Version bump only for package pg-ast
9+
610
## [17.9.6](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.5...pg-ast@17.9.6) (2026-01-07)
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.6",
3+
"version": "17.9.7",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST helpers for building AST nodes",
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.3](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.2...pgsql-types@17.1.3) (2026-01-23)
7+
8+
**Note:** Version bump only for package pgsql-types
9+
610
## [17.1.2](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.1...pgsql-types@17.1.2) (2026-01-07)
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.2",
3+
"version": "17.1.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Narrowed PostgreSQL AST type definitions with specific Node unions",
66
"main": "index.js",

packages/plpgsql-deparser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [0.7.3](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.7.2...plpgsql-deparser@0.7.3) (2026-01-23)
7+
8+
### Bug Fixes
9+
10+
- normalize whitespace after INTO clause insertion ([6cfb699](https://github.com/constructive-io/pgsql-parser/commit/6cfb699fc7df8d4479233ff86c300b3ad1b5c547))
11+
- update pretty test snapshots for whitespace normalization ([f9012e0](https://github.com/constructive-io/pgsql-parser/commit/f9012e03f517e9bfbf017f62f6ffc471709ca9cb))
12+
613
## [0.7.2](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.7.1...plpgsql-deparser@0.7.2) (2026-01-13)
714

815
**Note:** Version bump only for package plpgsql-deparser

packages/plpgsql-deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-deparser",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PL/pgSQL AST Deparser - Converts PL/pgSQL function ASTs back to SQL",
66
"main": "index.js",

packages/plpgsql-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+
## [0.5.4](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@0.5.3...plpgsql-parser@0.5.4) (2026-01-23)
7+
8+
**Note:** Version bump only for package plpgsql-parser
9+
610
## [0.5.3](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@0.5.2...plpgsql-parser@0.5.3) (2026-01-13)
711

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

packages/plpgsql-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-parser",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Combined SQL + PL/pgSQL parser with hydrated ASTs and transform API",
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.12](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@17.9.11...@pgsql/transform@17.9.12) (2026-01-23)
7+
8+
**Note:** Version bump only for package @pgsql/transform
9+
610
## [17.9.11](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@17.9.10...@pgsql/transform@17.9.11) (2026-01-07)
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.11",
3+
"version": "17.9.12",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Transform PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",

0 commit comments

Comments
 (0)