Skip to content

Commit

Permalink
0.0.52 -> 0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Mar 6, 2024
1 parent df4ac1e commit 0f51aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/suspense/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.0.53
* `prefetch` method should not thrown an already-cached error

## 0.0.52
* Add custom error message for non-experimental "react" and "react-dom" dependencies.

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.52",
"version": "0.0.53",
"description": "Utilities for working with React suspense",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 0f51aa6

Please sign in to comment.