Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Mar 7, 2021
1 parent 07ad2ec commit e0a2f97
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
8 changes: 4 additions & 4 deletions examples/next-api-caching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-api-caching",
"version": "3.4.2",
"version": "3.5.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,9 +11,9 @@
"test-start": "start-server-and-test start 3000 test"
},
"dependencies": {
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"@trpc/client": "^3.5.0",
"@trpc/react": "^3.5.0",
"@trpc/server": "^3.5.0",
"next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/hello-world",
"version": "3.4.2",
"version": "3.5.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,9 +11,9 @@
"test-start": "start-server-and-test start 3000 test"
},
"dependencies": {
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"@trpc/client": "^3.5.0",
"@trpc/react": "^3.5.0",
"@trpc/server": "^3.5.0",
"next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-prisma-todomvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/todo-web",
"version": "3.4.2",
"version": "3.5.0",
"private": true,
"scripts": {
"dx:next": "prisma generate && next dev",
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@prisma/client": "^2.18.0",
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"@trpc/client": "^3.5.0",
"@trpc/react": "^3.5.0",
"@trpc/server": "^3.5.0",
"clsx": "^1.1.1",
"jest": "^26.6.3",
"jest-playwright": "^0.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-ssg-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/chat",
"version": "3.4.2",
"version": "3.5.0",
"private": true,
"scripts": {
"dx:next": "prisma generate && next dev",
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@prisma/client": "^2.18.0",
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"@trpc/client": "^3.5.0",
"@trpc/react": "^3.5.0",
"@trpc/server": "^3.5.0",
"jest": "^26.6.3",
"jest-playwright": "^0.0.1",
"jest-playwright-preset": "^1.4.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/playground",
"version": "3.4.2",
"version": "3.5.0",
"private": true,
"scripts": {
"dev:server": "nodemon -e ts -w . -x ts-node ./src/server.ts",
Expand All @@ -12,9 +12,9 @@
"test-start": "start-server-and-test 'node dist/server' 2021 'node dist/client'"
},
"dependencies": {
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"@trpc/client": "^3.5.0",
"@trpc/react": "^3.5.0",
"@trpc/server": "^3.5.0",
"@types/node-fetch": "^2.5.8",
"abort-controller": "^3.0.0",
"body-parser": "^1.19.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/standalone-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/standalone-server",
"version": "3.4.2",
"version": "3.5.0",
"private": true,
"scripts": {
"dev:server": "nodemon -e ts -w . -x ts-node ./src/server.ts",
Expand All @@ -11,9 +11,9 @@
"test-start": "start-server-and-test 'node dist/server' 2022 'node dist/client'"
},
"dependencies": {
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"@trpc/client": "^3.5.0",
"@trpc/react": "^3.5.0",
"@trpc/server": "^3.5.0",
"@types/node-fetch": "^2.5.8",
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.2",
"version": "3.5.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc/client",
"version": "3.4.0",
"version": "3.5.0",
"description": "tRPC Client lib",
"author": "KATT",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@trpc/server": "^3.4.0"
"@trpc/server": "^3.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc/react",
"version": "3.4.2",
"version": "3.5.0",
"description": "tRPC React lib",
"author": "KATT",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@trpc/client": "^3.4.0",
"@trpc/server": "^3.4.0",
"@trpc/client": "^3.5.0",
"@trpc/server": "^3.5.0",
"@types/express": "^4.17.11",
"body-parser": "^1.19.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc/server",
"version": "3.4.0",
"version": "3.5.0",
"description": "tRPC Server",
"author": "KATT",
"license": "MIT",
Expand Down

5 comments on commit e0a2f97

@vercel
Copy link

@vercel vercel bot commented on e0a2f97 Mar 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www – ./www

www.tmp.trpc.io
www.trpc.io
www-git-main.tmp.trpc.io
trpc.io

@vercel
Copy link

@vercel vercel bot commented on e0a2f97 Mar 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hello-world – ./examples/next-hello-world

hello-world-git-main.tmp.trpc.io
hello-world.trpc.io
hello-world-virid.vercel.app
hello-world.tmp.trpc.io

@vercel
Copy link

@vercel vercel bot commented on e0a2f97 Mar 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-api-caching – ./examples/next-api-caching

next-api-caching-git-main.tmp.trpc.io
next-api-caching.tmp.trpc.io
next-api-caching.trpc.io

@vercel
Copy link

@vercel vercel bot commented on e0a2f97 Mar 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chat – ./examples/next-ssg-chat

chat.trpc.io
chat-git-main.tmp.trpc.io
trpc.vercel.app
chat.tmp.trpc.io

@vercel
Copy link

@vercel vercel bot commented on e0a2f97 Mar 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

todomvc – ./examples/next-prisma-todomvc

trpc.tmp.trpc.io
todomvc.tmp.trpc.io
todomvc-git-main.tmp.trpc.io
todomvc.trpc.io

Please sign in to comment.