Skip to content

Commit

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

### Minor Changes

- [#1083](#1083)
[`a7c5c58`](a7c5c58)
Thanks [@SEOKKAMONI](https://github.com/SEOKKAMONI)! - feat(cache): add
CacheStore, useCacheStore, CacheStoreProvider, useCache, Cache,
cacheOptions
  • Loading branch information
manudeli committed Jul 15, 2024
1 parent a578518 commit 2179537
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-eagles-push.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#1083](https://github.com/toss/suspensive/pull/1083) [`a7c5c58`](https://github.com/toss/suspensive/commit/a7c5c58521ab1aac93420c0a896683917c741af5) Thanks [@SEOKKAMONI](https://github.com/SEOKKAMONI)! - feat(cache): add CacheStore, useCacheStore, CacheStoreProvider, useCache, Cache, cacheOptions
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/cache",
"version": "0.0.0",
"version": "0.1.0",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down

0 comments on commit 2179537

Please sign in to comment.