Skip to content

Commit a690a2b

Browse files
committed
chore(release): publish
- @pgsql/scripts@18.3.6 - @pgsql/transform@18.16.0
1 parent 1a804fa commit a690a2b

5 files changed

Lines changed: 5504 additions & 2769 deletions

File tree

packages/scripts/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.3.6](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/scripts@18.3.5...@pgsql/scripts@18.3.6) (2026-08-06)
7+
8+
**Note:** Version bump only for package @pgsql/scripts
9+
610
## [18.3.5](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/scripts@18.3.4...@pgsql/scripts@18.3.5) (2026-08-05)
711

812
**Note:** Version bump only for package @pgsql/scripts

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/scripts",
3-
"version": "18.3.5",
3+
"version": "18.3.6",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Migration script generation for PostgreSQL — derive revert and verify scripts from classified statement facts",
66
"main": "index.js",

packages/transform/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+
# [18.16.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.15.3...@pgsql/transform@18.16.0) (2026-08-06)
7+
8+
### Bug Fixes
9+
10+
- **transform:** route schema-qualified argument types in identity casts ([1bbd895](https://github.com/constructive-io/pgsql-parser/commit/1bbd8958100ca10438237fc990074208f9dd4aa0))
11+
12+
### Features
13+
14+
- **transform:** route object identities by cast type ([c02bc96](https://github.com/constructive-io/pgsql-parser/commit/c02bc96f7ca98036f374ac2f7fcd643588554505))
15+
616
## [18.15.3](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.15.2...@pgsql/transform@18.15.3) (2026-08-05)
717

818
### Performance Improvements

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

0 commit comments

Comments
 (0)