Skip to content

Commit

Permalink
chore: version packages (#1086)
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.6.2

### Patch Changes

- [#1085](#1085)
[`6848e8d`](6848e8d)
Thanks [@jgjgill](https://github.com/jgjgill)! - fix(react): add jsdoc
for shouldCatch prop of ErrorBoundary

## @suspensive/react-query@2.6.2

### Patch Changes

- Updated dependencies
\[[`6848e8d`](6848e8d)]:
    -   @suspensive/react@2.6.2
    -   @suspensive/react-query-4@2.6.2
    -   @suspensive/react-query-5@2.6.2

## @suspensive/react-query-4@2.6.2

### Patch Changes

- Updated dependencies
\[[`6848e8d`](6848e8d)]:
    -   @suspensive/react@2.6.2

## @suspensive/react-query-5@2.6.2

### Patch Changes

- Updated dependencies
\[[`6848e8d`](6848e8d)]:
    -   @suspensive/react@2.6.2

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 14, 2024
1 parent 6848e8d commit 6cae782
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-suns-decide.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-query-4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suspensive/react-query-4

## 2.6.2

### Patch Changes

- Updated dependencies [[`6848e8d`](https://github.com/toss/suspensive/commit/6848e8df6f73b5a0029e82da3356c9c73e6b16be)]:
- @suspensive/react@2.6.2

## 2.6.1

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

## 2.6.2

### Patch Changes

- Updated dependencies [[`6848e8d`](https://github.com/toss/suspensive/commit/6848e8df6f73b5a0029e82da3356c9c73e6b16be)]:
- @suspensive/react@2.6.2

## 2.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query-5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query-5",
"version": "2.6.1",
"version": "2.6.2",
"description": "Useful helpers for @tanstack/react-query@5 with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -63,7 +63,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.6.1",
"@suspensive/react": "workspace:^2.6.2",
"@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.6.2

### Patch Changes

- Updated dependencies [[`6848e8d`](https://github.com/toss/suspensive/commit/6848e8df6f73b5a0029e82da3356c9c73e6b16be)]:
- @suspensive/react@2.6.2
- @suspensive/react-query-4@2.6.2
- @suspensive/react-query-5@2.6.2

## 2.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.6.1",
"version": "2.6.2",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@suspensive/react-query-4": "workspace:^2.6.1",
"@suspensive/react-query-5": "workspace:^2.6.1",
"@suspensive/react-query-4": "workspace:^2.6.2",
"@suspensive/react-query-5": "workspace:^2.6.2",
"commander": "^12.1.0"
},
"devDependencies": {
Expand All @@ -74,7 +74,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.6.1",
"@suspensive/react": "workspace:^2.6.2",
"@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.6.2

### Patch Changes

- [#1085](https://github.com/toss/suspensive/pull/1085) [`6848e8d`](https://github.com/toss/suspensive/commit/6848e8df6f73b5a0029e82da3356c9c73e6b16be) Thanks [@jgjgill](https://github.com/jgjgill)! - fix(react): add jsdoc for shouldCatch prop of ErrorBoundary

## 2.6.1

### 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.6.1",
"version": "2.6.2",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
33 changes: 2 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6cae782

Please sign in to comment.