Skip to content

Commit

Permalink
Release 0.10.0 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Jun 14, 2023
1 parent db0953d commit b6187e9
Show file tree
Hide file tree
Showing 18 changed files with 233 additions and 213 deletions.
378 changes: 199 additions & 179 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.9.1",
"version": "0.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.9.1",
"@bufbuild/connect-node": "^0.9.1",
"@bufbuild/connect": "0.10.0",
"@bufbuild/connect-node": "^0.10.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.9.1",
"version": "0.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.9.1",
"@bufbuild/connect-node": "^0.9.1",
"@bufbuild/connect": "0.10.0",
"@bufbuild/connect-node": "^0.10.0",
"fastify": "^4.17.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.9.1",
"version": "0.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.9.1",
"@bufbuild/connect-node": "^0.9.1"
"@bufbuild/connect": "0.10.0",
"@bufbuild/connect-node": "^0.10.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.2.1",
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.9.1",
"@bufbuild/connect-express": "0.9.1",
"@bufbuild/connect-fastify": "0.9.1",
"@bufbuild/connect-node": "0.9.1",
"@bufbuild/connect-web": "0.9.1",
"@bufbuild/connect": "0.10.0",
"@bufbuild/connect-express": "0.10.0",
"@bufbuild/connect-fastify": "0.10.0",
"@bufbuild/connect-node": "0.10.0",
"@bufbuild/connect-web": "0.10.0",
"@grpc/grpc-js": "^1.8.14",
"@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.9.1",
"version": "0.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.9.1",
"@bufbuild/connect": "0.10.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.9.1",
"@bufbuild/connect-web": "0.10.0",
"@bufbuild/protobuf": "^1.2.1",
"@bufbuild/protoc-gen-es": "^1.2.1",
"brotli": "^1.3.3",
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.9.1",
"@bufbuild/connect": "0.9.1",
"@bufbuild/connect-web": "0.10.0",
"@bufbuild/connect": "0.10.0",
"@types/jasmine": "^4.3.0",
"esbuild": "^0.16.12",
"jasmine": "^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-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-web",
"version": "0.9.1",
"version": "0.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"require": "./dist/cjs/index.js"
},
"dependencies": {
"@bufbuild/connect": "0.9.1"
"@bufbuild/connect": "0.10.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.2.1"
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.9.1",
"version": "0.10.0",
"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 @@ -12,14 +12,14 @@
"node": ">=16"
},
"dependencies": {
"@bufbuild/connect-node": "^0.9.1",
"@bufbuild/connect-web": "^0.9.1",
"@bufbuild/connect-node": "^0.10.0",
"@bufbuild/connect-web": "^0.10.0",
"@bufbuild/protobuf": "^1.2.1",
"tsx": "^3.12.7"
},
"devDependencies": {
"@bufbuild/buf": "^1.18.0-1",
"@bufbuild/protoc-gen-connect-es": "^0.9.1",
"@bufbuild/protoc-gen-connect-es": "^0.10.0",
"@bufbuild/protoc-gen-es": "^1.2.1",
"@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.9.1",
"version": "0.10.0",
"description": "Code generator for Connect",
"license": "Apache-2.0",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@bufbuild/protoplugin": "^1.2.1"
},
"peerDependencies": {
"@bufbuild/connect": "0.9.1",
"@bufbuild/connect": "0.10.0",
"@bufbuild/protoc-gen-es": "^1.2.1"
},
"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.9.1",
"version": "0.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@bufbuild/protoplugin": "^1.2.1"
},
"peerDependencies": {
"@bufbuild/connect": "0.9.1",
"@bufbuild/connect": "0.10.0",
"@bufbuild/protoc-gen-es": "^1.2.1"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit b6187e9

Please sign in to comment.