Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"examples/basic-react-superjson": "0.0.16",
"examples/basic-vanilla-esm": "0.0.16",
"electron-trpc": "0.6.1",
"www": "0.0.1"
"www": "0.0.1",
"examples/manual-preload-react": "0.0.0"
},
"changesets": []
"changesets": [
"modern-pumpkins-collect",
"seven-carrots-live"
]
}
8 changes: 8 additions & 0 deletions packages/electron-trpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# electron-trpc

## 1.0.0-alpha.0

### Major Changes

- [#228](https://github.com/jsonnull/electron-trpc/pull/228) [`87c98af`](https://github.com/jsonnull/electron-trpc/commit/87c98af6e18bcfd5d248e190a1139c41f79c9eda) Thanks [@github-actions](https://github.com/apps/github-actions)! - Breaking change: Preload is automatically registered by default in CJS or ESM contexts.

- [#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'

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-trpc",
"description": "Electron support for tRPC",
"version": "0.7.1",
"version": "1.0.0-alpha.0",
"repository": {
"type": "git",
"url": "https://github.com/jsonnull/electron-trpc.git"
Expand Down