Skip to content

Commit

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

### Patch Changes

- [#912](#912)
[`0c86892`](0c86892)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): suspensive
with toss

## @suspensive/react-await@0.0.19

### Patch Changes

- [#912](#912)
[`0c86892`](0c86892)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): suspensive
with toss

## @suspensive/react-image@0.0.13

### Patch Changes

- [#912](#912)
[`0c86892`](0c86892)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): suspensive
with toss

## @suspensive/react-query@2.0.5

### Patch Changes

- [#911](#911)
[`c6c0640`](c6c0640)
Thanks [@gwansikk](https://github.com/gwansikk)! - fix(react-query):
improved TypeScript engine halt due to return type inference in
useSuspenseQueries

- [#912](#912)
[`0c86892`](0c86892)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): suspensive
with toss

- Updated dependencies
\[[`0c86892`](0c86892)]:
    -   @suspensive/react@2.0.5
  • Loading branch information
manudeli committed Jun 13, 2024
1 parent da5db5f commit b51882c
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-roses-nail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twelve-dancers-camp.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-await/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react-await

## 0.0.19

### Patch Changes

- [#912](https://github.com/toss/suspensive/pull/912) [`0c86892`](https://github.com/toss/suspensive/commit/0c868927ec30dc0699fd3c8753cab7ee6848f6c2) Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): suspensive with toss

## 0.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-await/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-await",
"version": "0.0.18",
"version": "0.0.19",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react-image

## 0.0.13

### Patch Changes

- [#912](https://github.com/toss/suspensive/pull/912) [`0c86892`](https://github.com/toss/suspensive/commit/0c868927ec30dc0699fd3c8753cab7ee6848f6c2) Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): suspensive with toss

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-image",
"version": "0.0.12",
"version": "0.0.13",
"description": "Useful image interfaces for React Suspense",
"keywords": [
"suspensive",
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.0.5

### Patch Changes

- [#911](https://github.com/toss/suspensive/pull/911) [`c6c0640`](https://github.com/toss/suspensive/commit/c6c06400e0792d488a4284c0caeefe306f99288e) Thanks [@gwansikk](https://github.com/gwansikk)! - fix(react-query): improved TypeScript engine halt due to return type inference in useSuspenseQueries

- [#912](https://github.com/toss/suspensive/pull/912) [`0c86892`](https://github.com/toss/suspensive/commit/0c868927ec30dc0699fd3c8753cab7ee6848f6c2) Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): suspensive with toss

- Updated dependencies [[`0c86892`](https://github.com/toss/suspensive/commit/0c868927ec30dc0699fd3c8753cab7ee6848f6c2)]:
- @suspensive/react@2.0.5

## 2.0.4

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

### Patch Changes

- [#912](https://github.com/toss/suspensive/pull/912) [`0c86892`](https://github.com/toss/suspensive/commit/0c868927ec30dc0699fd3c8753cab7ee6848f6c2) Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): suspensive with toss

## 2.0.4

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

0 comments on commit b51882c

Please sign in to comment.