Skip to content

Commit

Permalink
chore: version packages (#894)
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-query@2.0.3

### Patch Changes

- [#893](#893)
[`39b4f1b`](39b4f1b)
Thanks [@manudeli](https://github.com/manudeli)! - fix(react-query):
easier to know constraint @tanstack/react-query v4 runtimely

-   Updated dependencies \[]:
    -   @suspensive/react@2.0.3

## @suspensive/react@2.0.3

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 25, 2024
1 parent 39b4f1b commit f7cc9fd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-bees-wait.md

This file was deleted.

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.0.3

### Patch Changes

- [#893](https://github.com/suspensive/react/pull/893) [`39b4f1b`](https://github.com/suspensive/react/commit/39b4f1b42d2e02efba7c0af3e7d5568dceb62bca) Thanks [@manudeli](https://github.com/manudeli)! - fix(react-query): easier to know constraint @tanstack/react-query v4 runtimely

- Updated dependencies []:
- @suspensive/react@2.0.3

## 2.0.2

### Patch 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.0.2",
"version": "2.0.3",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -70,7 +70,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.0.2",
"@suspensive/react": "workspace:^2.0.3",
"@tanstack/react-query": "^4",
"react": "^18"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @suspensive/react

## 2.0.3

## 2.0.2

### Patch Changes
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.0.2",
"version": "2.0.3",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down

0 comments on commit f7cc9fd

Please sign in to comment.