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!) | [//]: # (GENERATED FILE -- DO NOT EDIT!) | ||||||
| [//]: # (See scripts/release_notes.py for more details.) | [//]: # (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 | ## 2.0.1 | ||||||
| 
 | 
 | ||||||
| - [#1501](https://github.com/grpc/grpc-web/pull/1501) Update workflow to use Ubuntu 22.04 and static link libstdc++/libgcc | - [#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: | For example, on macOS, you can do: | ||||||
| 
 | 
 | ||||||
| ```sh | ```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 |     /usr/local/bin/protoc-gen-grpc-web | ||||||
| 
 | 
 | ||||||
| chmod +x /usr/local/bin/protoc-gen-grpc-web | chmod +x /usr/local/bin/protoc-gen-grpc-web | ||||||
|  |  | ||||||
|  | @ -5,7 +5,7 @@ | ||||||
|   "license": "Apache-2.0", |   "license": "Apache-2.0", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "google-protobuf": "~3.21.4", |     "google-protobuf": "~3.21.4", | ||||||
|     "grpc-web": "~2.0.1" |     "grpc-web": "~2.0.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "webpack": "5.101.3", |     "webpack": "5.101.3", | ||||||
|  |  | ||||||
|  | @ -4,7 +4,7 @@ | ||||||
|     "@types/jquery": "~3.3.6", |     "@types/jquery": "~3.3.6", | ||||||
|     "@types/node": "latest", |     "@types/node": "latest", | ||||||
|     "google-protobuf": "~3.21.4", |     "google-protobuf": "~3.21.4", | ||||||
|     "grpc-web": "~2.0.1", |     "grpc-web": "~2.0.2", | ||||||
|     "jquery": "~3.5.1", |     "jquery": "~3.5.1", | ||||||
|     "mock-xmlhttprequest": "~2.0.0", |     "mock-xmlhttprequest": "~2.0.0", | ||||||
|     "typescript": "latest", |     "typescript": "latest", | ||||||
|  |  | ||||||
|  | @ -174,7 +174,7 @@ You will need a `package.json` file | ||||||
|   "name": "grpc-web-commonjs-example", |   "name": "grpc-web-commonjs-example", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "google-protobuf": "~3.21.4", |     "google-protobuf": "~3.21.4", | ||||||
|     "grpc-web": "~2.0.1" |     "grpc-web": "~2.0.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "webpack": "~5.82.1", |     "webpack": "~5.82.1", | ||||||
|  |  | ||||||
|  | @ -225,7 +225,7 @@ the `client.js` files. | ||||||
|     "@grpc/proto-loader": "~0.5.4", |     "@grpc/proto-loader": "~0.5.4", | ||||||
|     "async": "~1.5.2", |     "async": "~1.5.2", | ||||||
|     "google-protobuf": "~3.21.4", |     "google-protobuf": "~3.21.4", | ||||||
|     "grpc-web": "~2.0.1", |     "grpc-web": "~2.0.2", | ||||||
|     "lodash": "~4.17.0", |     "lodash": "~4.17.0", | ||||||
|     "webpack": "~5.82.1", |     "webpack": "~5.82.1", | ||||||
|     "webpack-cli": "~5.1.1" |     "webpack-cli": "~5.1.1" | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ | ||||||
|     "@grpc/proto-loader": "~0.5.4", |     "@grpc/proto-loader": "~0.5.4", | ||||||
|     "async": "~3.2.3", |     "async": "~3.2.3", | ||||||
|     "google-protobuf": "~3.21.4", |     "google-protobuf": "~3.21.4", | ||||||
|     "grpc-web": "~2.0.1", |     "grpc-web": "~2.0.2", | ||||||
|     "lodash": "~4.17.0", |     "lodash": "~4.17.0", | ||||||
|     "webpack": "5.101.3", |     "webpack": "5.101.3", | ||||||
|     "webpack-cli": "~5.1.1" |     "webpack-cli": "~5.1.1" | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "google-protobuf": "~3.21.4", |     "google-protobuf": "~3.21.4", | ||||||
|     "grpc-web": "~2.0.1" |     "grpc-web": "~2.0.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "assert": "^2.0.0", |     "assert": "^2.0.0", | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue