Skip to content

Commit

Permalink
chore: release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2025
1 parent fd1db03 commit 9487fcd
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -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": {
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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.0",
"private": true,
"scripts": {
"dev": "tsx --watch src/main.ts",
Expand Down

0 comments on commit 9487fcd

Please sign in to comment.