Skip to content

Commit

Permalink
Release 1.2.0 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Dec 13, 2023
1 parent 8dde71e commit 431dcb6
Show file tree
Hide file tree
Showing 20 changed files with 78 additions and 66 deletions.
72 changes: 42 additions & 30 deletions package-lock.json

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-conformance/package.json
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@connectrpc/connect": "1.1.4",
"@connectrpc/connect-node": "1.1.4",
"@connectrpc/connect": "1.2.0",
"@connectrpc/connect-node": "1.2.0",
"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.

6 changes: 3 additions & 3 deletions packages/connect-express/package.json
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-express",
"version": "1.1.4",
"version": "1.2.0",
"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.4",
"@connectrpc/connect-node": "1.1.4"
"@connectrpc/connect": "1.2.0",
"@connectrpc/connect-node": "1.2.0"
},
"files": [
"dist/**"
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-fastify/package.json
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-fastify",
"version": "1.1.4",
"version": "1.2.0",
"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.4",
"@connectrpc/connect-node": "1.1.4"
"@connectrpc/connect": "1.2.0",
"@connectrpc/connect-node": "1.2.0"
},
"files": [
"dist/**"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-migrate",
"version": "1.1.4",
"version": "1.2.0",
"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
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-next",
"version": "1.1.4",
"version": "1.2.0",
"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.4",
"@connectrpc/connect-node": "1.1.4"
"@connectrpc/connect": "1.2.0",
"@connectrpc/connect-node": "1.2.0"
},
"files": [
"dist/**"
Expand Down
10 changes: 5 additions & 5 deletions packages/connect-node-test/package.json
Expand Up @@ -14,11 +14,11 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@connectrpc/connect": "1.1.4",
"@connectrpc/connect-express": "1.1.4",
"@connectrpc/connect-fastify": "1.1.4",
"@connectrpc/connect-node": "1.1.4",
"@connectrpc/connect-web": "1.1.4",
"@connectrpc/connect": "1.2.0",
"@connectrpc/connect-express": "1.2.0",
"@connectrpc/connect-fastify": "1.2.0",
"@connectrpc/connect-node": "1.2.0",
"@connectrpc/connect-web": "1.2.0",
"@grpc/grpc-js": "^1.9.4",
"@types/express": "^4.17.18",
"@types/jasmine": "^5.0.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
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-node",
"version": "1.1.4",
"version": "1.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.1.4"
"@connectrpc/connect": "1.2.0"
},
"devDependencies": {
"@types/jasmine": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@bufbuild/protoc-gen-es": "^1.6.0",
"@connectrpc/connect-web": "1.1.4",
"@connectrpc/connect-web": "1.2.0",
"brotli": "^1.3.3",
"esbuild": "^0.19.8",
"google-protobuf": "^3.21.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-web-test/package.json
Expand Up @@ -17,8 +17,8 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@connectrpc/connect": "1.1.4",
"@connectrpc/connect-web": "1.1.4",
"@connectrpc/connect": "1.2.0",
"@connectrpc/connect-web": "1.2.0",
"@types/jasmine": "^5.0.0",
"esbuild": "^0.19.8",
"jasmine": "^5.1.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
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-web",
"version": "1.1.4",
"version": "1.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.1.4"
"@connectrpc/connect": "1.2.0"
},
"files": [
"dist/**"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect",
"version": "1.1.4",
"version": "1.2.0",
"description": "Type-safe APIs with Protobuf and TypeScript.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 431dcb6

Please sign in to comment.