Skip to content

Commit 59f7bdd

Browse files
Publish packages (#544)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fe94f9b commit 59f7bdd

9 files changed

Lines changed: 24 additions & 18 deletions

File tree

.changeset/famous-olives-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/few-emus-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-ravens-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/kitchen-sink/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example-kitchen-sink
22

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ca6a668`](https://github.com/Shopify/remote-dom/commit/ca6a66893f02eb4e7881a7117de5a461c7ae3708), [`fe94f9b`](https://github.com/Shopify/remote-dom/commit/fe94f9b6e7087e1146fa2301b3d339c760c9d9a9)]:
8+
- @remote-dom/compat@1.0.2
9+
310
## 0.0.24
411

512
### Patch Changes

examples/kitchen-sink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-kitchen-sink",
33
"type": "module",
44
"private": true,
5-
"version": "0.0.24",
5+
"version": "0.0.25",
66
"scripts": {
77
"start": "vite"
88
},

packages/compat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @remote-dom/compat
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#547](https://github.com/Shopify/remote-dom/pull/547) [`ca6a668`](https://github.com/Shopify/remote-dom/commit/ca6a66893f02eb4e7881a7117de5a461c7ae3708) Thanks [@igor10k](https://github.com/igor10k)! - Handle reordering in adapter
8+
9+
- [#545](https://github.com/Shopify/remote-dom/pull/545) [`fe94f9b`](https://github.com/Shopify/remote-dom/commit/fe94f9b6e7087e1146fa2301b3d339c760c9d9a9) Thanks [@igor10k](https://github.com/igor10k)! - Handle fragments in adapter
10+
311
## 1.0.1
412

513
### Patch Changes

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"access": "public",
77
"@remote-dom/registry": "https://registry.npmjs.org"
88
},
9-
"version": "1.0.1",
9+
"version": "1.0.2",
1010
"engines": {
1111
"node": ">=14.0.0"
1212
},

packages/polyfill/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @remote-dom/polyfill
22

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- [#541](https://github.com/Shopify/remote-dom/pull/541) [`f42f535`](https://github.com/Shopify/remote-dom/commit/f42f535fb08ace5ba9a4332f39b49281fd0880f3) Thanks [@developit](https://github.com/developit)! - fix typo in previousElementSibling
8+
39
## 1.4.2
410

511
### Patch Changes

packages/polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"access": "public",
88
"@remote-dom/registry": "https://registry.npmjs.org"
99
},
10-
"version": "1.4.2",
10+
"version": "1.4.3",
1111
"engines": {
1212
"node": ">=14.0.0"
1313
},

0 commit comments

Comments
 (0)