diff --git a/.changeset/red-pandas-behave.md b/.changeset/red-pandas-behave.md deleted file mode 100644 index 80e7625d..00000000 --- a/.changeset/red-pandas-behave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'electron-trpc': patch ---- - -Fix transforms not running for subscriptions. - -pr: 125 diff --git a/examples/basic-react-superjson/CHANGELOG.md b/examples/basic-react-superjson/CHANGELOG.md index 03634825..07c61b11 100644 --- a/examples/basic-react-superjson/CHANGELOG.md +++ b/examples/basic-react-superjson/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.9 + +### Patch Changes + +- Updated dependencies [[`42abc41`](https://github.com/jsonnull/electron-trpc/commit/42abc4182c260580e320e8ec61926ed3ad372940)]: + - electron-trpc@0.4.3 + ## 0.0.8 ### Patch Changes diff --git a/examples/basic-react-superjson/package.json b/examples/basic-react-superjson/package.json index 7d5f31a5..8c4cff43 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.8", + "version": "0.0.9", "private": true, "main": "dist-electron/index.js", "license": "MIT", @@ -14,7 +14,7 @@ "@trpc/react-query": "10.4.3", "@trpc/server": "10.4.3", "electron": "^21.2.2", - "electron-trpc": "0.4.2", + "electron-trpc": "0.4.3", "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 03634825..07c61b11 100644 --- a/examples/basic-react/CHANGELOG.md +++ b/examples/basic-react/CHANGELOG.md @@ -1,5 +1,12 @@ # examples/basic +## 0.0.9 + +### Patch Changes + +- Updated dependencies [[`42abc41`](https://github.com/jsonnull/electron-trpc/commit/42abc4182c260580e320e8ec61926ed3ad372940)]: + - electron-trpc@0.4.3 + ## 0.0.8 ### Patch Changes diff --git a/examples/basic-react/package.json b/examples/basic-react/package.json index 88692df7..78e347e4 100644 --- a/examples/basic-react/package.json +++ b/examples/basic-react/package.json @@ -1,6 +1,6 @@ { "name": "examples/basic-react", - "version": "0.0.8", + "version": "0.0.9", "private": true, "main": "dist-electron/index.js", "license": "MIT", @@ -14,7 +14,7 @@ "@trpc/react-query": "10.4.3", "@trpc/server": "10.4.3", "electron": "^21.2.2", - "electron-trpc": "0.4.2", + "electron-trpc": "0.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": "^3.19.1" diff --git a/packages/electron-trpc/CHANGELOG.md b/packages/electron-trpc/CHANGELOG.md index bd3afa2c..f803524c 100644 --- a/packages/electron-trpc/CHANGELOG.md +++ b/packages/electron-trpc/CHANGELOG.md @@ -1,5 +1,11 @@ # electron-trpc +## 0.4.3 + +### Patch Changes + +- [#125](https://github.com/jsonnull/electron-trpc/pull/125) [`1f601ee`](https://github.com/jsonnull/electron-trpc/commit/1f601ee985e1a969fa2cdacaf2ff20962a2edbd9) Thanks [@biw](https://github.com/biw)! - Fix transforms not running for subscriptions. + ## 0.4.2 ### Patch Changes diff --git a/packages/electron-trpc/package.json b/packages/electron-trpc/package.json index 0b7236dc..f7ea4cfd 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.2", + "version": "0.4.3", "exports": { "./main": { "require": "./dist/main.cjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 96034ef0..973b693c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,7 +31,7 @@ importers: '@types/react-dom': ^18.0.6 '@vitejs/plugin-react': ^3.0.0 electron: ^21.2.2 - electron-trpc: 0.4.2 + electron-trpc: 0.4.3 react: ^18.2.0 react-dom: ^18.2.0 vite: ^3.0.3 @@ -66,7 +66,7 @@ importers: '@types/react-dom': ^18.0.6 '@vitejs/plugin-react': ^3.0.0 electron: ^21.2.2 - electron-trpc: 0.4.2 + electron-trpc: 0.4.3 react: ^18.2.0 react-dom: ^18.2.0 superjson: ^1.12.2