Skip to content

Commit

Permalink
v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Mar 4, 2021
1 parent 7d65e02 commit 38d756d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 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.1",
"version": "3.4.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.1",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"next": "^10.0.5",
"react": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.4.2",
"private": true,
"scripts": {
"dx:next": "prisma generate && next dev",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@prisma/client": "^2.18.0",
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.1",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"clsx": "^1.1.1",
"jest": "^26.6.3",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.4.2",
"private": true,
"scripts": {
"dx:next": "prisma generate && next dev",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@prisma/client": "^2.18.0",
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.1",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"jest": "^26.6.3",
"jest-playwright": "^0.0.1",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.4.2",
"private": true,
"scripts": {
"dev:server": "nodemon -e ts -w . -x ts-node ./src/server.ts",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.1",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"@types/node-fetch": "^2.5.8",
"abort-controller": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.4.2",
"private": true,
"scripts": {
"dev:server": "nodemon -e ts -w . -x ts-node ./src/server.ts",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@trpc/client": "^3.4.0",
"@trpc/react": "^3.4.1",
"@trpc/react": "^3.4.2",
"@trpc/server": "^3.4.0",
"@types/node-fetch": "^2.5.8",
"abort-controller": "^3.0.0",
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.1",
"version": "3.4.2",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc/react",
"version": "3.4.1",
"version": "3.4.2",
"description": "tRPC React lib",
"author": "KATT",
"license": "MIT",
Expand Down

4 comments on commit 38d756d

@vercel
Copy link

@vercel vercel bot commented on 38d756d Mar 4, 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-git-main.tmp.trpc.io
www.trpc.io
trpc.io
www.tmp.trpc.io

@vercel
Copy link

@vercel vercel bot commented on 38d756d Mar 4, 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.tmp.trpc.io
hello-world.trpc.io
hello-world-git-main.tmp.trpc.io
hello-world-virid.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 38d756d Mar 4, 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
chat.tmp.trpc.io
trpc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 38d756d Mar 4, 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

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

Please sign in to comment.