Skip to content

Commit 3abc9b5

Browse files
chore: release protobufjs-v7.x (#2190)
1 parent a0bf2df commit 3abc9b5

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "7.5.6",
3-
"cli": "1.2.1",
3+
"cli": "1.2.2",
44
"lib/aspromise": "1.1.2",
55
"lib/base64": "1.1.2",
66
"lib/codegen": "2.0.5",

cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.2.1...protobufjs-cli-v1.2.2) (2026-04-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Update CLI peer dependency (7.x) ([#2189](https://github.com/protobufjs/protobuf.js/issues/2189)) ([a0bf2df](https://github.com/protobufjs/protobuf.js/commit/a0bf2dfdd8a75aa62ce5a1ff47a52b9b8f1ea793))
9+
310
## [1.2.1](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.2.0...protobufjs-cli-v1.2.1) (2026-04-27)
411

512

cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "protobufjs-cli",
33
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
66
"repository": {
77
"type": "git",

release-please-config.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22
"bootstrap-sha": "75392ea1b78bdc4faba027b5db44ad7c50e9c454",
33
"packages": {
44
"cli": {},
5-
".": {},
5+
".": {
6+
"exclude-paths": [
7+
"cli",
8+
"lib/aspromise",
9+
"lib/base64",
10+
"lib/codegen",
11+
"lib/eventemitter",
12+
"lib/fetch",
13+
"lib/float",
14+
"lib/inquire",
15+
"lib/path",
16+
"lib/pool",
17+
"lib/utf8"
18+
]
19+
},
620
"lib/aspromise": {},
721
"lib/base64": {},
822
"lib/codegen": {},

0 commit comments

Comments
 (0)