diff --git a/apps/content/package.json b/apps/content/package.json index 5fd80b46..2a964968 100644 --- a/apps/content/package.json +++ b/apps/content/package.json @@ -1,6 +1,6 @@ { "name": "@orpc/content", - "version": "0.36.0", + "version": "0.36.1", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index 7f211658..7db97347 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/monorepo", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "private": true, "packageManager": "pnpm@9.15.2", "scripts": { diff --git a/packages/client/package.json b/packages/client/package.json index 98c0752b..9f182097 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/client", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/contract/package.json b/packages/contract/package.json index 4a4c430c..872861b3 100644 --- a/packages/contract/package.json +++ b/packages/contract/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/contract", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 949bdaa3..8b67bc27 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/openapi", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/react-query/package.json b/packages/react-query/package.json index b1c90014..ea3aff24 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.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/server/package.json b/packages/server/package.json index 74e44e81..5b248924 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/server", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/shared/package.json b/packages/shared/package.json index 46377096..e18170a8 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/shared", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/vue-colada/package.json b/packages/vue-colada/package.json index 29655ca9..2d3a402b 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.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/vue-query/package.json b/packages/vue-query/package.json index c747332d..70d3534b 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.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/packages/zod/package.json b/packages/zod/package.json index 918b90ef..0987a698 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,7 +1,7 @@ { "name": "@orpc/zod", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { diff --git a/playgrounds/contract-openapi/package.json b/playgrounds/contract-openapi/package.json index 46706ff8..129ea588 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.36.0", + "version": "0.36.1", "private": true, "scripts": { "dev": "tsx --watch src/main.ts", diff --git a/playgrounds/expressjs/package.json b/playgrounds/expressjs/package.json index fe992d43..b27fbc97 100644 --- a/playgrounds/expressjs/package.json +++ b/playgrounds/expressjs/package.json @@ -1,7 +1,7 @@ { "name": "orpc-expresjs-playground", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "private": true, "scripts": { "dev": "tsx --watch src/main.ts", diff --git a/playgrounds/nextjs/package.json b/playgrounds/nextjs/package.json index 1fe1b72d..f8e74441 100644 --- a/playgrounds/nextjs/package.json +++ b/playgrounds/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "orpc-nextjs-playground", - "version": "0.36.0", + "version": "0.36.1", "private": true, "scripts": { "dev": "next dev --port 3000", diff --git a/playgrounds/openapi/package.json b/playgrounds/openapi/package.json index 5c5f6d0a..d2f09d5f 100644 --- a/playgrounds/openapi/package.json +++ b/playgrounds/openapi/package.json @@ -1,7 +1,7 @@ { "name": "orpc-openapi-playground", "type": "module", - "version": "0.36.0", + "version": "0.36.1", "private": true, "scripts": { "dev": "tsx --watch src/main.ts",