diff --git a/.changeset/slow-singers-explode.md b/.changeset/slow-singers-explode.md deleted file mode 100644 index 06c9e7498..000000000 --- a/.changeset/slow-singers-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@quilted/preact-async': patch ---- - -Allow customized wrapping of `AsyncComponent` content diff --git a/packages/preact-async/CHANGELOG.md b/packages/preact-async/CHANGELOG.md index 6320880bd..108e5f5ec 100644 --- a/packages/preact-async/CHANGELOG.md +++ b/packages/preact-async/CHANGELOG.md @@ -1,5 +1,11 @@ # @quilted/preact-async +## 0.1.15 + +### Patch Changes + +- [`3fd4063`](https://github.com/lemonmade/quilt/commit/3fd4063700f6a099196255bf826270c820db4e48) Thanks [@lemonmade](https://github.com/lemonmade)! - Allow customized wrapping of `AsyncComponent` content + ## 0.1.14 ### Patch Changes diff --git a/packages/preact-async/package.json b/packages/preact-async/package.json index 56f392ca1..071986e0c 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.14", + "version": "0.1.15", "repository": { "type": "git", "url": "https://github.com/lemonmade/quilt.git",