diff --git a/.changeset/serious-ladybugs-bow.md b/.changeset/serious-ladybugs-bow.md deleted file mode 100644 index 328649b2..00000000 --- a/.changeset/serious-ladybugs-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': patch ---- - -Fix removeChild so it clears parent/sibling references diff --git a/.changeset/warm-oranges-rest.md b/.changeset/warm-oranges-rest.md deleted file mode 100644 index 1f106ead..00000000 --- a/.changeset/warm-oranges-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': patch ---- - -Add node.parentElement diff --git a/.changeset/wet-students-enjoy.md b/.changeset/wet-students-enjoy.md deleted file mode 100644 index 9e74c923..00000000 --- a/.changeset/wet-students-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': patch ---- - -window aliases should refer to globalThis diff --git a/packages/polyfill/CHANGELOG.md b/packages/polyfill/CHANGELOG.md index 3ea4d57a..cedbd32b 100644 --- a/packages/polyfill/CHANGELOG.md +++ b/packages/polyfill/CHANGELOG.md @@ -1,5 +1,15 @@ # @remote-dom/polyfill +## 1.4.1 + +### Patch Changes + +- [#472](https://github.com/Shopify/remote-dom/pull/472) [`1473a3c`](https://github.com/Shopify/remote-dom/commit/1473a3c521e8d4d44d50c2f15680f28997270dc8) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Fix removeChild so it clears parent/sibling references + +- [#472](https://github.com/Shopify/remote-dom/pull/472) [`1473a3c`](https://github.com/Shopify/remote-dom/commit/1473a3c521e8d4d44d50c2f15680f28997270dc8) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Add node.parentElement + +- [#470](https://github.com/Shopify/remote-dom/pull/470) [`08839d3`](https://github.com/Shopify/remote-dom/commit/08839d3c136b63024ef725d9cf427e250f2978d3) Thanks [@developit](https://github.com/developit)! - window aliases should refer to globalThis + ## 1.4.0 ### Minor Changes diff --git a/packages/polyfill/package.json b/packages/polyfill/package.json index 72a39f32..2a328d2a 100644 --- a/packages/polyfill/package.json +++ b/packages/polyfill/package.json @@ -7,7 +7,7 @@ "access": "public", "@remote-dom/registry": "https://registry.npmjs.org" }, - "version": "1.4.0", + "version": "1.4.1", "engines": { "node": ">=14.0.0" },