Skip to content

Commit 5878849

Browse files
chore(release): version packages (#7)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 86a9892 commit 5878849

21 files changed

+99
-40
lines changed

.changeset/angry-tips-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-ghosts-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-ravens-float.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/hot-phones-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-sloths-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @orpc/client
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- [`ab80aa6`](https://github.com/unnoq/orpc/commit/ab80aa614bcd4c5bff641ed693e2f86178235238) Thanks [@unnoq](https://github.com/unnoq)! - build: optimize
8+
9+
- Updated dependencies [[`8e9a954`](https://github.com/unnoq/orpc/commit/8e9a954ab8a13a4d968caaf4aa67b70c2d38c914), [`ab80aa6`](https://github.com/unnoq/orpc/commit/ab80aa614bcd4c5bff641ed693e2f86178235238), [`8e9a954`](https://github.com/unnoq/orpc/commit/8e9a954ab8a13a4d968caaf4aa67b70c2d38c914)]:
10+
- @orpc/server@0.1.0
11+
- @orpc/transformer@0.0.4
12+
- @orpc/contract@0.0.4
13+
- @orpc/shared@0.0.5
14+
315
## 0.0.3
416

517
### Patch Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@orpc/client",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "1.0.0",
55
"author": {
66
"name": "unnoq",
77
"email": "contact@unnoq.com",

packages/contract/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @orpc/contract
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [`ab80aa6`](https://github.com/unnoq/orpc/commit/ab80aa614bcd4c5bff641ed693e2f86178235238) Thanks [@unnoq](https://github.com/unnoq)! - build: optimize
8+
9+
- Updated dependencies [[`ab80aa6`](https://github.com/unnoq/orpc/commit/ab80aa614bcd4c5bff641ed693e2f86178235238)]:
10+
- @orpc/shared@0.0.5
11+
312
## 0.0.3
413

514
### Patch Changes

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@orpc/contract",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"author": {
66
"name": "unnoq",
77
"email": "contact@unnoq.com",

packages/openapi/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @orpc/openapi
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [`1c9f9ab`](https://github.com/unnoq/orpc/commit/1c9f9ab83c4b96b831ac654adc688788ba894ed5) Thanks [@unnoq](https://github.com/unnoq)! - fix: body schema not remove params fields
8+
9+
- [`ab80aa6`](https://github.com/unnoq/orpc/commit/ab80aa614bcd4c5bff641ed693e2f86178235238) Thanks [@unnoq](https://github.com/unnoq)! - build: optimize
10+
11+
- [`1c9f9ab`](https://github.com/unnoq/orpc/commit/1c9f9ab83c4b96b831ac654adc688788ba894ed5) Thanks [@unnoq](https://github.com/unnoq)! - fix: required and schema examples not work on query
12+
13+
- Updated dependencies [[`8e9a954`](https://github.com/unnoq/orpc/commit/8e9a954ab8a13a4d968caaf4aa67b70c2d38c914), [`ab80aa6`](https://github.com/unnoq/orpc/commit/ab80aa614bcd4c5bff641ed693e2f86178235238), [`8e9a954`](https://github.com/unnoq/orpc/commit/8e9a954ab8a13a4d968caaf4aa67b70c2d38c914)]:
14+
- @orpc/server@0.1.0
15+
- @orpc/transformer@0.0.4
16+
- @orpc/contract@0.0.4
17+
- @orpc/shared@0.0.5
18+
- @orpc/zod@0.0.1
19+
320
## 0.0.3
421

522
### Patch Changes

0 commit comments

Comments
 (0)