From a892e66086941129dd81b79141b53305246e74a0 Mon Sep 17 00:00:00 2001 From: "shopify-github-actions-access[bot]" <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:52:57 -0400 Subject: [PATCH] Publish packages (#408) Co-authored-by: github-actions[bot] --- .changeset/sour-starfishes-count.md | 5 ----- packages/polyfill/CHANGELOG.md | 6 ++++++ packages/polyfill/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sour-starfishes-count.md diff --git a/.changeset/sour-starfishes-count.md b/.changeset/sour-starfishes-count.md deleted file mode 100644 index e57a6f4e..00000000 --- a/.changeset/sour-starfishes-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': patch ---- - -Expose documentElement, head and body elements on the Document polyfill diff --git a/packages/polyfill/CHANGELOG.md b/packages/polyfill/CHANGELOG.md index 1e1b5d03..98e3b1dd 100644 --- a/packages/polyfill/CHANGELOG.md +++ b/packages/polyfill/CHANGELOG.md @@ -1,5 +1,11 @@ # @remote-dom/polyfill +## 1.0.5 + +### Patch Changes + +- [#401](https://github.com/Shopify/remote-dom/pull/401) [`578a8c6`](https://github.com/Shopify/remote-dom/commit/578a8c69ed1df63da77ab5a0efd0b28f8a0188d9) Thanks [@olavoasantos](https://github.com/olavoasantos)! - Expose documentElement, head and body elements on the Document polyfill + ## 1.0.4 ### Patch Changes diff --git a/packages/polyfill/package.json b/packages/polyfill/package.json index 81a0d50c..0b061ee0 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.0.4", + "version": "1.0.5", "engines": { "node": ">=14.0.0" },