diff --git a/.changeset/olive-kids-remember.md b/.changeset/olive-kids-remember.md deleted file mode 100644 index 9d124be7..00000000 --- a/.changeset/olive-kids-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'electron-trpc': patch ---- - -Update electron and trpc to latest. diff --git a/examples/basic-react-superjson/CHANGELOG.md b/examples/basic-react-superjson/CHANGELOG.md index 9718d4c2..664a0809 100644 --- a/examples/basic-react-superjson/CHANGELOG.md +++ b/examples/basic-react-superjson/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.11 + +### Patch Changes + +- Updated dependencies [[`70d13e4`](https://github.com/jsonnull/electron-trpc/commit/70d13e400d8b0678a359c633511b419736ef4b5d)]: + - electron-trpc@0.4.5 + ## 0.0.10 ### Patch Changes diff --git a/examples/basic-react-superjson/package.json b/examples/basic-react-superjson/package.json index 6c23f7f3..253c5d4c 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.10", + "version": "0.0.11", "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.4", + "electron-trpc": "0.4.5", "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 9718d4c2..664a0809 100644 --- a/examples/basic-react/CHANGELOG.md +++ b/examples/basic-react/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.11 + +### Patch Changes + +- Updated dependencies [[`70d13e4`](https://github.com/jsonnull/electron-trpc/commit/70d13e400d8b0678a359c633511b419736ef4b5d)]: + - electron-trpc@0.4.5 + ## 0.0.10 ### Patch Changes diff --git a/examples/basic-react/package.json b/examples/basic-react/package.json index 08d23c20..c5c35031 100644 --- a/examples/basic-react/package.json +++ b/examples/basic-react/package.json @@ -1,6 +1,6 @@ { "name": "examples/basic-react", - "version": "0.0.10", + "version": "0.0.11", "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.4", + "electron-trpc": "0.4.5", "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 a10a7823..55dc45c1 100644 --- a/packages/electron-trpc/CHANGELOG.md +++ b/packages/electron-trpc/CHANGELOG.md @@ -1,5 +1,11 @@ # electron-trpc +## 0.4.5 + +### Patch Changes + +- [#136](https://github.com/jsonnull/electron-trpc/pull/136) [`70d13e4`](https://github.com/jsonnull/electron-trpc/commit/70d13e400d8b0678a359c633511b419736ef4b5d) Thanks [@jsonnull](https://github.com/jsonnull)! - Update electron and trpc to latest. + ## 0.4.4 ### Patch Changes diff --git a/packages/electron-trpc/package.json b/packages/electron-trpc/package.json index 5a9a2577..fd0ff3f6 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.4", + "version": "0.4.5", "exports": { "./main": { "require": "./dist/main.cjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62b25dd8..a5b6901b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,7 +33,7 @@ importers: '@types/react-dom': ^18.0.11 '@vitejs/plugin-react': ^3.1.0 electron: ^24.1.1 - electron-trpc: 0.4.4 + electron-trpc: 0.4.5 react: ^18.2.0 react-dom: ^18.2.0 vite: ^4.2.1 @@ -68,7 +68,7 @@ importers: '@types/react-dom': ^18.0.11 '@vitejs/plugin-react': ^3.1.0 electron: ^24.1.1 - electron-trpc: 0.4.4 + electron-trpc: 0.4.5 react: ^18.2.0 react-dom: ^18.2.0 superjson: ^1.12.2