From 8b6683af2142c3ad4a7cfaaefae58ae018e28928 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Jun 2023 23:58:08 +0000 Subject: [PATCH] Version Packages --- .changeset/issue-145.md | 7 ------- examples/basic-react-superjson/CHANGELOG.md | 7 +++++++ examples/basic-react-superjson/package.json | 4 ++-- examples/basic-react/CHANGELOG.md | 7 +++++++ examples/basic-react/package.json | 4 ++-- packages/electron-trpc/CHANGELOG.md | 6 ++++++ packages/electron-trpc/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 8 files changed, 27 insertions(+), 14 deletions(-) delete mode 100644 .changeset/issue-145.md diff --git a/.changeset/issue-145.md b/.changeset/issue-145.md deleted file mode 100644 index fb1dc332..00000000 --- a/.changeset/issue-145.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'electron-trpc': patch ---- - -Fix `handleIPCMessage` only sending replies to Electron's main frame. - -pr: 146 diff --git a/examples/basic-react-superjson/CHANGELOG.md b/examples/basic-react-superjson/CHANGELOG.md index 0be0952c..cf5677fe 100644 --- a/examples/basic-react-superjson/CHANGELOG.md +++ b/examples/basic-react-superjson/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.13 + +### Patch Changes + +- Updated dependencies [[`c43ae93`](https://github.com/jsonnull/electron-trpc/commit/c43ae93df4af397986c602c432fc32178d62796b)]: + - electron-trpc@0.5.1 + ## 0.0.12 ### Patch Changes diff --git a/examples/basic-react-superjson/package.json b/examples/basic-react-superjson/package.json index 0e3588a9..fc08322d 100644 --- a/examples/basic-react-superjson/package.json +++ b/examples/basic-react-superjson/package.json @@ -1,6 +1,6 @@ { "name": "examples/basic-react-superjson", - "version": "0.0.12", + "version": "0.0.13", "private": true, "main": "dist-electron/index.js", "license": "MIT", @@ -14,7 +14,7 @@ "@trpc/react-query": "10.20.0", "@trpc/server": "10.20.0", "electron": "^24.1.1", - "electron-trpc": "0.5.0", + "electron-trpc": "0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", "superjson": "^1.12.2", diff --git a/examples/basic-react/CHANGELOG.md b/examples/basic-react/CHANGELOG.md index 0be0952c..cf5677fe 100644 --- a/examples/basic-react/CHANGELOG.md +++ b/examples/basic-react/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.13 + +### Patch Changes + +- Updated dependencies [[`c43ae93`](https://github.com/jsonnull/electron-trpc/commit/c43ae93df4af397986c602c432fc32178d62796b)]: + - electron-trpc@0.5.1 + ## 0.0.12 ### Patch Changes diff --git a/examples/basic-react/package.json b/examples/basic-react/package.json index 1caaa131..c649bfef 100644 --- a/examples/basic-react/package.json +++ b/examples/basic-react/package.json @@ -1,6 +1,6 @@ { "name": "examples/basic-react", - "version": "0.0.12", + "version": "0.0.13", "private": true, "main": "dist-electron/index.js", "license": "MIT", @@ -14,7 +14,7 @@ "@trpc/react-query": "10.20.0", "@trpc/server": "10.20.0", "electron": "^24.1.1", - "electron-trpc": "0.5.0", + "electron-trpc": "0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": "^3.21.4" diff --git a/packages/electron-trpc/CHANGELOG.md b/packages/electron-trpc/CHANGELOG.md index 80c4ec02..ec711f62 100644 --- a/packages/electron-trpc/CHANGELOG.md +++ b/packages/electron-trpc/CHANGELOG.md @@ -1,5 +1,11 @@ # electron-trpc +## 0.5.1 + +### Patch Changes + +- [#146](https://github.com/jsonnull/electron-trpc/pull/146) [`c43ae93`](https://github.com/jsonnull/electron-trpc/commit/c43ae93df4af397986c602c432fc32178d62796b) Thanks [@JoeHartzell](https://github.com/JoeHartzell)! - Fix `handleIPCMessage` only sending replies to Electron's main frame. + ## 0.5.0 ### Minor Changes diff --git a/packages/electron-trpc/package.json b/packages/electron-trpc/package.json index cdcd7e18..263bf3da 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.5.0", + "version": "0.5.1", "exports": { "./main": { "require": "./dist/main.cjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aaed958b..6d122451 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,7 +37,7 @@ importers: '@types/react-dom': ^18.0.11 '@vitejs/plugin-react': ^3.1.0 electron: ^24.1.1 - electron-trpc: 0.5.0 + electron-trpc: 0.5.1 react: ^18.2.0 react-dom: ^18.2.0 vite: ^4.2.1 @@ -72,7 +72,7 @@ importers: '@types/react-dom': ^18.0.11 '@vitejs/plugin-react': ^3.1.0 electron: ^24.1.1 - electron-trpc: 0.5.0 + electron-trpc: 0.5.1 react: ^18.2.0 react-dom: ^18.2.0 superjson: ^1.12.2