Skip to content

Commit

Permalink
Merge pull request #52 from sannajammeh/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
sannajammeh committed Oct 23, 2023
2 parents 08e5def + 2e60bfc commit 9efe5ef
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-peaches-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-trainers-return.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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.

- [`#51`](https://github.com/sannajammeh/trpc-swr/pull/51) Thanks [@group900-3](https://github.com/group900-3)! - Fix Infinite types

## 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
9 changes: 9 additions & 0 deletions packages/infinite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @trpc-swr/infinite

## 2.0.1

### Patch Changes

- [`#51`](https://github.com/sannajammeh/trpc-swr/pull/51) Thanks [@group900-3](https://github.com/group900-3)! - Fix Infinite types

- Updated dependencies [[`2fcbcef`](https://github.com/sannajammeh/trpc-swr/commit/2fcbcef7c17a9cb526b6cf3f1bf6346781ad58c3), [`08e5def`](https://github.com/sannajammeh/trpc-swr/commit/08e5def0fee01714f4a8dbc3c7a28b2d76153ef7)]:
- @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), [`08e5def`](https://github.com/sannajammeh/trpc-swr/commit/08e5def0fee01714f4a8dbc3c7a28b2d76153ef7)]:
- @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), [`08e5def`](https://github.com/sannajammeh/trpc-swr/commit/08e5def0fee01714f4a8dbc3c7a28b2d76153ef7)]:
- @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

1 comment on commit 9efe5ef

@vercel
Copy link

@vercel vercel bot commented on 9efe5ef Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-swr – ./

trpc-swr.vercel.app
trpc-swr-git-main-sannajammeh.vercel.app
trpc-swr-sannajammeh.vercel.app

Please sign in to comment.