Skip to content

Commit

Permalink
chore: version packages (#980)
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/[email protected]

### Patch Changes

- [#978](#978)
[`09e957c`](09e957c)
Thanks [@gwansikk](https://github.com/gwansikk)! - feat(configs): add
options for scripts

## @suspensive/[email protected]

### Patch Changes

- [#978](#978)
[`09e957c`](09e957c)
Thanks [@gwansikk](https://github.com/gwansikk)! - feat(configs): add
options for scripts

- Updated dependencies
\[[`09e957c`](09e957c)]:
    -   @suspensive/[email protected]
    -   @suspensive/[email protected]
    -   @suspensive/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 26, 2024
1 parent 09e957c commit 54cf646
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-colts-lick.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.3",
"@suspensive/react": "workspace:^2.2.4",
"@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.3",
"@suspensive/react": "workspace:^2.2.4",
"@tanstack/react-query": "^5",
"react": "^18"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @suspensive/react-query

## 2.2.4

### Patch Changes

- [#978](https://github.com/toss/suspensive/pull/978) [`09e957c`](https://github.com/toss/suspensive/commit/09e957c4e9a0d2e2a5789961f9242843922915a4) Thanks [@gwansikk](https://github.com/gwansikk)! - feat(configs): add options for scripts

- Updated dependencies [[`09e957c`](https://github.com/toss/suspensive/commit/09e957c4e9a0d2e2a5789961f9242843922915a4)]:
- @suspensive/react@2.2.4
- @suspensive/react-query-4@0.0.1
- @suspensive/react-query-5@0.0.1

## 2.2.3

### 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.2.3",
"version": "2.2.4",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -72,7 +72,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.2.3",
"@suspensive/react": "workspace:^2.2.4",
"@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.4

### Patch Changes

- [#978](https://github.com/toss/suspensive/pull/978) [`09e957c`](https://github.com/toss/suspensive/commit/09e957c4e9a0d2e2a5789961f9242843922915a4) Thanks [@gwansikk](https://github.com/gwansikk)! - feat(configs): add options for scripts

## 2.2.3

## 2.2.2
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.3",
"version": "2.2.4",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down

0 comments on commit 54cf646

Please sign in to comment.