diff --git a/.changeset/swift-lies-carry.md b/.changeset/swift-lies-carry.md deleted file mode 100644 index 85f68d7f..00000000 --- a/.changeset/swift-lies-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'electron-trpc': minor ---- - -Rework how subscriptions are cleaned up. diff --git a/examples/basic-react-superjson/CHANGELOG.md b/examples/basic-react-superjson/CHANGELOG.md index 664a0809..0be0952c 100644 --- a/examples/basic-react-superjson/CHANGELOG.md +++ b/examples/basic-react-superjson/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.12 + +### Patch Changes + +- Updated dependencies [[`68ddf63`](https://github.com/jsonnull/electron-trpc/commit/68ddf63ff6b3560626bf78d45ca2bf7ed2851f22)]: + - electron-trpc@0.5.0 + ## 0.0.11 ### Patch Changes diff --git a/examples/basic-react-superjson/package.json b/examples/basic-react-superjson/package.json index 253c5d4c..0e3588a9 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.11", + "version": "0.0.12", "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.4.5", + "electron-trpc": "0.5.0", "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 664a0809..0be0952c 100644 --- a/examples/basic-react/CHANGELOG.md +++ b/examples/basic-react/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.12 + +### Patch Changes + +- Updated dependencies [[`68ddf63`](https://github.com/jsonnull/electron-trpc/commit/68ddf63ff6b3560626bf78d45ca2bf7ed2851f22)]: + - electron-trpc@0.5.0 + ## 0.0.11 ### Patch Changes diff --git a/examples/basic-react/package.json b/examples/basic-react/package.json index c5c35031..1caaa131 100644 --- a/examples/basic-react/package.json +++ b/examples/basic-react/package.json @@ -1,6 +1,6 @@ { "name": "examples/basic-react", - "version": "0.0.11", + "version": "0.0.12", "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.4.5", + "electron-trpc": "0.5.0", "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 55dc45c1..80c4ec02 100644 --- a/packages/electron-trpc/CHANGELOG.md +++ b/packages/electron-trpc/CHANGELOG.md @@ -1,5 +1,11 @@ # electron-trpc +## 0.5.0 + +### Minor Changes + +- [#138](https://github.com/jsonnull/electron-trpc/pull/138) [`68ddf63`](https://github.com/jsonnull/electron-trpc/commit/68ddf63ff6b3560626bf78d45ca2bf7ed2851f22) Thanks [@jsonnull](https://github.com/jsonnull)! - Rework how subscriptions are cleaned up. + ## 0.4.5 ### Patch Changes diff --git a/packages/electron-trpc/package.json b/packages/electron-trpc/package.json index 004421ac..cdcd7e18 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.4.5", + "version": "0.5.0", "exports": { "./main": { "require": "./dist/main.cjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b81bd08a..aaed958b 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.4.5 + electron-trpc: 0.5.0 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.4.5 + electron-trpc: 0.5.0 react: ^18.2.0 react-dom: ^18.2.0 superjson: ^1.12.2