From 9487fcd6709cffa92d36b868503af346ffc37c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jan 2025 14:40:41 +0000 Subject: [PATCH] chore: release v0.23.0 --- apps/content/package.json | 2 +- package.json | 2 +- packages/client/package.json | 2 +- packages/contract/package.json | 2 +- packages/next/package.json | 2 +- packages/openapi/package.json | 2 +- packages/react-query/package.json | 2 +- packages/react/package.json | 2 +- packages/server/package.json | 2 +- packages/shared/package.json | 2 +- packages/vue-colada/package.json | 2 +- packages/vue-query/package.json | 2 +- packages/zod/package.json | 2 +- playgrounds/contract-openapi/package.json | 2 +- playgrounds/expressjs/package.json | 2 +- playgrounds/nextjs/package.json | 2 +- playgrounds/openapi/package.json | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/apps/content/package.json b/apps/content/package.json index 1ca0b47a..2f75457a 100644 --- a/apps/content/package.json +++ b/apps/content/package.json @@ -1,6 +1,6 @@ { "name": "@orpc/content", - "version": "0.22.0", + "version": "0.23.0", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index e885f201..e657831a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/monorepo", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "private": true, "packageManager": "pnpm@9.15.2", "scripts": { diff --git a/packages/client/package.json b/packages/client/package.json index a90d238a..6076a855 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/client", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/contract/package.json b/packages/contract/package.json index f78d46fa..36d0f4b8 100644 --- a/packages/contract/package.json +++ b/packages/contract/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/contract", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/next/package.json b/packages/next/package.json index ee485357..75648f17 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/next", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 9ae3975d..df043b9b 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/openapi", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/react-query/package.json b/packages/react-query/package.json index c20f00ba..4b38ece5 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/react-query", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/react/package.json b/packages/react/package.json index 0b36ee26..01749f00 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/react", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/server/package.json b/packages/server/package.json index a6ca7b9d..5a8bf547 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/server", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/shared/package.json b/packages/shared/package.json index a9d3ce23..37e169db 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/shared", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/vue-colada/package.json b/packages/vue-colada/package.json index fb405c08..1efdfcfd 100644 --- a/packages/vue-colada/package.json +++ b/packages/vue-colada/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/vue-colada", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index df666d85..f77f598b 100644 --- a/packages/vue-query/package.json +++ b/packages/vue-query/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/vue-query", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/zod/package.json b/packages/zod/package.json index 2c5888e8..e3142470 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/zod", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/playgrounds/contract-openapi/package.json b/playgrounds/contract-openapi/package.json index 2dfd6dba..1e005440 100644 --- a/playgrounds/contract-openapi/package.json +++ b/playgrounds/contract-openapi/package.json @@ -1,7 +1,7 @@ { "name": "orpc-contract-openapi-playground", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "private": true, "scripts": { "dev": "tsx --watch src/main.ts", diff --git a/playgrounds/expressjs/package.json b/playgrounds/expressjs/package.json index 30256b86..4003bdb0 100644 --- a/playgrounds/expressjs/package.json +++ b/playgrounds/expressjs/package.json @@ -1,7 +1,7 @@ { "name": "orpc-expresjs-playground", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "private": true, "scripts": { "dev": "tsx --watch src/main.ts", diff --git a/playgrounds/nextjs/package.json b/playgrounds/nextjs/package.json index 72f6fbee..8467c3b3 100644 --- a/playgrounds/nextjs/package.json +++ b/playgrounds/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "orpc-nextjs-playground", - "version": "0.22.0", + "version": "0.23.0", "private": true, "scripts": { "dev": "next dev --port 3000", diff --git a/playgrounds/openapi/package.json b/playgrounds/openapi/package.json index 229c468b..35ff97e5 100644 --- a/playgrounds/openapi/package.json +++ b/playgrounds/openapi/package.json @@ -1,7 +1,7 @@ { "name": "orpc-openapi-playground", "type": "module", - "version": "0.22.0", + "version": "0.23.0", "private": true, "scripts": { "dev": "tsx --watch src/main.ts",