File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
"mode" : " pre" ,
3
3
"tag" : " next" ,
4
4
"initialVersions" : {
5
- "electron-trpc" : " 0.1.0"
5
+ "electron-trpc" : " 0.1.0" ,
6
+ "examples/basic" : " 0.0.0"
6
7
},
7
8
"changesets" : [
8
9
" green-badgers-move" ,
10
+ " sharp-crews-melt" ,
9
11
" ten-bobcats-ring" ,
10
12
" unlucky-seas-divide"
11
13
]
Original file line number Diff line number Diff line change 16
16
"@trpc/react-query" : " 10.0.0-proxy-beta.25" ,
17
17
"@trpc/server" : " 10.0.0-proxy-beta.25" ,
18
18
"electron" : " ^19.0.9" ,
19
- "electron-trpc" : " 0.2.0-next.2 " ,
19
+ "electron-trpc" : " 0.2.0-next.3 " ,
20
20
"react" : " ^18.2.0" ,
21
21
"react-dom" : " ^18.2.0" ,
22
22
"zod" : " ^3.19.1"
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-trpc" ,
3
3
"description" : " Electron support for tRPC" ,
4
- "version" : " 0.2.0-next.2 " ,
4
+ "version" : " 0.2.0-next.3 " ,
5
5
"main" : " dist/index.cjs" ,
6
6
"module" : " dist/index.mjs" ,
7
7
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments