Skip to content

Commit

Permalink
Release 1.1.4 (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 authored Dec 4, 2023
1 parent 6a0ecca commit 428e145
Show file tree
Hide file tree
Showing 21 changed files with 103 additions and 92 deletions.
121 changes: 66 additions & 55 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": "@connectrpc/connect-express",
"version": "1.1.3",
"version": "1.1.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.1.3",
"@connectrpc/connect-node": "1.1.3"
"@connectrpc/connect": "1.1.4",
"@connectrpc/connect-node": "1.1.4"
},
"files": [
"dist/**"
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": "@connectrpc/connect-fastify",
"version": "1.1.3",
"version": "1.1.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,8 +35,8 @@
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"fastify": "^4.22.1",
"@connectrpc/connect": "1.1.3",
"@connectrpc/connect-node": "1.1.3"
"@connectrpc/connect": "1.1.4",
"@connectrpc/connect-node": "1.1.4"
},
"files": [
"dist/**"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-migrate",
"version": "1.1.3",
"version": "1.1.4",
"description": "This tool updates your Connect project to use the new @connectrpc packages.",
"license": "Apache-2.0",
"repository": {
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": "@connectrpc/connect-next",
"version": "1.1.3",
"version": "1.1.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,8 +35,8 @@
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"next": "^13.2.4",
"@connectrpc/connect": "1.1.3",
"@connectrpc/connect-node": "1.1.3"
"@connectrpc/connect": "1.1.4",
"@connectrpc/connect-node": "1.1.4"
},
"files": [
"dist/**"
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-node-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.1.3",
"@connectrpc/connect-node": "1.1.3",
"@connectrpc/connect": "1.1.4",
"@connectrpc/connect-node": "1.1.4",
"node-forge": "^1.3.1",
"asn1js": "^3.0.5",
"fflate": "^0.8.1",
Expand Down

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

Loading

0 comments on commit 428e145

Please sign in to comment.