Skip to content

Commit 04a64b2

Browse files
Version Packages (#191)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2bc0233 commit 04a64b2

File tree

8 files changed

+27
-15
lines changed

8 files changed

+27
-15
lines changed

.changeset/brown-suns-bow.md

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

.changeset/red-tools-worry.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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fb7845f`](https://github.com/jsonnull/electron-trpc/commit/fb7845fbc771002309dea9d8b4c2079860350656), [`2bc0233`](https://github.com/jsonnull/electron-trpc/commit/2bc02333172b8a25a493c34c8e17434b8ffb4eea)]:
8+
9+
310
## 0.0.15
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.15",
3+
"version": "0.0.16",
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.6.0",
17+
"electron-trpc": "0.6.1",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fb7845f`](https://github.com/jsonnull/electron-trpc/commit/fb7845fbc771002309dea9d8b4c2079860350656), [`2bc0233`](https://github.com/jsonnull/electron-trpc/commit/2bc02333172b8a25a493c34c8e17434b8ffb4eea)]:
8+
9+
310
## 0.0.15
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.15",
3+
"version": "0.0.16",
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.6.0",
17+
"electron-trpc": "0.6.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [#190](https://github.com/jsonnull/electron-trpc/pull/190) [`fb7845f`](https://github.com/jsonnull/electron-trpc/commit/fb7845fbc771002309dea9d8b4c2079860350656) Thanks [@jsonnull](https://github.com/jsonnull)! - Update dev dependencies.
8+
9+
- [#192](https://github.com/jsonnull/electron-trpc/pull/192) [`2bc0233`](https://github.com/jsonnull/electron-trpc/commit/2bc02333172b8a25a493c34c8e17434b8ffb4eea) Thanks [@jsonnull](https://github.com/jsonnull)! - Fix issue when TRPC client tries to close a subscription.
10+
311
## 0.6.0
412

513
### Minor 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.6.0",
4+
"version": "0.6.1",
55
"exports": {
66
"./main": {
77
"require": "./dist/main.cjs",

0 commit comments

Comments
 (0)