Skip to content

Commit

Permalink
Release 0.2.0 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 authored Aug 29, 2022
1 parent ca039e1 commit 7f9f4d3
Show file tree
Hide file tree
Showing 10 changed files with 145 additions and 145 deletions.
266 changes: 133 additions & 133 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf README.md src/gen"
},
"dependencies": {
"@bufbuild/connect-web": "0.1.0",
"@bufbuild/connect-web": "0.2.0",
"@bufbuild/protobuf": "0.1.0",
"@bufbuild/protoc-gen-es": "0.1.0",
"esbuild": "^0.14.54",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/connect-web-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-web-test",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"clean": "rm -rf ./dist/esm/*",
Expand All @@ -17,7 +17,7 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@bufbuild/connect-web": "0.1.0",
"@bufbuild/connect-web": "0.2.0",
"@grpc/grpc-js": "^1.6.7",
"@types/jasmine": "^4.0.3",
"@types/long": "^4.0.2",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connect-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-web",
"version": "0.1.0",
"version": "0.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint": "tsc --noEmit"
},
"dependencies": {
"@bufbuild/connect-web": "^0.1.0",
"@bufbuild/connect-web": "^0.2.0",
"@bufbuild/protobuf": "^0.1.0"
},
"devDependencies": {
"@bufbuild/protoc-gen-connect-web": "^0.1.0",
"@bufbuild/protoc-gen-connect-web": "^0.2.0",
"@bufbuild/protoc-gen-es": "^0.1.0",
"esbuild": "^0.14.54",
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/example/src/eliza_connectweb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/protoc-gen-connect-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/protoc-gen-connect-web",
"version": "0.1.0",
"version": "0.2.0",
"description": "Code generator for connect-web",
"license": "Apache-2.0",
"repository": {
Expand All @@ -23,7 +23,7 @@
"@bufbuild/protoplugin": "0.1.0"
},
"peerDependencies": {
"@bufbuild/connect-web": "0.1.0",
"@bufbuild/connect-web": "0.2.0",
"@bufbuild/protoc-gen-es": "0.1.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 7f9f4d3

Please sign in to comment.