Skip to content

Commit

Permalink
chore(release): version packages (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 26, 2024
1 parent ea94dfe commit 09a2f5d
Show file tree
Hide file tree
Showing 18 changed files with 92 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-islands-sleep.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/rude-eagles-search.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @orpc/client

## 0.0.6

### Patch Changes

- [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633) Thanks [@unnoq](https://github.com/unnoq)! - fix: bundle unexpected deps

- Updated dependencies [[`68f9a38`](https://github.com/unnoq/orpc/commit/68f9a38f77146ac0b9e61b4a18156753bf62a903), [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633)]:
- @orpc/shared@0.1.1
- @orpc/transformer@0.0.6

## 0.0.5

### Patch Changes
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.0.5",
"version": "0.0.6",
"author": {
"name": "unnoq",
"email": "[email protected]",
Expand Down
9 changes: 9 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @orpc/contract

## 0.1.3

### Patch Changes

- [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633) Thanks [@unnoq](https://github.com/unnoq)! - fix: bundle unexpected deps

- Updated dependencies [[`68f9a38`](https://github.com/unnoq/orpc/commit/68f9a38f77146ac0b9e61b4a18156753bf62a903), [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633)]:
- @orpc/shared@0.1.1

## 0.1.2

### Patch Changes
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.1.2",
"version": "0.1.3",
"author": {
"name": "unnoq",
"email": "[email protected]",
Expand Down
13 changes: 13 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @orpc/openapi

## 0.0.10

### Patch Changes

- [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633) Thanks [@unnoq](https://github.com/unnoq)! - fix: bundle unexpected deps

- Updated dependencies [[`68f9a38`](https://github.com/unnoq/orpc/commit/68f9a38f77146ac0b9e61b4a18156753bf62a903), [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633)]:
- @orpc/shared@0.1.1
- @orpc/contract@0.1.3
- @orpc/server@0.3.1
- @orpc/transformer@0.0.6
- @orpc/zod@0.0.2

## 0.0.9

### Patch Changes
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.0.9",
"version": "0.0.10",
"author": {
"name": "unnoq",
"email": "[email protected]",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @orpc/react

## 0.0.7

### Patch Changes

- [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633) Thanks [@unnoq](https://github.com/unnoq)! - fix: bundle unexpected deps

- Updated dependencies [[`68f9a38`](https://github.com/unnoq/orpc/commit/68f9a38f77146ac0b9e61b4a18156753bf62a903), [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633)]:
- @orpc/shared@0.1.1
- @orpc/client@0.0.6

## 0.0.6

### Patch Changes
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.0.6",
"version": "0.0.7",
"author": {
"name": "unnoq",
"email": "[email protected]",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @orpc/server

## 0.3.1

### Patch Changes

- [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633) Thanks [@unnoq](https://github.com/unnoq)! - fix: bundle unexpected deps

- Updated dependencies [[`68f9a38`](https://github.com/unnoq/orpc/commit/68f9a38f77146ac0b9e61b4a18156753bf62a903), [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633)]:
- @orpc/shared@0.1.1
- @orpc/contract@0.1.3
- @orpc/transformer@0.0.6

## 0.3.0

### Minor Changes
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.3.0",
"version": "0.3.1",
"author": {
"name": "unnoq",
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @orpc/shared

## 0.1.1

### Patch Changes

- [`68f9a38`](https://github.com/unnoq/orpc/commit/68f9a38f77146ac0b9e61b4a18156753bf62a903) Thanks [@unnoq](https://github.com/unnoq)! - chore: improve `value` util

- [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633) Thanks [@unnoq](https://github.com/unnoq)! - fix: bundle unexpected deps

## 0.1.0

### Minor Changes
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.1.0",
"version": "0.1.1",
"author": {
"name": "unnoq",
"email": "[email protected]",
Expand Down
10 changes: 10 additions & 0 deletions packages/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @orpc/transformer

## 0.0.6

### Patch Changes

- [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633) Thanks [@unnoq](https://github.com/unnoq)! - fix: bundle unexpected deps

- Updated dependencies [[`68f9a38`](https://github.com/unnoq/orpc/commit/68f9a38f77146ac0b9e61b4a18156753bf62a903), [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633)]:
- @orpc/shared@0.1.1
- @orpc/zod@0.0.2

## 0.0.5

### Patch Changes
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.0.5",
"version": "0.0.6",
"author": {
"name": "unnoq",
"email": "[email protected]",
Expand Down
6 changes: 6 additions & 0 deletions packages/zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orpc/zod

## 0.0.2

### Patch Changes

- [`ea94dfe`](https://github.com/unnoq/orpc/commit/ea94dfedb57a04aa173f29b00e198af3015fa633) Thanks [@unnoq](https://github.com/unnoq)! - fix: bundle unexpected deps

## 0.0.1

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions 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.0.1",
"version": "0.0.2",
"author": {
"name": "unnoq",
"email": "[email protected]",
Expand All @@ -14,7 +14,9 @@
"url": "https://github.com/unnoq/orpc.git",
"directory": "packages/zod"
},
"keywords": ["unnoq"],
"keywords": [
"unnoq"
],
"publishConfig": {
"access": "public",
"exports": {
Expand All @@ -34,7 +36,10 @@
"types": "./src/*.ts"
}
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
"build:watch": "pnpm run build --watch",
Expand Down

0 comments on commit 09a2f5d

Please sign in to comment.