Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"rotten-forks-design",
"sharp-crews-melt",
"sweet-grapes-eat",
"tasty-carrots-cheer",
"ten-bobcats-ring",
"unlucky-seas-divide",
"wild-dots-change"
Expand Down
7 changes: 7 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# examples/basic

## 0.0.1-next.3

### Patch Changes

- Updated dependencies [[`3e19fca`](https://github.com/jsonnull/electron-trpc/commit/3e19fcafbb4fa429e92788e96c389cd523f31b14)]:
- electron-trpc@0.2.0-next.8

## 0.0.1-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples/basic",
"description": "Electron support for tRPC",
"version": "0.0.1-next.2",
"version": "0.0.1-next.3",
"private": true,
"main": "dist-electron/index.js",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"@trpc/react-query": "10.4.3",
"@trpc/server": "10.4.3",
"electron": "^21.2.2",
"electron-trpc": "0.2.0-next.7",
"electron-trpc": "0.2.0-next.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.19.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/electron-trpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# electron-trpc

## 0.2.0-next.8

### Minor Changes

- [#67](https://github.com/jsonnull/electron-trpc/pull/67) [`3e19fca`](https://github.com/jsonnull/electron-trpc/commit/3e19fcafbb4fa429e92788e96c389cd523f31b14) Thanks [@renovate](https://github.com/apps/renovate)! - Update electron-trpc to v10 release.

## 0.2.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-trpc",
"description": "Electron support for tRPC",
"version": "0.2.0-next.7",
"version": "0.2.0-next.8",
"exports": {
"./main": {
"require": "./dist/main.cjs",
Expand Down