Skip to content

Commit

Permalink
Version Packages (#218)
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 Dec 7, 2024
1 parent f5f3ef3 commit 5ac1dad
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-deers-wave.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.17

### Patch Changes

- Updated dependencies [[`f5f3ef3`](https://github.com/jsonnull/electron-trpc/commit/f5f3ef3b2ffd70d3daa899aaa0bb1745ce267951)]:
- [email protected]

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.1",
"electron-trpc": "0.6.2",
"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.17

### Patch Changes

- Updated dependencies [[`f5f3ef3`](https://github.com/jsonnull/electron-trpc/commit/f5f3ef3b2ffd70d3daa899aaa0bb1745ce267951)]:
- [email protected]

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.1",
"electron-trpc": "0.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.4"
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.6.2

### Patch Changes

- [#217](https://github.com/jsonnull/electron-trpc/pull/217) [`f5f3ef3`](https://github.com/jsonnull/electron-trpc/commit/f5f3ef3b2ffd70d3daa899aaa0bb1745ce267951) Thanks [@jsonnull](https://github.com/jsonnull)! - Added README and metadata to published package.

## 0.6.1

### 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.6.1",
"version": "0.6.2",
"repository": {
"type": "git",
"url": "https://github.com/jsonnull/electron-trpc.git"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 5ac1dad

Please sign in to comment.