Skip to content

Commit

Permalink
chore: version packages (#712)
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@1.26.1

### Patch Changes

- [#709](#709)
[`d3b7c15`](d3b7c15)
Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): define
default prop of each components

- [#709](#709)
[`d3b7c15`](d3b7c15)
Thanks [@ssi02014](https://github.com/ssi02014)! - test(react): add test
case for fallback prop of Delay

## @suspensive/react-query@1.26.1

### Patch Changes

- Updated dependencies
\[[`d3b7c15`](d3b7c15),
[`d3b7c15`](d3b7c15)]:
    -   @suspensive/react@1.26.1
  • Loading branch information
manudeli committed Feb 8, 2024
1 parent 722a2c1 commit 6bdb6df
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-foxes-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-carpets-study.md

This file was deleted.

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

## 1.26.1

### Patch Changes

- Updated dependencies [[`d3b7c15`](https://github.com/suspensive/react/commit/d3b7c1526dfe900e1dd1a559a406ccdf70456737), [`d3b7c15`](https://github.com/suspensive/react/commit/d3b7c1526dfe900e1dd1a559a406ccdf70456737)]:
- @suspensive/react@1.26.1

## 1.26.0

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

## 1.26.1

### Patch Changes

- [#709](https://github.com/suspensive/react/pull/709) [`d3b7c15`](https://github.com/suspensive/react/commit/d3b7c1526dfe900e1dd1a559a406ccdf70456737) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): define default prop of each components

- [#709](https://github.com/suspensive/react/pull/709) [`d3b7c15`](https://github.com/suspensive/react/commit/d3b7c1526dfe900e1dd1a559a406ccdf70456737) Thanks [@ssi02014](https://github.com/ssi02014)! - test(react): add test case for fallback prop of Delay

## 1.26.0

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

0 comments on commit 6bdb6df

Please sign in to comment.