Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"Bazel module that provides protoc-gen-js."

module(name = "protobuf_javascript", version = "4.0.2-rc2") # updated by release action
module(name = "protobuf_javascript", version = "4.0.2-rc3") # updated by release action

bazel_dep(name = "abseil-cpp", version = "20250512.1")
bazel_dep(name = "protobuf", version = "33.0", repo_name = "com_google_protobuf")
Expand Down
2 changes: 1 addition & 1 deletion conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"LICENSE.md"
],
"dependencies": {
"google-protobuf": "file:../google-protobuf-4.0.2-rc2.tgz"
"google-protobuf": "file:../google-protobuf-4.0.2-rc3.tgz"
},
"author": "Google Protocol Buffers Team",
"license": "BSD-3-Clause"
Expand Down
2 changes: 2 additions & 0 deletions google-protobuf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Placeholder to ensure //:dist_files has all inputs.
// Run `npm run build` to generate
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-protobuf",
"version": "4.0.2-rc2",
"version": "4.0.2-rc3",
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion protobuf_javascript_release.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
load("@rules_pkg//pkg:providers.bzl", "PackageVariablesInfo")

_PROTOBUF_JAVASCRIPT_VERSION = "4.0.2-rc2"
_PROTOBUF_JAVASCRIPT_VERSION = "4.0.2-rc3"

def _package_naming_impl(ctx):
values = {}
Expand Down
2 changes: 1 addition & 1 deletion protoc_plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protocolbuffers/protoc-gen-js",
"version": "4.0.2-rc2",
"version": "4.0.2-rc3",
"description": "Official standalone distribution of the protoc-gen-js plugin for Protocol Buffers",
"author": "Google Protocol Buffers Team",
"license": "BSD-3-Clause",
Expand Down
Loading