Skip to content

Commit 147b2ba

Browse files
Version Packages (#127)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 42abc41 commit 147b2ba

File tree

8 files changed

+27
-14
lines changed

8 files changed

+27
-14
lines changed

.changeset/red-pandas-behave.md

Lines changed: 0 additions & 7 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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`42abc41`](https://github.com/jsonnull/electron-trpc/commit/42abc4182c260580e320e8ec61926ed3ad372940)]:
8+
9+
310
## 0.0.8
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.8",
3+
"version": "0.0.9",
44
"private": true,
55
"main": "dist-electron/index.js",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"@trpc/react-query": "10.4.3",
1515
"@trpc/server": "10.4.3",
1616
"electron": "^21.2.2",
17-
"electron-trpc": "0.4.2",
17+
"electron-trpc": "0.4.3",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"superjson": "^1.12.2",

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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`42abc41`](https://github.com/jsonnull/electron-trpc/commit/42abc4182c260580e320e8ec61926ed3ad372940)]:
8+
9+
310
## 0.0.8
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.8",
3+
"version": "0.0.9",
44
"private": true,
55
"main": "dist-electron/index.js",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"@trpc/react-query": "10.4.3",
1515
"@trpc/server": "10.4.3",
1616
"electron": "^21.2.2",
17-
"electron-trpc": "0.4.2",
17+
"electron-trpc": "0.4.3",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"zod": "^3.19.1"

packages/electron-trpc/CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.4.2
410

511
### 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.4.2",
4+
"version": "0.4.3",
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)