diff --git a/.changeset/hot-pots-accept.md b/.changeset/hot-pots-accept.md deleted file mode 100644 index d1ddd091a..000000000 --- a/.changeset/hot-pots-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@quilted/preact-async': patch ---- - -Fix `AsyncComponent` when using context-driven render function diff --git a/packages/preact-async/CHANGELOG.md b/packages/preact-async/CHANGELOG.md index 8d60255be..11426e491 100644 --- a/packages/preact-async/CHANGELOG.md +++ b/packages/preact-async/CHANGELOG.md @@ -1,5 +1,11 @@ # @quilted/preact-async +## 0.1.17 + +### Patch Changes + +- [`3728fa9`](https://github.com/lemonmade/quilt/commit/3728fa93e99bd75b456fe7c1a9c15b01ed2f05cb) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `AsyncComponent` when using context-driven render function + ## 0.1.16 ### Patch Changes diff --git a/packages/preact-async/package.json b/packages/preact-async/package.json index 7332f4201..0cd97c4a4 100644 --- a/packages/preact-async/package.json +++ b/packages/preact-async/package.json @@ -1,7 +1,7 @@ { "name": "@quilted/preact-async", "type": "module", - "version": "0.1.16", + "version": "0.1.17", "repository": { "type": "git", "url": "https://github.com/lemonmade/quilt.git",