Skip to content

Commit

Permalink
chore: version packages (#1070)
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-await@0.2.0

### Minor Changes

- [#1066](#1066)
[`3fc22eb`](3fc22eb)
Thanks [@SEOKKAMONI](https://github.com/SEOKKAMONI)! -
feat(react-await): separate useAwait, AwaitClient
  • Loading branch information
manudeli committed Jul 11, 2024
1 parent ea460b0 commit 7e150fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-buses-wash.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.2.0

### Minor Changes

- [#1066](https://github.com/toss/suspensive/pull/1066) [`3fc22eb`](https://github.com/toss/suspensive/commit/3fc22eb3ee3c9fceccb736cd845b641eb44c656b) Thanks [@SEOKKAMONI](https://github.com/SEOKKAMONI)! - feat(react-await): separate useAwait, AwaitClient

## 0.1.0

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

0 comments on commit 7e150fc

Please sign in to comment.