Skip to content

Commit

Permalink
v10.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Jun 11, 2023
1 parent 3cad055 commit a841051
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion examples/.experimental/next-app-dir/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/next-app-dir",
"private": true,
"version": "10.29.1",
"version": "10.30.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion examples/.interop/next-prisma-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/legacy-next-starter",
"version": "10.29.1",
"version": "10.30.0",
"private": true,
"scripts": {
"generate": "prisma generate",
Expand Down
2 changes: 1 addition & 1 deletion examples/.test/ssg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/test-ssg",
"version": "10.29.1",
"version": "10.30.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-minimal-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-minimal",
"version": "10.29.1",
"version": "10.30.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-prisma-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/trpc-next-prisma-starter",
"version": "10.29.1",
"version": "10.30.0",
"private": true,
"scripts": {
"generate": "prisma generate",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-prisma-todomvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/trpc-next-prisma-todomvc",
"version": "10.29.1",
"version": "10.30.0",
"private": true,
"scripts": {
"generate": "prisma generate",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-prisma-websockets-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-websockets-starter",
"version": "10.29.1",
"version": "10.30.0",
"private": true,
"engines": {
"node": "^18.15.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/soa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/soa",
"private": true,
"version": "10.29.1",
"version": "10.30.0",
"type": "module",
"scripts": {
"build": "tsc",
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": "10.29.1",
"version": "10.30.0",
"registry": "https://registry.npmjs.org/",
"npmClient": "pnpm",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc/client",
"version": "10.29.1",
"version": "10.30.0",
"description": "The tRPC client library",
"author": "KATT",
"license": "MIT",
Expand Down Expand Up @@ -76,11 +76,11 @@
"!**/*.test.*"
],
"peerDependencies": {
"@trpc/server": "10.29.1"
"@trpc/server": "10.30.0"
},
"devDependencies": {
"@testing-library/dom": "^9.0.0",
"@trpc/server": "10.29.1",
"@trpc/server": "10.30.0",
"@types/isomorphic-fetch": "^0.0.36",
"@types/node": "^18.16.16",
"eslint": "^8.40.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc/next",
"version": "10.29.1",
"version": "10.30.0",
"description": "The tRPC Next.js library",
"author": "KATT",
"license": "MIT",
Expand Down Expand Up @@ -56,9 +56,9 @@
],
"peerDependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "10.29.1",
"@trpc/react-query": "10.29.1",
"@trpc/server": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/react-query": "10.30.0",
"@trpc/server": "10.30.0",
"next": "*",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
Expand All @@ -68,9 +68,9 @@
},
"devDependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "10.29.1",
"@trpc/react-query": "10.29.1",
"@trpc/server": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/react-query": "10.30.0",
"@trpc/server": "10.30.0",
"@types/express": "^4.17.17",
"@types/node": "^18.16.16",
"@types/react": "^18.2.8",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc/react-query",
"version": "10.29.1",
"version": "10.30.0",
"description": "The tRPC React library",
"author": "KATT",
"license": "MIT",
Expand Down Expand Up @@ -64,15 +64,15 @@
},
"peerDependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "10.29.1",
"@trpc/server": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/server": "10.30.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "10.29.1",
"@trpc/server": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/server": "10.30.0",
"@types/express": "^4.17.17",
"@types/node": "^18.16.16",
"@types/react": "^18.2.8",
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": "10.29.1",
"version": "10.30.0",
"description": "The tRPC server library",
"author": "KATT",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc/tests",
"version": "10.29.1",
"version": "10.30.0",
"private": true,
"scripts": {
"codegen:bigBoi": "tsx ../../scripts/generateBigBoi.ts",
Expand All @@ -26,10 +26,10 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@trpc/client": "10.29.1",
"@trpc/next": "10.29.1",
"@trpc/react-query": "10.29.1",
"@trpc/server": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/next": "10.30.0",
"@trpc/react-query": "10.30.0",
"@trpc/server": "10.30.0",
"@types/node": "^18.16.16",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitest/coverage-istanbul": "^0.32.0",
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "10.29.1",
"version": "10.30.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

3 comments on commit a841051

@vercel
Copy link

@vercel vercel bot commented on a841051 Jun 11, 2023

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-prisma-starter – ./examples/next-prisma-starter

next-prisma-starter-trpc.vercel.app
next-prisma-starter-git-main-trpc.vercel.app
nextjs.trpc.io

@vercel
Copy link

@vercel vercel bot commented on a841051 Jun 11, 2023

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:

og-image – ./www/og-image

og-image-three-neon.vercel.app
og-image-git-main-trpc.vercel.app
og-image-trpc.vercel.app
og-image.trpc.io

@vercel
Copy link

@vercel vercel bot commented on a841051 Jun 11, 2023

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-trpc.vercel.app
www-trpc.vercel.app
trpc.io
www.trpc.io
beta.trpc.io
alpha.trpc.io

Please sign in to comment.