Skip to content
Merged
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
7 changes: 0 additions & 7 deletions .changeset/five-planes-pretend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lucky-berries-sit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-cheetahs-wonder.md

This file was deleted.

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.4

### Patch Changes

- Updated dependencies [[`25b6c5a`](https://github.com/jsonnull/electron-trpc/commit/25b6c5a5cb56a93a4facf7345a10c3bb2db37730), [`25b6c5a`](https://github.com/jsonnull/electron-trpc/commit/25b6c5a5cb56a93a4facf7345a10c3bb2db37730), [`25b6c5a`](https://github.com/jsonnull/electron-trpc/commit/25b6c5a5cb56a93a4facf7345a10c3bb2db37730)]:
- electron-trpc@0.3.1

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3.0",
"electron-trpc": "0.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.19.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/electron-trpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# electron-trpc

## 0.3.1

### Patch Changes

- [#96](https://github.com/jsonnull/electron-trpc/pull/96) [`797e5ba`](https://github.com/jsonnull/electron-trpc/commit/797e5baa47f867a2f128ace3f8186dd21b57820d) Thanks [@jsonnull](https://github.com/jsonnull)! - Do not force projects to use node16 TS resolution.

- [#98](https://github.com/jsonnull/electron-trpc/pull/98) [`f92772a`](https://github.com/jsonnull/electron-trpc/commit/f92772a191a632f40c7a3cad46893d40a6715b48) Thanks [@jsonnull](https://github.com/jsonnull)! - Allow sync createContext to be passed.

- [#93](https://github.com/jsonnull/electron-trpc/pull/93) [`3cb91a7`](https://github.com/jsonnull/electron-trpc/commit/3cb91a71da9b7da84149ff2c586e5f7ce2032030) Thanks [@BeeeQueue](https://github.com/BeeeQueue)! - Use input serializer in ipcLink.

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"exports": {
"./main": {
"require": "./dist/main.cjs",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.