Skip to content

Commit

Permalink
Release v0.8.0 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Feb 23, 2023
1 parent 57e594a commit 006458e
Show file tree
Hide file tree
Showing 18 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ updatelocalhostcert:

.PHONY: checkdiff
checkdiff:
@# Used in CI to verify that `make` doesn't produce a diff, but ignore changes in benchmarks
@# Used in CI to verify that `make` does not produce a diff, but ignore changes in benchmarks
git checkout packages/connect-web-bench/README.md
test -z "$$(git status --porcelain | tee /dev/stderr)"

94 changes: 47 additions & 47 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.7.0",
"version": "0.8.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0 <19"
},
"dependencies": {
"@bufbuild/connect": "0.7.0",
"@bufbuild/connect-node": "^0.7.0",
"@bufbuild/connect": "0.8.0",
"@bufbuild/connect-node": "^0.8.0",
"@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.7.0",
"version": "0.8.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0 <19"
},
"dependencies": {
"@bufbuild/connect": "0.7.0",
"@bufbuild/connect-node": "^0.7.0",
"@bufbuild/connect": "0.8.0",
"@bufbuild/connect-node": "^0.8.0",
"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.7.0",
"@bufbuild/connect-express": "0.7.0",
"@bufbuild/connect-fastify": "0.7.0",
"@bufbuild/connect-node": "0.7.0",
"@bufbuild/connect-web": "0.7.0",
"@bufbuild/connect": "0.8.0",
"@bufbuild/connect-express": "0.8.0",
"@bufbuild/connect-fastify": "0.8.0",
"@bufbuild/connect-node": "0.8.0",
"@bufbuild/connect-web": "0.8.0",
"@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.7.0",
"version": "0.8.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"node": ">=16.0.0 <19"
},
"dependencies": {
"@bufbuild/connect": "0.7.0",
"@bufbuild/connect": "0.8.0",
"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.7.0",
"@bufbuild/connect-web": "0.8.0",
"@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.7.0",
"@bufbuild/connect": "0.7.0",
"@bufbuild/connect-web": "0.8.0",
"@bufbuild/connect": "0.8.0",
"@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.

0 comments on commit 006458e

Please sign in to comment.