mirror of https://github.com/grpc/grpc-web.git
Post-release updates (2.0.2) (#1509)
* Bump version to 2.0.2 * Revert "Bump version to 2.0.2" This reverts commit023c9f3c28. * Reapply "Bump version to 2.0.2" This reverts commitd0ea7051db. * Post-release updates (2.0.2) * changed release note
This commit is contained in:
parent
9e6bf0f521
commit
e5405d864f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue