From 5e2eb7b43254087825edad613bc61ffc7e2a1e3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:51:49 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ cli/CHANGELOG.md | 8 ++++++++ cli/package-lock.json | 2 +- cli/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 7 files changed, 28 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 14a9bf896..748e7acc8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"7.4.0","cli":"1.1.4"} +{".":"7.5.0","cli":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a0f2088..da02efa07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [7.5.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.4.0...protobufjs-v7.5.0) (2024-10-16) + + +### Features + +* add feature resolution ([a9ffc8a](https://github.com/protobufjs/protobuf.js/commit/a9ffc8a7b593209642fc9d89e884ac6c4e746494)) +* add feature resolution and tests ([68b5339](https://github.com/protobufjs/protobuf.js/commit/68b5339ea1936c90f526983da29b4267d20f9a51)) +* add feature resolution for protobuf editions ([65d3ed1](https://github.com/protobufjs/protobuf.js/commit/65d3ed15e3c3ffd41b488aaa2eb8aa53026419b9)) +* api_converters_editions tests added and run successfully" ([b4b5ca4](https://github.com/protobufjs/protobuf.js/commit/b4b5ca468fcde2082d65a72b508f18d07d75245c)) + + +### Bug Fixes + +* change tree traversal order and feature resolution algorithm ([d2d47d9](https://github.com/protobufjs/protobuf.js/commit/d2d47d9e4fbe754d3f83fd2608d93ef0daa43658)) + ## [7.4.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.3.3...protobufjs-v7.4.0) (2024-08-22) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 887c1ae62..683d9325e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.4...protobufjs-cli-v1.2.0) (2024-10-16) + + +### Features + +* add feature resolution ([a9ffc8a](https://github.com/protobufjs/protobuf.js/commit/a9ffc8a7b593209642fc9d89e884ac6c4e746494)) +* api_converters_editions tests added and run successfully" ([b4b5ca4](https://github.com/protobufjs/protobuf.js/commit/b4b5ca468fcde2082d65a72b508f18d07d75245c)) + ## [1.1.4](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.3...protobufjs-cli-v1.1.4) (2024-08-22) diff --git a/cli/package-lock.json b/cli/package-lock.json index 6e921934e..68af8dac9 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "protobufjs-cli", - "version": "1.1.4", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/cli/package.json b/cli/package.json index ab4cd1a77..212ddad3c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,7 +1,7 @@ { "name": "protobufjs-cli", "description": "Translates between file formats and generates static code as well as TypeScript definitions.", - "version": "1.1.4", + "version": "1.2.0", "author": "Daniel Wirtz ", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 1b86957cf..255b9dc56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "protobufjs", - "version": "7.4.0", + "version": "7.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 747b3e05a..717b5f105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protobufjs", - "version": "7.4.0", + "version": "7.5.0", "versionScheme": "~", "description": "Protocol Buffers for JavaScript (& TypeScript).", "author": "Daniel Wirtz ",