diff --git a/.changeset/chatty-lies-mix.md b/.changeset/chatty-lies-mix.md deleted file mode 100644 index f06f1730..00000000 --- a/.changeset/chatty-lies-mix.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'electron-trpc': patch ---- - -Update internal utils to use upstream tRPC shared helper. - -pr: 149 diff --git a/.changeset/sharp-bugs-cry.md b/.changeset/sharp-bugs-cry.md deleted file mode 100644 index 5a0e5d0d..00000000 --- a/.changeset/sharp-bugs-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'electron-trpc': patch ---- - -Update dependencies. diff --git a/examples/basic-react-superjson/CHANGELOG.md b/examples/basic-react-superjson/CHANGELOG.md index cf5677fe..055691cf 100644 --- a/examples/basic-react-superjson/CHANGELOG.md +++ b/examples/basic-react-superjson/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.14 + +### Patch Changes + +- Updated dependencies [[`0e72fe9`](https://github.com/jsonnull/electron-trpc/commit/0e72fe93b7605636b80cb3b3e47b6992cb4c097a), [`0e72fe9`](https://github.com/jsonnull/electron-trpc/commit/0e72fe93b7605636b80cb3b3e47b6992cb4c097a)]: + - electron-trpc@0.5.2 + ## 0.0.13 ### Patch Changes diff --git a/examples/basic-react-superjson/package.json b/examples/basic-react-superjson/package.json index da17c4c6..9bbb015b 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.13", + "version": "0.0.14", "private": true, "main": "dist-electron/index.js", "license": "MIT", @@ -14,7 +14,7 @@ "@trpc/react-query": "10.31.0", "@trpc/server": "10.31.0", "electron": "^25.1.1", - "electron-trpc": "0.5.1", + "electron-trpc": "0.5.2", "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 cf5677fe..055691cf 100644 --- a/examples/basic-react/CHANGELOG.md +++ b/examples/basic-react/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.14 + +### Patch Changes + +- Updated dependencies [[`0e72fe9`](https://github.com/jsonnull/electron-trpc/commit/0e72fe93b7605636b80cb3b3e47b6992cb4c097a), [`0e72fe9`](https://github.com/jsonnull/electron-trpc/commit/0e72fe93b7605636b80cb3b3e47b6992cb4c097a)]: + - electron-trpc@0.5.2 + ## 0.0.13 ### Patch Changes diff --git a/examples/basic-react/package.json b/examples/basic-react/package.json index 56572340..56986c7b 100644 --- a/examples/basic-react/package.json +++ b/examples/basic-react/package.json @@ -1,6 +1,6 @@ { "name": "examples/basic-react", - "version": "0.0.13", + "version": "0.0.14", "private": true, "main": "dist-electron/index.js", "license": "MIT", @@ -14,7 +14,7 @@ "@trpc/react-query": "10.31.0", "@trpc/server": "10.31.0", "electron": "^25.1.1", - "electron-trpc": "0.5.1", + "electron-trpc": "0.5.2", "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 ec711f62..b2ebcb9f 100644 --- a/packages/electron-trpc/CHANGELOG.md +++ b/packages/electron-trpc/CHANGELOG.md @@ -1,5 +1,13 @@ # electron-trpc +## 0.5.2 + +### Patch Changes + +- [#149](https://github.com/jsonnull/electron-trpc/pull/149) [`3892db5`](https://github.com/jsonnull/electron-trpc/commit/3892db5342653e5c294477e3884b15c796fc26de) Thanks [@JoeHartzell](https://github.com/JoeHartzell)! - Update internal utils to use upstream tRPC shared helper. + +- [#152](https://github.com/jsonnull/electron-trpc/pull/152) [`0e72fe9`](https://github.com/jsonnull/electron-trpc/commit/0e72fe93b7605636b80cb3b3e47b6992cb4c097a) Thanks [@jsonnull](https://github.com/jsonnull)! - Update dependencies. + ## 0.5.1 ### Patch Changes diff --git a/packages/electron-trpc/package.json b/packages/electron-trpc/package.json index b37c74c3..9398494c 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.1", + "version": "0.5.2", "exports": { "./main": { "require": "./dist/main.cjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ccd9b5c2..81ba7d54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,7 +54,7 @@ importers: specifier: ^25.1.1 version: 25.1.1 electron-trpc: - specifier: 0.5.1 + specifier: 0.5.2 version: link:../../packages/electron-trpc react: specifier: ^18.2.0 @@ -103,7 +103,7 @@ importers: specifier: ^25.1.1 version: 25.1.1 electron-trpc: - specifier: 0.5.1 + specifier: 0.5.2 version: link:../../packages/electron-trpc react: specifier: ^18.2.0