Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Jan 30, 2021
1 parent 6f46818 commit d4d5e7a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions examples/next-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@examples/hello-world",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@trpc/client": "^1.1.1",
"@trpc/react": "^1.1.1",
"@trpc/server": "^1.1.1",
"@trpc/client": "^1.2.0",
"@trpc/react": "^1.2.0",
"@trpc/server": "^1.2.0",
"next": "10.0.4",
"react": "17.0.1",
"react-dom": "17.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": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"dx:next": "next dev",
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@prisma/client": "^2.15.0",
"@trpc/client": "^1.1.1",
"@trpc/react": "^1.1.1",
"@trpc/server": "^1.1.1",
"@trpc/client": "^1.2.0",
"@trpc/react": "^1.2.0",
"@trpc/server": "^1.2.0",
"next": "10.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@examples/playground",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"dev:server": "nodemon -e ts -w . -x ts-node ./src/server.ts",
"dev:client": "nodemon -e ts -w . -x 'wait-on tcp:2021 && ts-node ./src/client.ts'",
"dev": "run-p dev:* --print-label"
},
"dependencies": {
"@trpc/client": "^1.1.1",
"@trpc/react": "^1.1.1",
"@trpc/server": "^1.1.1",
"@trpc/client": "^1.2.0",
"@trpc/react": "^1.2.0",
"@trpc/server": "^1.2.0",
"@types/node-fetch": "^2.5.8",
"abort-controller": "^3.0.0",
"body-parser": "^1.19.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.1.1",
"version": "1.2.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": "1.1.1",
"version": "1.2.0",
"description": "TRPC Client lib",
"author": "KATT",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@trpc/server": "^1.1.1"
"@trpc/server": "^1.2.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": "1.1.1",
"version": "1.2.0",
"description": "TRPC React lib",
"author": "KATT",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@trpc/client": "^1.1.1",
"@trpc/server": "^1.1.1",
"@trpc/client": "^1.2.0",
"@trpc/server": "^1.2.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": "1.1.1",
"version": "1.2.0",
"description": "TRPC Server",
"author": "KATT",
"license": "MIT",
Expand Down

2 comments on commit d4d5e7a

@vercel
Copy link

@vercel vercel bot commented on d4d5e7a Jan 30, 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.vercel.app
chat.trpc.io
chat-git-main.trpc.vercel.app
trpc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d4d5e7a Jan 30, 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.trpc.vercel.app
hello-world-virid.vercel.app
hello-world.trpc.vercel.app

Please sign in to comment.