Skip to content

Commit f0bb7e5

Browse files
committed
chore(release): publish
- @pgsql/scripts@18.4.1 - @pgsql/transform@18.17.1
1 parent 39a218d commit f0bb7e5

4 files changed

Lines changed: 10 additions & 2 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.4.1](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/scripts@18.4.0...@pgsql/scripts@18.4.1) (2026-08-07)
7+
8+
**Note:** Version bump only for package @pgsql/scripts
9+
610
# [18.4.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/scripts@18.3.5...@pgsql/scripts@18.4.0) (2026-08-06)
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.4.0",
3+
"version": "18.4.1",
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: 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.17.1](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.16.0...@pgsql/transform@18.17.1) (2026-08-07)
7+
8+
**Note:** Version bump only for package @pgsql/transform
9+
610
# [18.16.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.15.3...@pgsql/transform@18.16.0) (2026-08-06)
711

812
### Bug Fixes

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.17.0",
3+
"version": "18.17.1",
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)