From 1299caf01524b5ae3b93f38ec4a9fefce13bfff2 Mon Sep 17 00:00:00 2001 From: Chris Sauve Date: Mon, 19 Feb 2024 15:21:27 -0500 Subject: [PATCH] Remove remaining remote-ui references --- .changeset/config.json | 4 ++-- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- examples/custom-element/CHANGELOG.md | 6 +++--- examples/getting-started/CHANGELOG.md | 6 +++--- examples/kitchen-sink/CHANGELOG.md | 10 +++++----- packages/core/CHANGELOG.md | 12 ++++++------ packages/polyfill/CHANGELOG.md | 4 ++-- packages/preact/CHANGELOG.md | 10 +++++----- packages/preact/source/host/constants.ts | 2 +- packages/react/CHANGELOG.md | 14 +++++++------- packages/react/source/host/constants.ts | 4 ++-- packages/signals/CHANGELOG.md | 10 +++++----- 13 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 772ca06c..4a55dec3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,11 @@ { "$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json", - "changelog": ["@changesets/changelog-github", {"repo": "Shopify/remote-ui"}], + "changelog": ["@changesets/changelog-github", {"repo": "Shopify/remote-dom"}], "commit": false, "fixed": [], "linked": [], "access": "public", - "baseBranch": "remote-dom", + "baseBranch": "main", "updateInternalDependencies": "minor", "ignore": [] } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0060f1e..ae5dc864 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ All contributors **must** adhere to the code of conduct. Read the [full text](./ ## Ways to contribute -There are many ways to contribute to remote-ui, some of which are: +There are many ways to contribute to Remote DOM: - Filing bug reports or requesting new features by [opening an issue](https://github.com/Shopify/remote-dom/issues/new) - Hacking on an issue from our [backlog](https://github.com/Shopify/remote-dom/issues) @@ -50,7 +50,7 @@ If you are fixing a minor issue, feel free to send a pull request directly. If y 1. Fork the repository and create your branch from `main` 1. Run `pnpm install` from the repository root -1. Make sure your changes do not cause errors to be thrown when running `pnpm test`, `pnpm lint`, or `pnpm type-check` (these will also be checked automatically when you open your pull request, as they run as part of remote-ui’s [GitHub Action-based CI](./.github/workflows/ci.yml)) +1. Make sure your changes do not cause errors to be thrown when running `pnpm test`, `pnpm lint`, or `pnpm type-check` (these will also be checked automatically when you open your pull request, as they run as part of Remote DOM’s [GitHub Action-based CI](./.github/workflows/ci.yml)) 1. Add a description of your changes to package’s `CHANGELOG.md` 1. Add a [changeset using `pnpm changeset add`](#releasing-changes) 1. If you haven’t already, [sign a Contributor License Agreement](https://cla.shopify.com/) diff --git a/README.md b/README.md index 2cd09f38..5f53befd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ yarn add @remote-dom/core # yarn Next, on the “host” HTML page, you will need to create a “receiver”. This object will be responsible for receiving the updates from the remote environment, and mapping them to actual DOM elements. -`@remote-ui/core` provides a few different types of receivers, but for now we use the `DOMRemoteReceiver`, which directly mirrors the DOM elements created remotely in the host HTML page. That is, if the remote environment renders a `ui-button` custom element, a matching `ui-button` custom element will be created on the host page. +`@remote-dom/core` provides a few different types of receivers, but for now we use the `DOMRemoteReceiver`, which directly mirrors the DOM elements created remotely in the host HTML page. That is, if the remote environment renders a `ui-button` custom element, a matching `ui-button` custom element will be created on the host page. Create a `DOMRemoteReceiver` and call its `connect()` method on the element that should contain any children rendered by the remote environment: @@ -75,7 +75,7 @@ Our host is ready to receive elements to render, but we don’t have a remote en ``` -Next, let’s create the document that will be loaded into the iframe. It will use another utility provided by `@remote-ui/core`, `RemoteMutationObserver`, which extends the browser’s [`MutationObserver` interface](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) in order to communicate changes to the host. Create a `RemoteMutationObserver`, and call its `observe()` method on the element that contains the elements you want to synchronize with the host: +Next, let’s create the document that will be loaded into the iframe. It will use another utility provided by `@remote-dom/core`, `RemoteMutationObserver`, which extends the browser’s [`MutationObserver` interface](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) in order to communicate changes to the host. Create a `RemoteMutationObserver`, and call its `observe()` method on the element that contains the elements you want to synchronize with the host: ```html diff --git a/examples/custom-element/CHANGELOG.md b/examples/custom-element/CHANGELOG.md index c449f203..7c2eb477 100644 --- a/examples/custom-element/CHANGELOG.md +++ b/examples/custom-element/CHANGELOG.md @@ -4,19 +4,19 @@ ### Patch Changes -- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: +- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-dom/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: - @remote-dom/core@0.1.1 ## 0.0.3 ### Patch Changes -- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: +- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: - @remote-dom/core@0.1.0 ## 0.0.2 ### Patch Changes -- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: +- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-dom/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: - @remote-dom/core@0.0.2 diff --git a/examples/getting-started/CHANGELOG.md b/examples/getting-started/CHANGELOG.md index 63d98401..e78a61f1 100644 --- a/examples/getting-started/CHANGELOG.md +++ b/examples/getting-started/CHANGELOG.md @@ -4,19 +4,19 @@ ### Patch Changes -- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: +- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-dom/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: - @remote-dom/core@0.1.1 ## 0.0.3 ### Patch Changes -- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: +- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: - @remote-dom/core@0.1.0 ## 0.0.2 ### Patch Changes -- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: +- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-dom/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: - @remote-dom/core@0.0.2 diff --git a/examples/kitchen-sink/CHANGELOG.md b/examples/kitchen-sink/CHANGELOG.md index 45fb2f43..4abf8f57 100644 --- a/examples/kitchen-sink/CHANGELOG.md +++ b/examples/kitchen-sink/CHANGELOG.md @@ -4,21 +4,21 @@ ### Patch Changes -- Updated dependencies [[`7398741`](https://github.com/Shopify/remote-ui/commit/7398741dc42f474d344ed98ea634bc6a255d6650)]: +- Updated dependencies [[`7398741`](https://github.com/Shopify/remote-dom/commit/7398741dc42f474d344ed98ea634bc6a255d6650)]: - @remote-dom/react@0.1.3 ## 0.0.4 ### Patch Changes -- Updated dependencies [[`e4629a7`](https://github.com/Shopify/remote-ui/commit/e4629a7e50057eb57f8a2f90b393fba6688d0d19)]: +- Updated dependencies [[`e4629a7`](https://github.com/Shopify/remote-dom/commit/e4629a7e50057eb57f8a2f90b393fba6688d0d19)]: - @remote-dom/react@0.1.2 ## 0.0.3 ### Patch Changes -- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: +- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-dom/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: - @remote-dom/core@0.1.1 - @remote-dom/preact@0.1.1 - @remote-dom/react@0.1.1 @@ -28,7 +28,7 @@ ### Patch Changes -- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: +- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: - @remote-dom/core@0.1.0 - @remote-dom/preact@0.1.0 - @remote-dom/react@0.1.0 @@ -38,7 +38,7 @@ ### Patch Changes -- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: +- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-dom/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: - @remote-dom/signals@0.0.2 - @remote-dom/preact@0.0.2 - @remote-dom/react@0.0.2 diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b8483c24..9f1da453 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -4,26 +4,26 @@ ### Patch Changes -- [#268](https://github.com/Shopify/remote-ui/pull/268) [`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf) Thanks [@shopify-github-actions-access](https://github.com/apps/shopify-github-actions-access)! - Send initial tree of UI elements when connecting a `RemoteRootElement` +- [#268](https://github.com/Shopify/remote-dom/pull/268) [`9576a72`](https://github.com/Shopify/remote-dom/commit/9576a72fa354481621c53efde4169829fe9bfabf) Thanks [@shopify-github-actions-access](https://github.com/apps/shopify-github-actions-access)! - Send initial tree of UI elements when connecting a `RemoteRootElement` ## 0.1.0 ### Minor Changes -- [`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump +- [`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump ### Patch Changes -- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: +- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: - @remote-dom/polyfill@0.1.0 ## 0.0.2 ### Patch Changes -- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump +- [#251](https://github.com/Shopify/remote-dom/pull/251) [`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump -- [#251](https://github.com/Shopify/remote-ui/pull/251) [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `root` option to `DOMRemoteReceiver` +- [#251](https://github.com/Shopify/remote-dom/pull/251) [`8e1fad4`](https://github.com/Shopify/remote-dom/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `root` option to `DOMRemoteReceiver` -- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a)]: +- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a)]: - @remote-dom/polyfill@0.0.2 diff --git a/packages/polyfill/CHANGELOG.md b/packages/polyfill/CHANGELOG.md index 1d5f2ecc..314b085e 100644 --- a/packages/polyfill/CHANGELOG.md +++ b/packages/polyfill/CHANGELOG.md @@ -4,10 +4,10 @@ ### Minor Changes -- [`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump +- [`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump ## 0.0.2 ### Patch Changes -- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump +- [#251](https://github.com/Shopify/remote-dom/pull/251) [`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump diff --git a/packages/preact/CHANGELOG.md b/packages/preact/CHANGELOG.md index a13e9a95..3ea5e416 100644 --- a/packages/preact/CHANGELOG.md +++ b/packages/preact/CHANGELOG.md @@ -4,7 +4,7 @@ ### Patch Changes -- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: +- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-dom/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: - @remote-dom/core@0.1.1 - @remote-dom/signals@1.0.1 @@ -12,11 +12,11 @@ ### Minor Changes -- [`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump +- [`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump ### Patch Changes -- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: +- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: - @remote-dom/core@0.1.0 - @remote-dom/signals@1.0.0 @@ -24,8 +24,8 @@ ### Patch Changes -- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump +- [#251](https://github.com/Shopify/remote-dom/pull/251) [`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump -- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: +- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-dom/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: - @remote-dom/signals@0.0.2 - @remote-dom/core@0.0.2 diff --git a/packages/preact/source/host/constants.ts b/packages/preact/source/host/constants.ts index 7f646197..0447f514 100644 --- a/packages/preact/source/host/constants.ts +++ b/packages/preact/source/host/constants.ts @@ -2,4 +2,4 @@ * The property name used to pass a remote element instance to the Preact component * that is configured to render it. */ -export const REMOTE_ELEMENT_PROP = Symbol.for('remote-ui.element'); +export const REMOTE_ELEMENT_PROP = Symbol.for('remote-dom.element'); diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index dd4f4c94..65ed86e5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -4,37 +4,37 @@ ### Patch Changes -- [`7398741`](https://github.com/Shopify/remote-ui/commit/7398741dc42f474d344ed98ea634bc6a255d6650) Thanks [@lemonmade](https://github.com/lemonmade)! - Mark React polyfill as having side effects +- [`7398741`](https://github.com/Shopify/remote-dom/commit/7398741dc42f474d344ed98ea634bc6a255d6650) Thanks [@lemonmade](https://github.com/lemonmade)! - Mark React polyfill as having side effects ## 0.1.2 ### Patch Changes -- [#269](https://github.com/Shopify/remote-ui/pull/269) [`e4629a7`](https://github.com/Shopify/remote-ui/commit/e4629a7e50057eb57f8a2f90b393fba6688d0d19) Thanks [@shopify-github-actions-access](https://github.com/apps/shopify-github-actions-access)! - Add React-specific polyfills +- [#269](https://github.com/Shopify/remote-dom/pull/269) [`e4629a7`](https://github.com/Shopify/remote-dom/commit/e4629a7e50057eb57f8a2f90b393fba6688d0d19) Thanks [@shopify-github-actions-access](https://github.com/apps/shopify-github-actions-access)! - Add React-specific polyfills ## 0.1.1 ### Patch Changes -- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: +- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-dom/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: - @remote-dom/core@0.1.1 ## 0.1.0 ### Minor Changes -- [`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump +- [`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump ### Patch Changes -- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: +- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: - @remote-dom/core@0.1.0 ## 0.0.2 ### Patch Changes -- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump +- [#251](https://github.com/Shopify/remote-dom/pull/251) [`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump -- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: +- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-dom/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: - @remote-dom/core@0.0.2 diff --git a/packages/react/source/host/constants.ts b/packages/react/source/host/constants.ts index 149979ee..1a9cfc81 100644 --- a/packages/react/source/host/constants.ts +++ b/packages/react/source/host/constants.ts @@ -2,7 +2,7 @@ * The property name used to pass a remote element instance to the Preact component * that is configured to render it. */ -export const REMOTE_ELEMENT_PROP = Symbol.for('remote-ui.element'); +export const REMOTE_ELEMENT_PROP = Symbol.for('remote-dom.element'); export const REMOTE_ELEMENT_ATTACHED_PROP = Symbol.for( - 'remote-ui.element.attached', + 'remote-dom.element.attached', ); diff --git a/packages/signals/CHANGELOG.md b/packages/signals/CHANGELOG.md index c742b6a1..c8ae1f74 100644 --- a/packages/signals/CHANGELOG.md +++ b/packages/signals/CHANGELOG.md @@ -4,25 +4,25 @@ ### Patch Changes -- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: +- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-dom/commit/9576a72fa354481621c53efde4169829fe9bfabf)]: - @remote-dom/core@0.1.1 ## 1.0.0 ### Minor Changes -- [`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump +- [`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82) Thanks [@lemonmade](https://github.com/lemonmade)! - Test minor bump ### Patch Changes -- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-ui/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: +- Updated dependencies [[`7061ded`](https://github.com/Shopify/remote-dom/commit/7061ded1da4699c6dd6a820eeb940a8af7c66d82)]: - @remote-dom/core@0.1.0 ## 0.0.2 ### Patch Changes -- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump +- [#251](https://github.com/Shopify/remote-dom/pull/251) [`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump -- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: +- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-dom/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-dom/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]: - @remote-dom/core@0.0.2