Skip to content

Commit c7fd28e

Browse files
committed
chore(release): publish
- [email protected] - @pgsql/[email protected]
1 parent 7912438 commit c7fd28e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [17.7.5](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.7.5) (2025-06-27)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
10+
11+
12+
13+
614
## [17.7.4](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.7.4) (2025-06-27)
715

816
**Note:** Version bump only for package pgsql-parser

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": "17.7.4",
3+
"version": "17.7.5",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",

packages/pgsql-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.31.5](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-06-27)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
10+
11+
12+
13+
614
## [1.31.4](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-06-27)
715

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

packages/pgsql-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/cli",
3-
"version": "1.31.4",
3+
"version": "1.31.5",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",
@@ -54,6 +54,6 @@
5454
"nested-obj": "^0.0.1",
5555
"pg-proto-parser": "^1.29.1",
5656
"pgsql-deparser": "^17.8.3",
57-
"pgsql-parser": "^17.7.4"
57+
"pgsql-parser": "^17.7.5"
5858
}
5959
}

0 commit comments

Comments
 (0)