Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Feb 9, 2021
1 parent 05dfb56 commit ea3937d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@trpc/client": "^1.4.1",
"@trpc/react": "^1.4.1",
"@trpc/react": "^1.4.2",
"@trpc/server": "^1.4.1",
"next": "10.0.4",
"react": "17.0.1",
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": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dx:next": "prisma generate && next dev",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@prisma/client": "^2.16.0",
"@trpc/client": "^1.4.1",
"@trpc/react": "^1.4.1",
"@trpc/react": "^1.4.2",
"@trpc/server": "^1.4.1",
"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": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dev:server": "nodemon -e ts -w . -x ts-node ./src/server.ts",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@trpc/client": "^1.4.1",
"@trpc/react": "^1.4.1",
"@trpc/react": "^1.4.2",
"@trpc/server": "^1.4.1",
"@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": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dev:server": "nodemon -e ts -w . -x ts-node ./src/server.ts",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@trpc/client": "^1.4.1",
"@trpc/react": "^1.4.1",
"@trpc/react": "^1.4.2",
"@trpc/server": "^1.4.1",
"@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": "1.4.1",
"version": "1.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": "1.4.1",
"version": "1.4.2",
"description": "TRPC React lib",
"author": "KATT",
"license": "MIT",
Expand Down

2 comments on commit ea3937d

@vercel
Copy link

@vercel vercel bot commented on ea3937d Feb 9, 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-virid.vercel.app
hello-world.trpc.io
hello-world-git-main.tmp.trpc.io
hello-world.tmp.trpc.io

@vercel
Copy link

@vercel vercel bot commented on ea3937d Feb 9, 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

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

Please sign in to comment.