Skip to content

Commit

Permalink
Remove remaining remote-ui references
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Feb 19, 2024
1 parent 3b6a5c8 commit 1299caf
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/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": []
}
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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/)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -75,7 +75,7 @@ Our host is ready to receive elements to render, but we don’t have a remote en
</html>
```

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
<!doctype html>
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions examples/getting-started/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/polyfill/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@

### 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

## 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
- @remote-dom/signals@1.0.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/signals@0.0.2
- @remote-dom/core@0.0.2
2 changes: 1 addition & 1 deletion packages/preact/source/host/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
14 changes: 7 additions & 7 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/react/source/host/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);
10 changes: 5 additions & 5 deletions packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1299caf

Please sign in to comment.