Post-release updates (2.0.2) (#1509)

* Bump version to 2.0.2

* Revert "Bump version to 2.0.2"

This reverts commit 023c9f3c28.

* Reapply "Bump version to 2.0.2"

This reverts commit d0ea7051db.

* Post-release updates (2.0.2)

* changed release note
This commit is contained in:
Vuhag123 2025-09-18 08:37:05 +00:00 committed by GitHub
parent 9e6bf0f521
commit e5405d864f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,10 @@
[//]: # (GENERATED FILE -- DO NOT EDIT!)
[//]: # (See scripts/release_notes.py for more details.)
## 2.0.2
- [#1507](https://github.com/grpc/grpc-web/pull/1507) Use regular enums for compatibility with TypeScript 5.9+
## 2.0.1
- [#1501](https://github.com/grpc/grpc-web/pull/1501) Update workflow to use Ubuntu 22.04 and static link libstdc++/libgcc

View File

@ -86,7 +86,7 @@ Make sure all executables are discoverable from your PATH.
For example, on macOS, you can do:
```sh
sudo mv protoc-gen-grpc-web-2.0.0-darwin-aarch64 \
sudo mv protoc-gen-grpc-web-2.0.2-darwin-aarch64 \
/usr/local/bin/protoc-gen-grpc-web
chmod +x /usr/local/bin/protoc-gen-grpc-web

View File

@ -5,7 +5,7 @@
"license": "Apache-2.0",
"dependencies": {
"google-protobuf": "~3.21.4",
"grpc-web": "~2.0.1"
"grpc-web": "~2.0.2"
},
"devDependencies": {
"webpack": "5.101.3",

View File

@ -4,7 +4,7 @@
"@types/jquery": "~3.3.6",
"@types/node": "latest",
"google-protobuf": "~3.21.4",
"grpc-web": "~2.0.1",
"grpc-web": "~2.0.2",
"jquery": "~3.5.1",
"mock-xmlhttprequest": "~2.0.0",
"typescript": "latest",

View File

@ -174,7 +174,7 @@ You will need a `package.json` file
"name": "grpc-web-commonjs-example",
"dependencies": {
"google-protobuf": "~3.21.4",
"grpc-web": "~2.0.1"
"grpc-web": "~2.0.2"
},
"devDependencies": {
"webpack": "~5.82.1",

View File

@ -225,7 +225,7 @@ the `client.js` files.
"@grpc/proto-loader": "~0.5.4",
"async": "~1.5.2",
"google-protobuf": "~3.21.4",
"grpc-web": "~2.0.1",
"grpc-web": "~2.0.2",
"lodash": "~4.17.0",
"webpack": "~5.82.1",
"webpack-cli": "~5.1.1"

View File

@ -8,7 +8,7 @@
"@grpc/proto-loader": "~0.5.4",
"async": "~3.2.3",
"google-protobuf": "~3.21.4",
"grpc-web": "~2.0.1",
"grpc-web": "~2.0.2",
"lodash": "~4.17.0",
"webpack": "5.101.3",
"webpack-cli": "~5.1.1"

View File

@ -8,7 +8,7 @@
},
"dependencies": {
"google-protobuf": "~3.21.4",
"grpc-web": "~2.0.1"
"grpc-web": "~2.0.2"
},
"devDependencies": {
"assert": "^2.0.0",