Skip to content

Commit

Permalink
Release 1.1.2 (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Oct 6, 2023
1 parent 45e28e9 commit e0bffba
Show file tree
Hide file tree
Showing 21 changed files with 64 additions and 64 deletions.
56 changes: 28 additions & 28 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.1",
"version": "1.1.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@connectrpc/connect": "1.1.1",
"@connectrpc/connect-node": "1.1.1"
"@connectrpc/connect": "1.1.2",
"@connectrpc/connect-node": "1.1.2"
},
"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.1",
"version": "1.1.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"fastify": "^4.22.1",
"@connectrpc/connect": "1.1.1",
"@connectrpc/connect-node": "1.1.1"
"@connectrpc/connect": "1.1.2",
"@connectrpc/connect-node": "1.1.2"
},
"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.1",
"version": "1.1.2",
"description": "This tool updates your Connect project to use the new @connectrpc packages.",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-migrate/src/migrations/v0.13.1.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe("migration", function () {
expect(packageJsonWritten.length).toBe(1);
expect(packageJsonWritten[0].pkg).toEqual({
dependencies: {
"@connectrpc/connect": "^1.1.1",
"@connectrpc/connect": "^1.1.2",
},
});
expect(lockFilesUpdated.length).toBe(1);
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-migrate/src/migrations/v0.13.1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { migrateSourceFiles } from "../lib/migrate-source-files";
import { migratePackages } from "../lib/migrate-packages";
import { migrateLockFiles } from "../lib/migrate-lock-files";

export const targetVersionConnectEs = "1.1.1";
export const targetVersionConnectEs = "1.1.2";
export const targetVersionConnectQuery = "0.5.1";

/**
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.1",
"version": "1.1.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"next": "^13.2.4",
"@connectrpc/connect": "1.1.1",
"@connectrpc/connect-node": "1.1.1"
"@connectrpc/connect": "1.1.2",
"@connectrpc/connect-node": "1.1.2"
},
"files": [
"dist/**"
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": {
"@connectrpc/connect": "1.1.1",
"@connectrpc/connect-express": "1.1.1",
"@connectrpc/connect-fastify": "1.1.1",
"@connectrpc/connect-node": "1.1.1",
"@connectrpc/connect-web": "1.1.1",
"@connectrpc/connect": "1.1.2",
"@connectrpc/connect-express": "1.1.2",
"@connectrpc/connect-fastify": "1.1.2",
"@connectrpc/connect-node": "1.1.2",
"@connectrpc/connect-web": "1.1.2",
"@grpc/grpc-js": "^1.9.4",
"@types/express": "^4.17.18",
"@types/jasmine": "^4.3.5",
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": "@connectrpc/connect-node",
"version": "1.1.1",
"version": "1.1.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@connectrpc/connect": "1.1.1"
"@connectrpc/connect": "1.1.2"
},
"devDependencies": {
"@types/jasmine": "^4.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web-bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ it like a web server would usually do.

| code generator | bundle size | minified | compressed |
|----------------|-------------------:|-----------------------:|---------------------:|
| connect | 114,538 b | 50,308 b | 13,586 b |
| connect | 114,538 b | 50,308 b | 13,566 b |
| grpc-web | 414,071 b | 300,352 b | 53,255 b |
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": {
"@connectrpc/connect-web": "1.1.1",
"@connectrpc/connect-web": "1.1.2",
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protoc-gen-es": "^1.3.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": {
"@connectrpc/connect-web": "1.1.1",
"@connectrpc/connect": "1.1.1",
"@connectrpc/connect-web": "1.1.2",
"@connectrpc/connect": "1.1.2",
"@types/jasmine": "^4.3.5",
"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": "@connectrpc/connect-web",
"version": "1.1.1",
"version": "1.1.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@connectrpc/connect": "1.1.1"
"@connectrpc/connect": "1.1.2"
},
"files": [
"dist/**"
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": "@connectrpc/connect",
"version": "1.1.1",
"version": "1.1.2",
"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": {
"@connectrpc/connect-node": "^1.1.1",
"@connectrpc/connect-web": "^1.1.1",
"@connectrpc/connect-node": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@bufbuild/protobuf": "^1.3.3",
"tsx": "^3.13.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.26.1",
"@connectrpc/protoc-gen-connect-es": "^1.1.1",
"@connectrpc/protoc-gen-connect-es": "^1.1.2",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@types/express": "^4.17.18",
"esbuild": "^0.16.12",
Expand Down
Loading

0 comments on commit e0bffba

Please sign in to comment.