From 8bf6ed5b4762103065089899f1ebcf5e4f93fcf3 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Thu, 2 May 2024 16:07:24 -0700 Subject: [PATCH] chore(release): publish - @launchql/proto-cli@1.24.0 - pg-proto-parser@1.23.0 --- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/parser/CHANGELOG.md | 8 ++++++++ packages/parser/package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ced4e62..ade48e8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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. +# [1.24.0](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.23.2...@launchql/proto-cli@1.24.0) (2024-05-02) + +**Note:** Version bump only for package @launchql/proto-cli + + + + + ## [1.23.2](https://github.com/launchql/pg-proto-parser/compare/@launchql/proto-cli@1.23.1...@launchql/proto-cli@1.23.2) (2024-04-01) **Note:** Version bump only for package @launchql/proto-cli diff --git a/packages/cli/package.json b/packages/cli/package.json index fa7c26b..b29ca55 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/proto-cli", - "version": "1.23.2", + "version": "1.24.0", "description": "The LaunchQL PG Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme", @@ -78,6 +78,6 @@ "minimist": "1.2.8", "mkdirp": "3.0.1", "nested-obj": "^0.0.1", - "pg-proto-parser": "^1.22.2" + "pg-proto-parser": "^1.23.0" } } diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 2dbcf52..a673779 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -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. +# [1.23.0](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@1.22.2...pg-proto-parser@1.23.0) (2024-05-02) + +**Note:** Version bump only for package pg-proto-parser + + + + + ## [1.22.2](https://github.com/launchql/pg-proto-parser/compare/pg-proto-parser@1.22.1...pg-proto-parser@1.22.2) (2024-04-01) **Note:** Version bump only for package pg-proto-parser diff --git a/packages/parser/package.json b/packages/parser/package.json index 2133e6c..0e09f92 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "pg-proto-parser", - "version": "1.22.2", + "version": "1.23.0", "description": "The LaunchQL Proto parser", "author": "Dan Lynch ", "homepage": "https://github.com/launchql/pg-proto-parser/tree/master/packages/parser#readme",