Skip to content

Commit

Permalink
Merge pull request #47 from sannajammeh/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
sannajammeh committed Jun 24, 2023
2 parents f066444 + d607522 commit 84054db
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/quiet-bags-film.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

## 1.0.2

### Patch Changes

- [`f066444`](https://github.com/sannajammeh/trpc-swr/commit/f066444f86d679e8e64ea5f814471118f6c01167) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Reorders the typescript generic arguments passed to `useSWRMutation` on latest SWR version `2.2.0` to ensure input of `trigger` fn is correct.

## 1.0.1

### Patch 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": "1.0.1",
"version": "1.0.2",
"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

## 1.0.2

### Patch Changes

- [`f066444`](https://github.com/sannajammeh/trpc-swr/commit/f066444f86d679e8e64ea5f814471118f6c01167) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Reorders the typescript generic arguments passed to `useSWRMutation` on latest SWR version `2.2.0` to ensure input of `trigger` fn is correct.

- Updated dependencies [[`f066444`](https://github.com/sannajammeh/trpc-swr/commit/f066444f86d679e8e64ea5f814471118f6c01167)]:
- @trpc-swr/client@1.0.2

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @trpc-swr/next

## 1.0.2

### Patch Changes

- [`f066444`](https://github.com/sannajammeh/trpc-swr/commit/f066444f86d679e8e64ea5f814471118f6c01167) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Reorders the typescript generic arguments passed to `useSWRMutation` on latest SWR version `2.2.0` to ensure input of `trigger` fn is correct.

- Updated dependencies [[`f066444`](https://github.com/sannajammeh/trpc-swr/commit/f066444f86d679e8e64ea5f814471118f6c01167)]:
- @trpc-swr/client@1.0.2

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @trpc-swr/ssr

## 1.0.2

### Patch Changes

- [`f066444`](https://github.com/sannajammeh/trpc-swr/commit/f066444f86d679e8e64ea5f814471118f6c01167) Thanks [@sannajammeh](https://github.com/sannajammeh)! - Reorders the typescript generic arguments passed to `useSWRMutation` on latest SWR version `2.2.0` to ensure input of `trigger` fn is correct.

- Updated dependencies [[`f066444`](https://github.com/sannajammeh/trpc-swr/commit/f066444f86d679e8e64ea5f814471118f6c01167)]:
- @trpc-swr/client@1.0.2

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down

1 comment on commit 84054db

@vercel
Copy link

@vercel vercel bot commented on 84054db Jun 24, 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-git-main-sannajammeh.vercel.app
trpc-swr.vercel.app
trpc-swr-sannajammeh.vercel.app

Please sign in to comment.