Skip to content

Commit 69cdce6

Browse files
committed
chore(release): publish
- @pgsql/lint@18.2.1 - @pgsql/scripts@18.3.5 - @pgsql/transform@18.15.3
1 parent 67c0946 commit 69cdce6

6 files changed

Lines changed: 17 additions & 3 deletions

File tree

packages/lint/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.1](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/lint@18.2.0...@pgsql/lint@18.2.1) (2026-08-05)
7+
8+
**Note:** Version bump only for package @pgsql/lint
9+
610
# [18.2.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/lint@18.1.2...@pgsql/lint@18.2.0) (2026-08-03)
711

812
### Bug Fixes

packages/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/lint",
3-
"version": "18.2.0",
3+
"version": "18.2.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Source-level SQL/PL/pgSQL convention linter: fully-qualified references, no search_path, no dynamic SQL, with ESLint-style inline waivers. Pure AST, no database.",
66
"main": "index.js",

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.5](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/scripts@18.3.4...@pgsql/scripts@18.3.5) (2026-08-05)
7+
8+
**Note:** Version bump only for package @pgsql/scripts
9+
610
## [18.3.4](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/scripts@18.3.3...@pgsql/scripts@18.3.4) (2026-08-03)
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.4",
3+
"version": "18.3.5",
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.15.3](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.15.2...@pgsql/transform@18.15.3) (2026-08-05)
7+
8+
### Performance Improvements
9+
10+
- **transform:** reuse compiled schema regexes and skip absent schemas ([50fdb2f](https://github.com/constructive-io/pgsql-parser/commit/50fdb2f55d9061900336e94c94f14798ccdf69c1))
11+
612
## [18.15.2](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@18.15.1...@pgsql/transform@18.15.2) (2026-08-03)
713

814
**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": "18.15.2",
3+
"version": "18.15.3",
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)