Skip to content

Commit

Permalink
0.0.47 -> 0.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Sep 27, 2023
1 parent 93fcc3b commit e87bd25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.48
* Fix edge case bug in `useStreamingValue` that sometimes caused updates to be dropped

## 0.0.47
* Upgrade Preconstruct to fix missing `suspense.development.cjs.mjs` in the published package.

Expand Down
4 changes: 2 additions & 2 deletions packages/suspense/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suspense",
"version": "0.0.47",
"version": "0.0.48",
"description": "Utilities for working with React suspense",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -73,4 +73,4 @@
"browserslist": [
"Chrome 79"
]
}
}

1 comment on commit e87bd25

@vercel
Copy link

@vercel vercel bot commented on e87bd25 Sep 27, 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.