Skip to content

Commit 3cadbd5

Browse files
Version Packages (next) (#30)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent da6ba09 commit 3cadbd5

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"mode": "pre",
33
"tag": "next",
44
"initialVersions": {
5-
"electron-trpc": "0.1.0"
5+
"electron-trpc": "0.1.0",
6+
"examples/basic": "0.0.0"
67
},
78
"changesets": [
89
"green-badgers-move",
10+
"sharp-crews-melt",
911
"ten-bobcats-ring",
1012
"unlucky-seas-divide"
1113
]

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@trpc/react-query": "10.0.0-proxy-beta.25",
1717
"@trpc/server": "10.0.0-proxy-beta.25",
1818
"electron": "^19.0.9",
19-
"electron-trpc": "0.2.0-next.2",
19+
"electron-trpc": "0.2.0-next.3",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
2222
"zod": "^3.19.1"

packages/electron-trpc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# electron-trpc
2+
3+
## 0.2.0-next.3
4+
5+
### Patch Changes
6+
7+
- [#29](https://github.com/jsonnull/electron-trpc/pull/29) [`6d5ef0a`](https://github.com/jsonnull/electron-trpc/commit/6d5ef0a0265957f322b91daebdd3e851f61f1333) Thanks [@jsonnull](https://github.com/jsonnull)! - Fix transformer path.

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.2",
4+
"version": "0.2.0-next.3",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)