Skip to content

Commit ab3862d

Browse files
chore: release protobufjs-v7.x (#2255)
1 parent 0853a62 commit ab3862d

8 files changed

Lines changed: 39 additions & 17 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "7.5.8",
2+
".": "7.5.9",
33
"cli": "1.2.2",
44
"lib/aspromise": "1.1.2",
55
"lib/base64": "1.1.2",
66
"lib/codegen": "2.0.5",
77
"lib/eventemitter": "1.1.0",
8-
"lib/fetch": "1.1.0",
8+
"lib/fetch": "1.1.1",
99
"lib/float": "1.0.2",
10-
"lib/inquire": "1.1.1",
10+
"lib/inquire": "1.1.2",
1111
"lib/path": "1.1.2",
1212
"lib/pool": "1.1.0",
1313
"lib/utf8": "1.1.1"

CHANGELOG.md

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

3+
## [7.5.9](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.8...protobufjs-v7.5.9) (2026-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Backport bundler-safe optional module lookups ([#2254](https://github.com/protobufjs/protobuf.js/issues/2254)) ([0853a62](https://github.com/protobufjs/protobuf.js/commit/0853a625680f9247596b84ef48082b8f4e554797))
9+
310
## [7.5.8](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.7...protobufjs-v7.5.8) (2026-05-12)
411

512

lib/fetch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.1](https://github.com/protobufjs/protobuf.js/compare/fetch-v1.1.0...fetch-v1.1.1) (2026-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Backport bundler-safe optional module lookups ([#2254](https://github.com/protobufjs/protobuf.js/issues/2254)) ([0853a62](https://github.com/protobufjs/protobuf.js/commit/0853a625680f9247596b84ef48082b8f4e554797))

lib/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@protobufjs/fetch",
33
"description": "Fetches the contents of a file accross node and browsers.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
66
"repository": {
77
"type": "git",

lib/inquire/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.2](https://github.com/protobufjs/protobuf.js/compare/inquire-v1.1.1...inquire-v1.1.2) (2026-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Backport bundler-safe optional module lookups ([#2254](https://github.com/protobufjs/protobuf.js/issues/2254)) ([0853a62](https://github.com/protobufjs/protobuf.js/commit/0853a625680f9247596b84ef48082b8f4e554797))

lib/inquire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@protobufjs/inquire",
33
"description": "Requires a module only if available and hides the require call from bundlers.",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
66
"repository": {
77
"type": "git",

package-lock.json

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protobufjs",
3-
"version": "7.5.8",
3+
"version": "7.5.9",
44
"versionScheme": "~",
55
"description": "Protocol Buffers for JavaScript (& TypeScript).",
66
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
@@ -61,9 +61,9 @@
6161
"@protobufjs/base64": "^1.1.2",
6262
"@protobufjs/codegen": "^2.0.5",
6363
"@protobufjs/eventemitter": "^1.1.0",
64-
"@protobufjs/fetch": "^1.1.0",
64+
"@protobufjs/fetch": "^1.1.1",
6565
"@protobufjs/float": "^1.0.2",
66-
"@protobufjs/inquire": "^1.1.1",
66+
"@protobufjs/inquire": "^1.1.2",
6767
"@protobufjs/path": "^1.1.2",
6868
"@protobufjs/pool": "^1.1.0",
6969
"@protobufjs/utf8": "^1.1.1",

0 commit comments

Comments
 (0)