Skip to content

Commit 915e69d

Browse files
Version Packages (alpha) (#212)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 529bfb9 commit 915e69d

File tree

10 files changed

+40
-11
lines changed

10 files changed

+40
-11
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"electron-trpc": "0.6.1",
99
"www": "0.0.1"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"seven-carrots-live"
13+
]
1214
}

examples/basic-react-superjson/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# examples/basic
22

3+
## 0.0.17-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`529bfb9`](https://github.com/jsonnull/electron-trpc/commit/529bfb9175f32d67a11397141fd4ce47f839f9c5)]:
8+
9+
310
## 0.0.16
411

512
### Patch Changes

examples/basic-react-superjson/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples/basic-react-superjson",
3-
"version": "0.0.16",
3+
"version": "0.0.17-alpha.0",
44
"private": true,
55
"main": "dist-electron/index.js",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"@trpc/react-query": "10.33.1",
1515
"@trpc/server": "10.33.1",
1616
"electron": "29.3.2",
17-
"electron-trpc": "0.6.1",
17+
"electron-trpc": "1.0.0-alpha.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"superjson": "^1.12.3",

examples/basic-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# examples/basic
22

3+
## 0.0.17-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`529bfb9`](https://github.com/jsonnull/electron-trpc/commit/529bfb9175f32d67a11397141fd4ce47f839f9c5)]:
8+
9+
310
## 0.0.16
411

512
### Patch Changes

examples/basic-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples/basic-react",
3-
"version": "0.0.16",
3+
"version": "0.0.17-alpha.0",
44
"private": true,
55
"main": "dist-electron/index.js",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"@trpc/react-query": "10.33.1",
1515
"@trpc/server": "10.33.1",
1616
"electron": "29.3.2",
17-
"electron-trpc": "0.6.1",
17+
"electron-trpc": "1.0.0-alpha.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"zod": "^3.21.4"

examples/basic-vanilla-esm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# examples/basic
22

3+
## 0.0.17-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`529bfb9`](https://github.com/jsonnull/electron-trpc/commit/529bfb9175f32d67a11397141fd4ce47f839f9c5)]:
8+
9+
310
## 0.0.16
411

512
### Patch Changes

examples/basic-vanilla-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "examples/basic-vanilla-esm",
33
"type": "module",
4-
"version": "0.0.16",
4+
"version": "0.0.17-alpha.0",
55
"private": true,
66
"main": "electron/index.mjs",
77
"license": "MIT",
@@ -13,7 +13,7 @@
1313
"@trpc/client": "10.33.1",
1414
"@trpc/server": "10.33.1",
1515
"electron": "29.3.2",
16-
"electron-trpc": "0.6.1",
16+
"electron-trpc": "1.0.0-alpha.0",
1717
"vite": "^5.2.11",
1818
"zod": "^3.21.4"
1919
},

packages/electron-trpc/CHANGELOG.md

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

3+
## 1.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [`529bfb9`](https://github.com/jsonnull/electron-trpc/commit/529bfb9175f32d67a11397141fd4ce47f839f9c5) Thanks [@jsonnull](https://github.com/jsonnull)! - Breaking change: exposeElectronTRPC is now imported from 'electron-trpc/preload'
8+
39
## 0.6.1
410

511
### 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.6.1",
4+
"version": "1.0.0-alpha.0",
55
"exports": {
66
"./main": {
77
"require": "./dist/main.cjs",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)