diff --git a/.changeset/pre.json b/.changeset/pre.json index 63fed6d..b9968f7 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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" + ] } diff --git a/packages/electron-trpc/CHANGELOG.md b/packages/electron-trpc/CHANGELOG.md index 6040f38..414fa2d 100644 --- a/packages/electron-trpc/CHANGELOG.md +++ b/packages/electron-trpc/CHANGELOG.md @@ -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 diff --git a/packages/electron-trpc/package.json b/packages/electron-trpc/package.json index 7bcf4dd..f17286e 100644 --- a/packages/electron-trpc/package.json +++ b/packages/electron-trpc/package.json @@ -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"