From 107eb30e7eab4e5f6ca3f58bf65b0c5e459a3bde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 19:38:19 +0000 Subject: [PATCH] Publish packages --- .changeset/nasty-spoons-wonder.md | 5 ----- packages/polyfill/CHANGELOG.md | 6 ++++++ packages/polyfill/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nasty-spoons-wonder.md diff --git a/.changeset/nasty-spoons-wonder.md b/.changeset/nasty-spoons-wonder.md deleted file mode 100644 index 34abd814..00000000 --- a/.changeset/nasty-spoons-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': patch ---- - -fix error events not working diff --git a/packages/polyfill/CHANGELOG.md b/packages/polyfill/CHANGELOG.md index 3dca0253..f36a2b87 100644 --- a/packages/polyfill/CHANGELOG.md +++ b/packages/polyfill/CHANGELOG.md @@ -1,5 +1,11 @@ # @remote-dom/polyfill +## 1.4.6 + +### Patch Changes + +- [#590](https://github.com/Shopify/remote-dom/pull/590) [`8994a49`](https://github.com/Shopify/remote-dom/commit/8994a49913cd0122fdfbd21f971448afab3a3207) Thanks [@robin-drexler](https://github.com/robin-drexler)! - fix error events not working + ## 1.4.5 ### Patch Changes diff --git a/packages/polyfill/package.json b/packages/polyfill/package.json index b340e56f..03aca39c 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.5", + "version": "1.4.6", "engines": { "node": ">=14.0.0" },