Skip to content

Commit f888a77

Browse files
committed
chore(release): publish
- @pgsql/scripts@18.0.1 - @pgsql/transform@18.11.0
1 parent 13275ad commit f888a77

5 files changed

Lines changed: 5446 additions & 2708 deletions

File tree

packages/scripts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 18.0.1 (2026-07-31)
7+
8+
**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.0.0",
3+
"version": "18.0.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: 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.11.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.10.0...@pgsql/transform@18.11.0) (2026-07-31)
7+
8+
### Features
9+
10+
- **transform:** revertFor/verifyFor — revert and verify script generation from statement facts ([134f0e8](https://github.com/constructive-io/pgsql-parser/commit/134f0e8fafb67db5794356f3eae444510374a7f5))
11+
612
# [18.10.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.9.0...@pgsql/transform@18.10.0) (2026-07-31)
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.10.0",
3+
"version": "18.11.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)