Skip to content

Commit

Permalink
chore: version packages (#968)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @suspensive/react@2.2.1

### Patch Changes

- [#964](#964)
[`d87a482`](d87a482)
Thanks [@Collection50](https://github.com/Collection50)! - fix(react):
add `<ClienOnly/>` for clientOnly prop of `<Suspense/>`

## @suspensive/react-query@2.2.1

### Patch Changes

- Updated dependencies
\[[`d87a482`](d87a482)]:
    -   @suspensive/react@2.2.1
    -   @suspensive/react-query-4@0.0.1
    -   @suspensive/react-query-5@0.0.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 24, 2024
1 parent d87a482 commit ec57398
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/thirty-panthers-flash.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-query-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.2.0",
"@suspensive/react": "workspace:^2.2.1",
"@tanstack/react-query": "^4",
"react": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.2.0",
"@suspensive/react": "workspace:^2.2.1",
"@tanstack/react-query": "^5",
"react": "^18"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @suspensive/react-query

## 2.2.1

### Patch Changes

- Updated dependencies [[`d87a482`](https://github.com/toss/suspensive/commit/d87a48289244737f368c855d6afa1e85c250d78c)]:
- @suspensive/react@2.2.1
- @suspensive/react-query-4@0.0.1
- @suspensive/react-query-5@0.0.1

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query",
"version": "2.2.0",
"version": "2.2.1",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -74,7 +74,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.2.0",
"@suspensive/react": "workspace:^2.2.1",
"@tanstack/react-query": "^4 || ^5",
"react": "^18"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react

## 2.2.1

### Patch Changes

- [#964](https://github.com/toss/suspensive/pull/964) [`d87a482`](https://github.com/toss/suspensive/commit/d87a48289244737f368c855d6afa1e85c250d78c) Thanks [@Collection50](https://github.com/Collection50)! - fix(react): add `<ClienOnly/>` for clientOnly prop of `<Suspense/>`

## 2.2.0

## 2.1.2-beta.1
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react",
"version": "2.2.0",
"version": "2.2.1",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down

0 comments on commit ec57398

Please sign in to comment.