Skip to content

Commit

Permalink
Merge pull request #49 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 6, 2023
2 parents 413ca6d + 794805d commit bb74ec5
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-swans-collect.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.0

### Minor Changes

- [`413ca6d`](https://github.com/sannajammeh/trpc-swr/commit/413ca6d7e9347c5ebb2f23e15caf2f779a9d7128) Thanks [@sskmy1024y](https://github.com/sskmy1024y)! - Enable support for correct suspense type inference

## 1.0.2

### 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.2",
"version": "2.0.0",
"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.0

### Patch Changes

- Updated dependencies [[`413ca6d`](https://github.com/sannajammeh/trpc-swr/commit/413ca6d7e9347c5ebb2f23e15caf2f779a9d7128)]:
- @trpc-swr/client@2.0.0

## 1.0.2

### 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.2",
"version": "2.0.0",
"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.0

### Patch Changes

- Updated dependencies [[`413ca6d`](https://github.com/sannajammeh/trpc-swr/commit/413ca6d7e9347c5ebb2f23e15caf2f779a9d7128)]:
- @trpc-swr/client@2.0.0

## 1.0.2

### 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.2",
"version": "2.0.0",
"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.0

### Patch Changes

- Updated dependencies [[`413ca6d`](https://github.com/sannajammeh/trpc-swr/commit/413ca6d7e9347c5ebb2f23e15caf2f779a9d7128)]:
- @trpc-swr/client@2.0.0

## 1.0.2

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

1 comment on commit bb74ec5

@vercel
Copy link

@vercel vercel bot commented on bb74ec5 Oct 6, 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-sannajammeh.vercel.app
trpc-swr-git-main-sannajammeh.vercel.app

Please sign in to comment.