Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 4, 2024
1 parent 4131887 commit 7566c65
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 16 deletions.
8 changes: 8 additions & 0 deletions packages/deparser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.15.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.15.0) (2024-04-04)

**Note:** Version bump only for package pgsql-deparser





# [13.14.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.14.0) (2024-04-01)

**Note:** Version bump only for package pgsql-deparser
Expand Down
8 changes: 4 additions & 4 deletions packages/deparser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgsql-deparser",
"version": "13.14.0",
"version": "13.15.0",
"description": "PostgreSQL AST Deparser",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/launchql/pgsql-parser",
Expand Down Expand Up @@ -74,16 +74,16 @@
"esprima": "4.0.1",
"glob": "8.0.3",
"jest": "^29.7.0",
"pgsql-parser": "^13.15.0",
"pgsql-parser": "^13.16.0",
"prettier": "^2.8.7",
"rimraf": "5.0.5",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"typescript": "^5.0.4"
},
"dependencies": {
"@pgsql/types": "^13.8.0",
"@pgsql/types": "^13.9.0",
"dotty": "^0.1.0",
"pgsql-enums": "^13.9.0"
"pgsql-enums": "^13.10.0"
}
}
8 changes: 8 additions & 0 deletions packages/enums/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.9.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-04)

**Note:** Version bump only for package @pgsql/enums





# [13.8.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-01)

**Note:** Version bump only for package @pgsql/enums
Expand Down
2 changes: 1 addition & 1 deletion packages/enums/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgsql/enums",
"version": "13.8.0",
"version": "13.9.0",
"description": "PostgreSQL AST enums for pgsql-parser",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/launchql/pgsql-parser",
Expand Down
8 changes: 8 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 16.0.0 (2024-04-04)

**Note:** Version bump only for package @pgsql/parser
6 changes: 3 additions & 3 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgsql/parser",
"version": "16.0.0-testing",
"version": "16.0.0",
"description": "The real PostgreSQL query parser",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/launchql/pgsql-parser",
Expand Down Expand Up @@ -84,8 +84,8 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@pgsql/types": "^13.9.0",
"libpg-query": "16.1.0",
"minimist": "^1.2.6",
"@pgsql/types": "13.8.0"
"minimist": "^1.2.6"
}
}
8 changes: 8 additions & 0 deletions packages/pgsql-enums/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.10.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.10.0) (2024-04-04)

**Note:** Version bump only for package pgsql-enums





# [13.9.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.9.0) (2024-04-01)

**Note:** Version bump only for package pgsql-enums
Expand Down
2 changes: 1 addition & 1 deletion packages/pgsql-enums/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgsql-enums",
"version": "13.9.0",
"version": "13.10.0",
"description": "PostgreSQL AST enums for deparsing",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/launchql/pgsql-parser",
Expand Down
8 changes: 8 additions & 0 deletions packages/pgsql-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.16.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.16.0) (2024-04-04)

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





# [13.15.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@13.15.0) (2024-04-01)

**Note:** Version bump only for package pgsql-parser
Expand Down
6 changes: 3 additions & 3 deletions packages/pgsql-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgsql-parser",
"version": "13.15.0",
"version": "13.16.0",
"description": "The real PostgreSQL query parser",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/launchql/pgsql-parser",
Expand Down Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"libpg-query": "13.3.2",
"minimist": "^1.2.6",
"pgsql-deparser": "^13.14.0",
"pgsql-enums": "^13.9.0"
"pgsql-deparser": "^13.15.0",
"pgsql-enums": "^13.10.0"
}
}
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.9.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-04)

**Note:** Version bump only for package @pgsql/types





# [13.8.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-01)

**Note:** Version bump only for package @pgsql/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgsql/types",
"version": "13.8.0",
"version": "13.9.0",
"description": "PostgreSQL AST types for pgsql-parser",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/launchql/pgsql-parser",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.11.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-04)

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





## [13.10.1](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2024-04-01)

**Note:** Version bump only for package @pgsql/utils
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgsql/utils",
"version": "13.10.1",
"version": "13.11.0",
"description": "PostgreSQL AST utils for pgsql-parser",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/launchql/pgsql-parser",
Expand Down Expand Up @@ -66,15 +66,15 @@
"esprima": "4.0.1",
"jest": "^29.5.0",
"pg-proto-parser": "^1.20.0",
"pgsql-deparser": "^13.14.0",
"pgsql-deparser": "^13.15.0",
"prettier": "^2.8.7",
"rimraf": "5.0.5",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"typescript": "^5.0.4"
},
"dependencies": {
"@pgsql/types": "^13.8.0",
"@pgsql/types": "^13.9.0",
"nested-obj": "0.0.1"
}
}

0 comments on commit 7566c65

Please sign in to comment.