Skip to content

Commit 9796081

Browse files
committed
chore(release): publish
- plpgsql-parser@18.2.2 - @pgsql/transform@18.8.0 - @pgsql/traverse@18.4.0
1 parent aa8d437 commit 9796081

6 files changed

Lines changed: 19 additions & 3 deletions

File tree

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+
## [18.2.2](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@18.2.1...plpgsql-parser@18.2.2) (2026-07-30)
7+
8+
**Note:** Version bump only for package plpgsql-parser
9+
610
## [18.2.1](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-parser@18.2.0...plpgsql-parser@18.2.1) (2026-07-22)
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": "18.2.1",
3+
"version": "18.2.2",
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: 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+
# [18.8.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.7.0...@pgsql/transform@18.8.0) (2026-07-30)
7+
8+
### Features
9+
10+
- **transform:** single routing pass via claims, namespace-aware handlers, statement spans ([537c88e](https://github.com/constructive-io/pgsql-parser/commit/537c88e2b8e48e5fd9247b89b6a1e171210b44b4))
11+
612
# [18.7.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.6.0...@pgsql/transform@18.7.0) (2026-07-30)
713

814
### Features

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": "18.7.0",
3+
"version": "18.8.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "AST-based SQL transformation, qualification, classification and closure analysis for PostgreSQL",
66
"main": "index.js",

packages/traverse/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+
# [18.4.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/traverse@18.3.0...@pgsql/traverse@18.4.0) (2026-07-30)
7+
8+
### Features
9+
10+
- **traverse:** mutation-capable traversal — MutablePath with replaceWith/remove/insert/skip/stop and enter/exit visitors ([614ffab](https://github.com/constructive-io/pgsql-parser/commit/614ffab278c1417240be74ec6fbb0a8b48828149))
11+
612
# [18.3.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/traverse@18.2.0...@pgsql/traverse@18.3.0) (2026-07-22)
713

814
### Features

packages/traverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/traverse",
3-
"version": "18.3.0",
3+
"version": "18.4.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST traversal utilities for pgsql-parser",
66
"main": "index.js",

0 commit comments

Comments
 (0)