Skip to content

Commit

Permalink
chore: version packages (beta) (#878)
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 beta, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`beta` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `beta`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @suspensive/react@2.0.0-beta.10

### Major Changes

- [#629](#629)
[`36d7416`](36d7416)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning
last beta

## @suspensive/react-query@2.0.0-beta.10

### Major Changes

- [#629](#629)
[`36d7416`](36d7416)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning
last beta

### Patch Changes

- Updated dependencies
\[[`36d7416`](36d7416)]:
    -   @suspensive/react@2.0.0-beta.10

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 14, 2024
1 parent 4c30356 commit c85a449
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"clean-singers-know",
"eight-peas-hear",
"four-kings-dream",
"long-pandas-laugh",
"real-vans-raise",
"rich-flies-turn",
"serious-islands-teach",
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.0-beta.10

### Major Changes

- [#629](https://github.com/suspensive/react/pull/629) [`36d7416`](https://github.com/suspensive/react/commit/36d74169eb6fda88b62fe7d6f71f7b319480e9ba) Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning last beta

### Patch Changes

- Updated dependencies [[`36d7416`](https://github.com/suspensive/react/commit/36d74169eb6fda88b62fe7d6f71f7b319480e9ba)]:
- @suspensive/react@2.0.0-beta.10

## 2.0.0-beta.9

### Minor 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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"@suspensive/react": "workspace:^2.0.0-beta.10",
"@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.0-beta.10

### Major Changes

- [#629](https://github.com/suspensive/react/pull/629) [`36d7416`](https://github.com/suspensive/react/commit/36d74169eb6fda88b62fe7d6f71f7b319480e9ba) Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning last beta

## 2.0.0-beta.9

## 2.0.0-beta.8
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.0-beta.9",
"version": "2.0.0-beta.10",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down

0 comments on commit c85a449

Please sign in to comment.