From f94a2e375d8c813ab8e4032cf249052ea2ecad18 Mon Sep 17 00:00:00 2001 From: "shopify-github-actions-access[bot]" <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:19:47 -0400 Subject: [PATCH] Publish packages (#437) Co-authored-by: github-actions[bot] --- .changeset/mean-snakes-shave.md | 5 ----- packages/polyfill/CHANGELOG.md | 6 ++++++ packages/polyfill/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mean-snakes-shave.md diff --git a/.changeset/mean-snakes-shave.md b/.changeset/mean-snakes-shave.md deleted file mode 100644 index 1c69a384..00000000 --- a/.changeset/mean-snakes-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': patch ---- - -Ensure the `createText` hook is called when creating a new text node diff --git a/packages/polyfill/CHANGELOG.md b/packages/polyfill/CHANGELOG.md index dfc52064..b0f389e6 100644 --- a/packages/polyfill/CHANGELOG.md +++ b/packages/polyfill/CHANGELOG.md @@ -1,5 +1,11 @@ # @remote-dom/polyfill +## 1.3.1 + +### Patch Changes + +- [#436](https://github.com/Shopify/remote-dom/pull/436) [`5979797`](https://github.com/Shopify/remote-dom/commit/59797975a3ccf2bee825809f67e05ca4a28e2647) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Ensure the `createText` hook is called when creating a new text node + ## 1.3.0 ### Minor Changes diff --git a/packages/polyfill/package.json b/packages/polyfill/package.json index 5c05b314..338ac0b8 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.3.0", + "version": "1.3.1", "engines": { "node": ">=14.0.0" },