Skip to content

Commit 9f25f4e

Browse files
Version Packages (#188)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a15c6c4 commit 9f25f4e

File tree

9 files changed

+29
-17
lines changed

9 files changed

+29
-17
lines changed

.changeset/stale-dogs-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-trains-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic-react-superjson/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# examples/basic
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a15c6c4d0c531b3596689b4cc470548a5228c989`](https://github.com/jsonnull/electron-trpc/commit/a15c6c4d0c531b3596689b4cc470548a5228c989), [`50953c7e5bcb69d4e5482405f4a621b229f0ca82`](https://github.com/jsonnull/electron-trpc/commit/50953c7e5bcb69d4e5482405f4a621b229f0ca82)]:
8+
9+
310
## 0.0.14
411

512
### Patch Changes

examples/basic-react-superjson/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples/basic-react-superjson",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": true,
55
"main": "dist-electron/index.js",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"@trpc/react-query": "10.33.1",
1515
"@trpc/server": "10.33.1",
1616
"electron": "29.3.2",
17-
"electron-trpc": "0.5.2",
17+
"electron-trpc": "0.6.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"superjson": "^1.12.3",

examples/basic-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# examples/basic
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a15c6c4d0c531b3596689b4cc470548a5228c989`](https://github.com/jsonnull/electron-trpc/commit/a15c6c4d0c531b3596689b4cc470548a5228c989), [`50953c7e5bcb69d4e5482405f4a621b229f0ca82`](https://github.com/jsonnull/electron-trpc/commit/50953c7e5bcb69d4e5482405f4a621b229f0ca82)]:
8+
9+
310
## 0.0.14
411

512
### Patch Changes

examples/basic-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples/basic-react",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": true,
55
"main": "dist-electron/index.js",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"@trpc/react-query": "10.33.1",
1515
"@trpc/server": "10.33.1",
1616
"electron": "29.3.2",
17-
"electron-trpc": "0.5.2",
17+
"electron-trpc": "0.6.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"zod": "^3.21.4"

packages/electron-trpc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# electron-trpc
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#165](https://github.com/jsonnull/electron-trpc/pull/165) [`a15c6c4d0c531b3596689b4cc470548a5228c989`](https://github.com/jsonnull/electron-trpc/commit/a15c6c4d0c531b3596689b4cc470548a5228c989) Thanks [@jsonnull](https://github.com/jsonnull)! - Subscriptions will now be cleaned up when the frame owning that subscription performs a navigation.
8+
9+
- [#187](https://github.com/jsonnull/electron-trpc/pull/187) [`50953c7e5bcb69d4e5482405f4a621b229f0ca82`](https://github.com/jsonnull/electron-trpc/commit/50953c7e5bcb69d4e5482405f4a621b229f0ca82) Thanks [@jsonnull](https://github.com/jsonnull)! - Upgrade electron to v29.
10+
311
## 0.5.2
412

513
### Patch Changes

packages/electron-trpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-trpc",
33
"description": "Electron support for tRPC",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"exports": {
66
"./main": {
77
"require": "./dist/main.cjs",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)