Skip to content

Commit

Permalink
chore: release v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 0c8e57d commit 0c12e2e
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orpc/content",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/monorepo",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"packageManager": "pnpm@9.15.2",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/client",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/contract",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/openapi",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/react-query",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/server",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/shared",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-colada/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/vue-colada",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/vue-query",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/zod",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/contract-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "orpc-contract-openapi-playground",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"scripts": {
"dev": "tsx --watch src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/expressjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "orpc-expresjs-playground",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"scripts": {
"dev": "tsx --watch src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orpc-nextjs-playground",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "orpc-openapi-playground",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"scripts": {
"dev": "tsx --watch src/main.ts",
Expand Down

0 comments on commit 0c12e2e

Please sign in to comment.