Skip to content

Commit

Permalink
Release 0.8.3 (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 authored Mar 7, 2023
1 parent cb08fe8 commit a453c23
Show file tree
Hide file tree
Showing 17 changed files with 3,641 additions and 61 deletions.
3,640 changes: 3,610 additions & 30 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/connect-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-express",
"version": "0.8.2-1",
"version": "0.8.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0 <19"
},
"dependencies": {
"@bufbuild/connect": "0.8.2",
"@bufbuild/connect-node": "^0.8.2-1",
"@bufbuild/connect": "0.8.3",
"@bufbuild/connect-node": "^0.8.3",
"@types/express": "^4.17.17"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-fastify",
"version": "0.8.2-1",
"version": "0.8.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0 <19"
},
"dependencies": {
"@bufbuild/connect": "0.8.2",
"@bufbuild/connect-node": "^0.8.2-1",
"@bufbuild/connect": "0.8.3",
"@bufbuild/connect-node": "^0.8.3",
"fastify": "^4.13.0"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/connect-node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@bufbuild/connect": "0.8.2",
"@bufbuild/connect-express": "0.8.2-1",
"@bufbuild/connect-fastify": "0.8.2-1",
"@bufbuild/connect-node": "0.8.2-1",
"@bufbuild/connect-web": "0.8.2-1",
"@bufbuild/connect": "0.8.3",
"@bufbuild/connect-express": "0.8.3",
"@bufbuild/connect-fastify": "0.8.3",
"@bufbuild/connect-node": "0.8.3",
"@bufbuild/connect-web": "0.8.3",
"@grpc/grpc-js": "^1.8.7",
"@types/express": "^4.17.17",
"@types/jasmine": "^4.3.0",
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-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-node",
"version": "0.8.2-1",
"version": "0.8.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"node": ">=16.0.0 <19"
},
"dependencies": {
"@bufbuild/connect": "0.8.2",
"@bufbuild/connect": "0.8.3",
"headers-polyfill": "^3.1.2"
},
"peerDependencies": {
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.8.2-1",
"@bufbuild/connect-web": "0.8.3",
"@bufbuild/protobuf": "^1.0.0",
"@bufbuild/protoc-gen-es": "^1.0.0",
"esbuild": "^0.16.12",
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
Expand Up @@ -17,8 +17,8 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@bufbuild/connect-web": "0.8.2-1",
"@bufbuild/connect": "0.8.2",
"@bufbuild/connect-web": "0.8.3",
"@bufbuild/connect": "0.8.3",
"@types/jasmine": "^4.3.0",
"esbuild": "^0.16.12",
"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.

4 changes: 2 additions & 2 deletions 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.8.2-1",
"version": "0.8.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"require": "./dist/cjs/index.js"
},
"dependencies": {
"@bufbuild/connect": "0.8.2"
"@bufbuild/connect": "0.8.3"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect",
"version": "0.8.2",
"version": "0.8.3",
"description": "Type-safe APIs with Protobuf and TypeScript.",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"node": ">=16"
},
"dependencies": {
"@bufbuild/connect-node": "^0.8.2-1",
"@bufbuild/connect-web": "^0.8.2-1",
"@bufbuild/connect-node": "^0.8.3",
"@bufbuild/connect-web": "^0.8.3",
"@bufbuild/protobuf": "^1.0.0",
"tsx": "^3.12.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.15.0",
"@bufbuild/protoc-gen-connect-es": "^0.8.2",
"@bufbuild/protoc-gen-connect-es": "^0.8.3",
"@bufbuild/protoc-gen-es": "^1.0.0",
"@types/express": "^4.17.15",
"esbuild": "^0.16.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/src/gen/eliza_connect.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-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/protoc-gen-connect-es",
"version": "0.8.2",
"version": "0.8.3",
"description": "Code generator for Connect",
"license": "Apache-2.0",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@bufbuild/protoplugin": "^1.0.0"
},
"peerDependencies": {
"@bufbuild/connect": "0.8.2",
"@bufbuild/connect": "0.8.3",
"@bufbuild/protoc-gen-es": "^1.0.0"
},
"peerDependenciesMeta": {
Expand Down
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.8.2",
"version": "0.8.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@bufbuild/protoplugin": "^1.0.0"
},
"peerDependencies": {
"@bufbuild/connect": "0.8.2",
"@bufbuild/connect": "0.8.3",
"@bufbuild/protoc-gen-es": "^1.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit a453c23

Please sign in to comment.