Skip to content

Commit

Permalink
Release 0.8.4 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 authored Mar 15, 2023
1 parent 515f0e7 commit 8a8fdbd
Show file tree
Hide file tree
Showing 29 changed files with 91 additions and 91 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

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

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.3",
"version": "0.8.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.8.3",
"@bufbuild/connect-node": "^0.8.3",
"@bufbuild/connect": "0.8.4",
"@bufbuild/connect-node": "^0.8.4",
"@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.3",
"version": "0.8.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.8.3",
"@bufbuild/connect-node": "^0.8.3",
"@bufbuild/connect": "0.8.4",
"@bufbuild/connect-node": "^0.8.4",
"fastify": "^4.13.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-next",
"version": "0.8.3",
"version": "0.8.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.8.3",
"@bufbuild/connect-node": "^0.8.3"
"@bufbuild/connect": "0.8.4",
"@bufbuild/connect-node": "^0.8.4"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.0.0",
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.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",
"@bufbuild/connect": "0.8.4",
"@bufbuild/connect-express": "0.8.4",
"@bufbuild/connect-fastify": "0.8.4",
"@bufbuild/connect-node": "0.8.4",
"@bufbuild/connect-web": "0.8.4",
"@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.

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-node-test/src/gen/server/v1/server_pb.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/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.3",
"version": "0.8.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.8.3",
"@bufbuild/connect": "0.8.4",
"headers-polyfill": "^3.1.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web-bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ it like a web server would usually do.

| code generator | bundle size | minified | compressed |
|----------------|-------------------:|-----------------------:|---------------------:|
| connect | 106,960 b | 46,880 b | 12,515 b |
| connect | 106,974 b | 46,906 b | 12,517 b |
| grpc-web | 414,906 b | 301,127 b | 53,226 b |
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.3",
"@bufbuild/connect-web": "0.8.4",
"@bufbuild/protobuf": "^1.0.0",
"@bufbuild/protoc-gen-es": "^1.0.0",
"esbuild": "^0.16.12",
Expand Down
Loading

0 comments on commit 8a8fdbd

Please sign in to comment.