Skip to content

Commit 9bb1b9f

Browse files
Version Packages (next) (#40)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6ff6963 commit 9bb1b9f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
},
88
"changesets": [
99
"green-badgers-move",
10+
"rotten-forks-design",
1011
"sharp-crews-melt",
1112
"ten-bobcats-ring",
12-
"unlucky-seas-divide"
13+
"unlucky-seas-divide",
14+
"wild-dots-change"
1315
]
1416
}

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@trpc/react-query": "10.0.0-rc.1",
1616
"@trpc/server": "10.0.0-rc.1",
1717
"electron": "^19.0.9",
18-
"electron-trpc": "0.2.0-next.3",
18+
"electron-trpc": "0.2.0-next.4",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"zod": "^3.19.1"

packages/electron-trpc/CHANGELOG.md

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

3+
## 0.2.0-next.4
4+
5+
### Patch Changes
6+
7+
- [#41](https://github.com/jsonnull/electron-trpc/pull/41) [`6ff6963`](https://github.com/jsonnull/electron-trpc/commit/6ff696377187c19bc773153d17d8cba7bda25c50) Thanks [@jsonnull](https://github.com/jsonnull)! - Upgrade to tRPC v10 rc.1.
8+
9+
- [#39](https://github.com/jsonnull/electron-trpc/pull/39) [`702b9af`](https://github.com/jsonnull/electron-trpc/commit/702b9afc595630b1a272c48ba86fc84f67e97909) Thanks [@jsonnull](https://github.com/jsonnull)! - Fix TypeScript type resolution. (Authored by @skyrpex, thanks!)
10+
311
## 0.2.0-next.3
412

513
### Patch Changes

packages/electron-trpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-trpc",
33
"description": "Electron support for tRPC",
4-
"version": "0.2.0-next.3",
4+
"version": "0.2.0-next.4",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)