Skip to content

Commit 499918f

Browse files
Version Packages (alpha)
1 parent 87c98af commit 499918f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.changeset/pre.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"examples/basic-react-superjson": "0.0.16",
77
"examples/basic-vanilla-esm": "0.0.16",
88
"electron-trpc": "0.6.1",
9-
"www": "0.0.1"
9+
"www": "0.0.1",
10+
"examples/manual-preload-react": "0.0.0"
1011
},
11-
"changesets": []
12+
"changesets": [
13+
"modern-pumpkins-collect",
14+
"seven-carrots-live"
15+
]
1216
}

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+
## 1.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [`87c98af`](https://github.com/jsonnull/electron-trpc/commit/87c98af6e18bcfd5d248e190a1139c41f79c9eda) Thanks [@jsonnull](https://github.com/jsonnull)! - Preload is automatically registered by default in CJS or ESM contexts.
8+
9+
- [#228](https://github.com/jsonnull/electron-trpc/pull/228) [`32f765e`](https://github.com/jsonnull/electron-trpc/commit/32f765ea56373d9347787c8f4fc5c9afb6da1d8d) Thanks [@github-actions](https://github.com/apps/github-actions)! - Breaking change: exposeElectronTRPC is now imported from 'electron-trpc/preload'
10+
311
## 0.7.1
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.7.1",
4+
"version": "1.0.0-alpha.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/jsonnull/electron-trpc.git"

0 commit comments

Comments
 (0)