Skip to content

Commit

Permalink
Release 0.3.2 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 authored Nov 23, 2022
1 parent 6297152 commit ffaf4e9
Show file tree
Hide file tree
Showing 16 changed files with 377 additions and 373 deletions.
704 changes: 354 additions & 350 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/connect-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-core",
"version": "0.3.1",
"version": "0.3.2",
"license": "Apache-2.0",
"private": true,
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@bufbuild/connect-core": "0.3.1",
"@bufbuild/connect-node": "0.3.1",
"@bufbuild/connect-web-next": "0.3.1",
"@bufbuild/connect-core": "0.3.2",
"@bufbuild/connect-node": "0.3.2",
"@bufbuild/connect-web-next": "0.3.2",
"@grpc/grpc-js": "^1.7.1",
"@types/jasmine": "^4.3.0",
"@types/long": "^5.0.0",
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.

4 changes: 2 additions & 2 deletions packages/connect-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-node",
"version": "0.3.1",
"version": "0.3.2",
"license": "Apache-2.0",
"private": true,
"repository": {
Expand All @@ -24,7 +24,7 @@
"types": "./dist/types/index.d.ts"
},
"dependencies": {
"@bufbuild/connect-core": "0.3.1"
"@bufbuild/connect-core": "0.3.2"
},
"peerDependencies": {
"@bufbuild/protobuf": "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clean": "rm -rf README.md src/gen"
},
"dependencies": {
"@bufbuild/connect-web": "0.3.1",
"@bufbuild/connect-web": "0.3.2",
"@bufbuild/protobuf": "0.3.0",
"@bufbuild/protoc-gen-es": "0.3.0",
"esbuild": "^0.15.10",
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-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-web-next",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"license": "Apache-2.0",
"repository": {
Expand All @@ -24,7 +24,7 @@
"types": "./dist/types/index.d.ts"
},
"dependencies": {
"@bufbuild/connect-core": "0.3.1"
"@bufbuild/connect-core": "0.3.2"
},
"peerDependencies": {
"@bufbuild/protobuf": "0.3.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-web-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@bufbuild/connect-web": "0.3.1",
"@bufbuild/connect-core": "0.3.1",
"@bufbuild/connect-web-next": "0.3.1",
"@bufbuild/connect-web": "0.3.2",
"@bufbuild/connect-core": "0.3.2",
"@bufbuild/connect-web-next": "0.3.2",
"@types/jasmine": "^4.3.0",
"esbuild": "^0.15.10",
"jasmine": "^4.5.0",
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.3.1",
"version": "0.3.2",
"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.3.1",
"@bufbuild/connect-web": "^0.3.2",
"@bufbuild/protobuf": "^0.3.0"
},
"devDependencies": {
"@bufbuild/protoc-gen-connect-web": "^0.3.1",
"@bufbuild/protoc-gen-connect-web": "^0.3.2",
"@bufbuild/protoc-gen-es": "^0.3.0",
"esbuild": "^0.15.10",
"typescript": "^4.8.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.3.1",
"version": "0.3.2",
"description": "Code generator for connect-web",
"license": "Apache-2.0",
"repository": {
Expand All @@ -23,7 +23,7 @@
"@bufbuild/protoplugin": "0.3.0"
},
"peerDependencies": {
"@bufbuild/connect-web": "0.3.1",
"@bufbuild/connect-web": "0.3.2",
"@bufbuild/protoc-gen-es": "0.3.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit ffaf4e9

Please sign in to comment.