Skip to content

Commit 88ca1b1

Browse files
Version Packages (#112)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b73c1a8 commit 88ca1b1

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/bright-hornets-sort.md

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

examples/basic/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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b73c1a8`](https://github.com/jsonnull/electron-trpc/commit/b73c1a89c77258bf4372991fda563d6fa0ba299f)]:
8+
9+
310
## 0.0.6
411

512
### Patch Changes

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "examples/basic",
33
"description": "Electron support for tRPC",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"private": true,
66
"main": "dist-electron/index.js",
77
"license": "MIT",
@@ -15,7 +15,7 @@
1515
"@trpc/react-query": "10.4.3",
1616
"@trpc/server": "10.4.3",
1717
"electron": "^21.2.2",
18-
"electron-trpc": "0.4.0",
18+
"electron-trpc": "0.4.1",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"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.1
4+
5+
### Patch Changes
6+
7+
- [#111](https://github.com/jsonnull/electron-trpc/pull/111) [`b73c1a8`](https://github.com/jsonnull/electron-trpc/commit/b73c1a89c77258bf4372991fda563d6fa0ba299f) Thanks [@jsonnull](https://github.com/jsonnull)! - Fix type of `createContext` in `createIPCHandler`
8+
39
## 0.4.0
410

511
### 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.4.0",
4+
"version": "0.4.1",
55
"exports": {
66
"./main": {
77
"require": "./dist/main.cjs",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)