Skip to content

Commit 56340e2

Browse files
chore(release): version packages (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6f69ef commit 56340e2

File tree

11 files changed

+55
-13
lines changed

11 files changed

+55
-13
lines changed

.changeset/chilled-socks-refuse.md

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

packages/client/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d6f69ef`](https://github.com/unnoq/orpc/commit/d6f69ef1ee5f29a1419fe293cd1b9528be2e59fb)]:
8+
- @orpc/contract@0.1.0
9+
- @orpc/server@0.2.0
10+
311
## 1.0.2
412

513
### 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": "1.0.2",
4+
"version": "2.0.0",
55
"author": {
66
"name": "unnoq",
77
"email": "contact@unnoq.com",

packages/contract/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#21](https://github.com/unnoq/orpc/pull/21) [`d6f69ef`](https://github.com/unnoq/orpc/commit/d6f69ef1ee5f29a1419fe293cd1b9528be2e59fb) Thanks [@unnoq](https://github.com/unnoq)! - feat: infer router inputs and outputs utils
8+
39
## 0.0.4
410

511
### Patch Changes

packages/contract/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@orpc/contract",
33
"type": "module",
4-
"version": "0.0.4",
4+
"version": "0.1.0",
55
"author": {
66
"name": "unnoq",
77
"email": "contact@unnoq.com",
@@ -14,7 +14,10 @@
1414
"url": "https://github.com/unnoq/orpc.git",
1515
"directory": "packages/contract"
1616
},
17-
"keywords": ["unnoq", "orpc"],
17+
"keywords": [
18+
"unnoq",
19+
"orpc"
20+
],
1821
"publishConfig": {
1922
"access": "public",
2023
"exports": {
@@ -34,7 +37,10 @@
3437
"types": "./src/*.ts"
3538
}
3639
},
37-
"files": ["dist", "src"],
40+
"files": [
41+
"dist",
42+
"src"
43+
],
3844
"scripts": {
3945
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
4046
"build:watch": "pnpm run build --watch",

packages/openapi/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d6f69ef`](https://github.com/unnoq/orpc/commit/d6f69ef1ee5f29a1419fe293cd1b9528be2e59fb)]:
8+
- @orpc/contract@0.1.0
9+
- @orpc/server@0.2.0
10+
311
## 0.0.6
412

513
### Patch Changes

packages/openapi/package.json

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

packages/react/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d6f69ef`](https://github.com/unnoq/orpc/commit/d6f69ef1ee5f29a1419fe293cd1b9528be2e59fb)]:
8+
- @orpc/contract@0.1.0
9+
- @orpc/server@0.2.0
10+
- @orpc/client@2.0.0
11+
312
## 1.0.2
413

514
### Patch Changes

packages/react/package.json

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

packages/server/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#21](https://github.com/unnoq/orpc/pull/21) [`d6f69ef`](https://github.com/unnoq/orpc/commit/d6f69ef1ee5f29a1419fe293cd1b9528be2e59fb) Thanks [@unnoq](https://github.com/unnoq)! - feat: infer router inputs and outputs utils
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d6f69ef`](https://github.com/unnoq/orpc/commit/d6f69ef1ee5f29a1419fe293cd1b9528be2e59fb)]:
12+
- @orpc/contract@0.1.0
13+
314
## 0.1.2
415

516
### Patch Changes

0 commit comments

Comments
 (0)