diff --git a/packages/suspense/CHANGELOG.md b/packages/suspense/CHANGELOG.md index 3595191..968ad50 100644 --- a/packages/suspense/CHANGELOG.md +++ b/packages/suspense/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.0.47 +* Upgrade Preconstruct to fix missing `suspense.development.cjs.mjs` in the published package. + ## 0.0.46 * Add convenience `read` method to `createStreamingCache` for blocking (Suspense) reads * Add `error` property to `createStreamingCache` values; `useStreamingValue` hook will now return the reason for a streaming failure diff --git a/packages/suspense/package.json b/packages/suspense/package.json index f166aef..cf9099b 100644 --- a/packages/suspense/package.json +++ b/packages/suspense/package.json @@ -1,6 +1,6 @@ { "name": "suspense", - "version": "0.0.46", + "version": "0.0.47", "description": "Utilities for working with React suspense", "author": "Brian Vaughn ", "license": "MIT",