Skip to content

Commit

Permalink
0.0.43 -> 0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Jun 28, 2023
1 parent f6a36d5 commit 99236a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/suspense/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* `createCache` subscribers notified after value explicitly cached via `cache`
* `useCacheMutation` sync mutation notifies subscribers after mutation

The change in subscription APIs was made to simplify interop with imperative code.

## 0.0.43
* Fix potential update loop in `useImperativeCacheValue` from nested object properties

Expand Down
2 changes: 1 addition & 1 deletion packages/suspense/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suspense",
"version": "0.0.43",
"version": "0.0.44",
"description": "Utilities for working with React suspense",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit 99236a2

@vercel
Copy link

@vercel vercel bot commented on 99236a2 Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.