Skip to content

Commit

Permalink
Publish packages (#447)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b297fc5 commit 5f4ae17
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-lobsters-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-rocks-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-cougars-sparkle.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/polyfill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @remote-dom/polyfill

## 1.4.0

### Minor Changes

- [#446](https://github.com/Shopify/remote-dom/pull/446) [`b297fc5`](https://github.com/Shopify/remote-dom/commit/b297fc5efecc6479fa5e0e3bdcdb48dea721df43) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Implement node.isConnected

### Patch Changes

- [#446](https://github.com/Shopify/remote-dom/pull/446) [`b297fc5`](https://github.com/Shopify/remote-dom/commit/b297fc5efecc6479fa5e0e3bdcdb48dea721df43) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Ensure that the insert and remove hooks are only called for element parents.

- [#446](https://github.com/Shopify/remote-dom/pull/446) [`b297fc5`](https://github.com/Shopify/remote-dom/commit/b297fc5efecc6479fa5e0e3bdcdb48dea721df43) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Make connectedCallback and disconnectedCallback call on connect/disconnect recursively

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public",
"@remote-dom/registry": "https://registry.npmjs.org"
},
"version": "1.3.1",
"version": "1.4.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit 5f4ae17

Please sign in to comment.