Skip to content

Commit

Permalink
Version Packages (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 3, 2024
1 parent 2bc0233 commit 04a64b2
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-suns-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-tools-worry.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/basic-react-superjson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# examples/basic

## 0.0.16

### Patch Changes

- Updated dependencies [[`fb7845f`](https://github.com/jsonnull/electron-trpc/commit/fb7845fbc771002309dea9d8b4c2079860350656), [`2bc0233`](https://github.com/jsonnull/electron-trpc/commit/2bc02333172b8a25a493c34c8e17434b8ffb4eea)]:
- [email protected]

## 0.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-react-superjson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples/basic-react-superjson",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"main": "dist-electron/index.js",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"electron": "29.3.2",
"electron-trpc": "0.6.0",
"electron-trpc": "0.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"superjson": "^1.12.3",
Expand Down
7 changes: 7 additions & 0 deletions examples/basic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# examples/basic

## 0.0.16

### Patch Changes

- Updated dependencies [[`fb7845f`](https://github.com/jsonnull/electron-trpc/commit/fb7845fbc771002309dea9d8b4c2079860350656), [`2bc0233`](https://github.com/jsonnull/electron-trpc/commit/2bc02333172b8a25a493c34c8e17434b8ffb4eea)]:
- [email protected]

## 0.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples/basic-react",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"main": "dist-electron/index.js",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"electron": "29.3.2",
"electron-trpc": "0.6.0",
"electron-trpc": "0.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/electron-trpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# electron-trpc

## 0.6.1

### Patch Changes

- [#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.

- [#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.

## 0.6.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.6.0",
"version": "0.6.1",
"exports": {
"./main": {
"require": "./dist/main.cjs",
Expand Down

0 comments on commit 04a64b2

Please sign in to comment.