diff --git a/.changeset/giant-pandas-approve.md b/.changeset/giant-pandas-approve.md deleted file mode 100644 index 02bbce14..00000000 --- a/.changeset/giant-pandas-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'electron-trpc': patch ---- - -Fix a crash when calling `.destroy()` on a BrowserWindow. diff --git a/examples/basic-react-superjson/CHANGELOG.md b/examples/basic-react-superjson/CHANGELOG.md index 2e0d0555..37a6206d 100644 --- a/examples/basic-react-superjson/CHANGELOG.md +++ b/examples/basic-react-superjson/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.19 + +### Patch Changes + +- Updated dependencies [[`1c5caaa`](https://github.com/jsonnull/electron-trpc/commit/1c5caaa0e58cee2a8324b27cdf5c793a312f844b)]: + - electron-trpc@0.7.1 + ## 0.0.18 ### Patch Changes diff --git a/examples/basic-react-superjson/package.json b/examples/basic-react-superjson/package.json index 00fc01ae..fc324965 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.18", + "version": "0.0.19", "private": true, "main": "dist-electron/index.js", "license": "MIT", @@ -14,7 +14,7 @@ "@trpc/react-query": "10.33.1", "@trpc/server": "10.33.1", "electron": "29.3.2", - "electron-trpc": "0.7.0", + "electron-trpc": "0.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "superjson": "^1.12.3", diff --git a/examples/basic-react/CHANGELOG.md b/examples/basic-react/CHANGELOG.md index 2e0d0555..37a6206d 100644 --- a/examples/basic-react/CHANGELOG.md +++ b/examples/basic-react/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.19 + +### Patch Changes + +- Updated dependencies [[`1c5caaa`](https://github.com/jsonnull/electron-trpc/commit/1c5caaa0e58cee2a8324b27cdf5c793a312f844b)]: + - electron-trpc@0.7.1 + ## 0.0.18 ### Patch Changes diff --git a/examples/basic-react/package.json b/examples/basic-react/package.json index 7dc8d28b..a49cd558 100644 --- a/examples/basic-react/package.json +++ b/examples/basic-react/package.json @@ -1,6 +1,6 @@ { "name": "examples/basic-react", - "version": "0.0.18", + "version": "0.0.19", "private": true, "main": "dist-electron/index.js", "license": "MIT", @@ -14,7 +14,7 @@ "@trpc/react-query": "10.33.1", "@trpc/server": "10.33.1", "electron": "29.3.2", - "electron-trpc": "0.7.0", + "electron-trpc": "0.7.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 d2d08855..6040f383 100644 --- a/packages/electron-trpc/CHANGELOG.md +++ b/packages/electron-trpc/CHANGELOG.md @@ -1,5 +1,11 @@ # electron-trpc +## 0.7.1 + +### Patch Changes + +- [#197](https://github.com/jsonnull/electron-trpc/pull/197) [`1c5caaa`](https://github.com/jsonnull/electron-trpc/commit/1c5caaa0e58cee2a8324b27cdf5c793a312f844b) Thanks [@dguenther](https://github.com/dguenther)! - Fix a crash when calling `.destroy()` on a BrowserWindow. + ## 0.7.0 ### Minor Changes diff --git a/packages/electron-trpc/package.json b/packages/electron-trpc/package.json index df2f1532..b770f4c0 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.0", + "version": "0.7.1", "repository": { "type": "git", "url": "https://github.com/jsonnull/electron-trpc.git" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6f05396c..75fb5caf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,7 +42,7 @@ importers: specifier: 29.3.2 version: 29.3.2 electron-trpc: - specifier: 0.7.0 + specifier: 0.7.1 version: link:../../packages/electron-trpc react: specifier: ^18.2.0 @@ -91,7 +91,7 @@ importers: specifier: 29.3.2 version: 29.3.2 electron-trpc: - specifier: 0.7.0 + specifier: 0.7.1 version: link:../../packages/electron-trpc react: specifier: ^18.2.0