Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 32f9937 commit 9ccc221
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-peaches-wink.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trpc-swr/client

## 2.0.1

### Patch Changes

- [`2fcbcef`](https://github.com/sannajammeh/trpc-swr/commit/2fcbcef7c17a9cb526b6cf3f1bf6346781ad58c3) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Fixes SWRConfigation options type being empty object, adds a Typescript test case to ensure options type is correct.

## 2.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-swr/client",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/infinite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @trpc-swr/infinite

## 2.0.1

### Patch Changes

- Updated dependencies [[`2fcbcef`](https://github.com/sannajammeh/trpc-swr/commit/2fcbcef7c17a9cb526b6cf3f1bf6346781ad58c3)]:
- @trpc-swr/client@2.0.1

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/infinite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-swr/infinite",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @trpc-swr/next

## 2.0.1

### Patch Changes

- Updated dependencies [[`2fcbcef`](https://github.com/sannajammeh/trpc-swr/commit/2fcbcef7c17a9cb526b6cf3f1bf6346781ad58c3)]:
- @trpc-swr/client@2.0.1

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-swr/next",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @trpc-swr/ssr

## 2.0.1

### Patch Changes

- Updated dependencies [[`2fcbcef`](https://github.com/sannajammeh/trpc-swr/commit/2fcbcef7c17a9cb526b6cf3f1bf6346781ad58c3)]:
- @trpc-swr/client@2.0.1

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-swr/ssr",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 9ccc221

Please sign in to comment.