Skip to content

Commit fa4ea31

Browse files
committed
chore(release): publish
- @pgsql/lint@18.2.0 - pgsql-types@18.2.5 - @pgsql/transform-ast@18.4.5 - @pgsql/utils@18.2.5
1 parent 454e2cc commit fa4ea31

8 files changed

Lines changed: 26 additions & 4 deletions

File tree

packages/lint/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.2.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/lint@18.1.2...@pgsql/lint@18.2.0) (2026-08-03)
7+
8+
### Bug Fixes
9+
10+
- **lint:** resolve own version in the published package layout ([bcdb1cc](https://github.com/constructive-io/pgsql-parser/commit/bcdb1cc2dcdd0e35b89e5b7aa1d466e40ff4ad5b))
11+
12+
### Features
13+
14+
- **lint:** --changed, --ignore, and .pgsqllintrc.json config ([7141509](https://github.com/constructive-io/pgsql-parser/commit/7141509a853e2f7f5c7ad55d9874e2d7ceb0a9cd))
15+
616
## [18.1.2](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/lint@18.1.1...@pgsql/lint@18.1.2) (2026-08-03)
717

818
**Note:** Version bump only for package @pgsql/lint

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.1.2",
3+
"version": "18.2.0",
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/pgsql-types/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.5](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@18.2.4...pgsql-types@18.2.5) (2026-08-03)
7+
8+
**Note:** Version bump only for package pgsql-types
9+
610
## [18.2.4](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@18.2.3...pgsql-types@18.2.4) (2026-08-03)
711

812
**Note:** Version bump only for package pgsql-types

packages/pgsql-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-types",
3-
"version": "18.2.4",
3+
"version": "18.2.5",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Narrowed PostgreSQL AST type definitions with specific Node unions",
66
"main": "index.js",

packages/transform-ast/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.5](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform-ast@18.4.4...@pgsql/transform-ast@18.4.5) (2026-08-03)
7+
8+
**Note:** Version bump only for package @pgsql/transform-ast
9+
610
## [18.4.4](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform-ast@18.4.3...@pgsql/transform-ast@18.4.4) (2026-08-03)
711

812
### Performance Improvements

packages/transform-ast/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-ast",
3-
"version": "18.4.4",
3+
"version": "18.4.5",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Transform PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",

packages/utils/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.5](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/utils@18.2.4...@pgsql/utils@18.2.5) (2026-08-03)
7+
8+
**Note:** Version bump only for package @pgsql/utils
9+
610
## [18.2.4](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/utils@18.2.3...@pgsql/utils@18.2.4) (2026-08-03)
711

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

packages/utils/package.json

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

0 commit comments

Comments
 (0)