Skip to content

Commit 13f064c

Browse files
committed
chore(release): publish
- pgsql-deparser@18.1.0 - pgsql-parse@18.1.0 - pgsql-parser@18.1.0 - @pgsql/cli@18.1.0 - pgsql-types@18.1.0 - plpgsql-deparser@18.1.0 - plpgsql-parse@18.1.0 - plpgsql-parser@18.1.0 - pg-proto-parser@1.31.0 - @pgsql/quotes@18.1.0 - @pgsql/transform@18.1.0 - @pgsql/traverse@18.1.0 - @pgsql/utils@18.1.0
1 parent 2e015d8 commit 13f064c

26 files changed

Lines changed: 65 additions & 13 deletions

File tree

‎packages/deparser/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.1.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@18.0.0...pgsql-deparser@18.1.0) (2026-07-21)
7+
8+
**Note:** Version bump only for package pgsql-deparser
9+
610
# [18.0.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.18.5...pgsql-deparser@18.0.0) (2026-07-21)
711

812
### Features

‎packages/deparser/package.json‎

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

‎packages/parse/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.1.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parse@1.0.0...pgsql-parse@18.1.0) (2026-07-21)
7+
8+
**Note:** Version bump only for package pgsql-parse
9+
610
# [1.0.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parse@0.3.0...pgsql-parse@1.0.0) (2026-07-21)
711

812
### Features

‎packages/parse/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parse",
3-
"version": "18.0.0",
3+
"version": "18.1.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Comment and whitespace preserving PostgreSQL parser",
66
"main": "index.js",

‎packages/parser/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.1.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@18.0.0...pgsql-parser@18.1.0) (2026-07-21)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
# [18.0.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.17...pgsql-parser@18.0.0) (2026-07-21)
711

812
### Features

‎packages/parser/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "18.0.0",
3+
"version": "18.1.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",

‎packages/pgsql-cli/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.1.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@2.0.0...@pgsql/cli@18.1.0) (2026-07-21)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
# [2.0.0](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.18...@pgsql/cli@2.0.0) (2026-07-21)
711

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

‎packages/pgsql-cli/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/cli",
3-
"version": "18.0.0",
3+
"version": "18.1.0",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Constructive <developers@constructive.io>",
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.1.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@18.0.0...pgsql-types@18.1.0) (2026-07-21)
7+
8+
**Note:** Version bump only for package pgsql-types
9+
610
# [18.0.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-types@17.1.10...pgsql-types@18.0.0) (2026-07-21)
711

812
### Features

‎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.0.0",
3+
"version": "18.1.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Narrowed PostgreSQL AST type definitions with specific Node unions",
66
"main": "index.js",

0 commit comments

Comments
 (0)