diff --git a/.changeset/shaggy-ladybugs-hang.md b/.changeset/shaggy-ladybugs-hang.md deleted file mode 100644 index 23c76f88..00000000 --- a/.changeset/shaggy-ladybugs-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-ui/testing': patch ---- - -Fixes parameter type for Node.trigger diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 64a9ea0b..02190f3b 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.3 + +### Patch Changes + +- [#253](https://github.com/Shopify/remote-ui/pull/253) [`ff6193f`](https://github.com/Shopify/remote-ui/commit/ff6193f4d80be1dc64db0fed0a80b24f2b433c77) Thanks [@danpaz](https://github.com/danpaz)! - Fixes parameter type for Node.trigger + ## 1.4.2 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index cefc2477..4a300773 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@remote-ui/testing", - "version": "1.4.2", + "version": "1.4.3", "publishConfig": { "access": "public", "@remote-ui:registry": "https://registry.npmjs.org"