Skip to content

Commit

Permalink
chore: release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent aa57fb6 commit 9093e95
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.0",
"private": true,
"packageManager": "[email protected]",
"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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orpc/transformer",
"type": "module",
"version": "0.12.0",
"version": "0.13.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.12.0",
"version": "0.13.0",
"license": "MIT",
"homepage": "https://orpc.unnoq.com",
"repository": {
Expand Down

0 comments on commit 9093e95

Please sign in to comment.