Skip to content

Commit

Permalink
Release 0.13.0 (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Aug 17, 2023
1 parent c184a4a commit 6e2fb65
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 103 deletions.
142 changes: 71 additions & 71 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.12.0",
"version": "0.13.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.12.0",
"@bufbuild/connect-node": "^0.12.0",
"@bufbuild/connect": "0.13.0",
"@bufbuild/connect-node": "^0.13.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.12.0",
"version": "0.13.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.12.0",
"@bufbuild/connect-node": "^0.12.0",
"@bufbuild/connect": "0.13.0",
"@bufbuild/connect-node": "^0.13.0",
"fastify": "^4.21.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.12.0",
"version": "0.13.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@bufbuild/connect": "0.12.0",
"@bufbuild/connect-node": "^0.12.0"
"@bufbuild/connect": "0.13.0",
"@bufbuild/connect-node": "^0.13.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.2.1",
Expand Down
Loading

0 comments on commit 6e2fb65

Please sign in to comment.