Skip to content

Commit

Permalink
chore: version packages (#1078)
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/promise@0.1.0

### Minor Changes

- [#1074](#1074)
[`32bd5ab`](32bd5ab)
Thanks [@SEOKKAMONI](https://github.com/SEOKKAMONI)! - feat(promise):
add SuspensePromise, useSuspensePromise, promiseOptions, PromiseCache,
PromiseCacheProvider, usePromiseCache

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
manudeli and github-actions[bot] committed Jul 13, 2024
1 parent 3db4851 commit 1849a88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-apricots-love.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#1074](https://github.com/toss/suspensive/pull/1074) [`32bd5ab`](https://github.com/toss/suspensive/commit/32bd5ab85b5bc8ba3c93dddacf6c70c57a79acd3) Thanks [@SEOKKAMONI](https://github.com/SEOKKAMONI)! - feat(promise): add SuspensePromise, useSuspensePromise, promiseOptions, PromiseCache, PromiseCacheProvider, usePromiseCache

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/promise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/promise",
"version": "0.0.1",
"version": "0.1.0",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down

0 comments on commit 1849a88

Please sign in to comment.