Skip to content

Commit c36a650

Browse files
Merge pull request #573 from Shopify/changeset-release/main
Publish packages 🚀
2 parents 965a12f + 0c18122 commit c36a650

12 files changed

Lines changed: 43 additions & 13 deletions

File tree

.changeset/two-rats-bow.md

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

examples/custom-element/CHANGELOG.md

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

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`33baaba`](https://github.com/Shopify/remote-dom/commit/33baaba512ca461068f57dcba707ef1cc640bfca)]:
8+
- @remote-dom/core@1.7.1
9+
310
## 0.0.18
411

512
### Patch Changes

examples/custom-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-custom-element",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"type": "module",
55
"private": true,
66
"scripts": {

examples/getting-started/CHANGELOG.md

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

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`33baaba`](https://github.com/Shopify/remote-dom/commit/33baaba512ca461068f57dcba707ef1cc640bfca)]:
8+
- @remote-dom/core@1.7.1
9+
310
## 0.0.18
411

512
### Patch Changes

examples/getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-getting-started",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"type": "module",
55
"private": true,
66
"scripts": {

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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`33baaba`](https://github.com/Shopify/remote-dom/commit/33baaba512ca461068f57dcba707ef1cc640bfca)]:
8+
- @remote-dom/core@1.7.1
9+
310
## 0.0.25
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.25",
5+
"version": "0.0.26",
66
"scripts": {
77
"start": "vite"
88
},

packages/core/CHANGELOG.md

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

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- [#570](https://github.com/Shopify/remote-dom/pull/570) [`33baaba`](https://github.com/Shopify/remote-dom/commit/33baaba512ca461068f57dcba707ef1cc640bfca) Thanks [@robin-drexler](https://github.com/robin-drexler)! - fix event listener methods not being bound to correctly
8+
9+
- Updated dependencies [[`33baaba`](https://github.com/Shopify/remote-dom/commit/33baaba512ca461068f57dcba707ef1cc640bfca)]:
10+
- @remote-dom/polyfill@1.4.4
11+
312
## 1.7.0
413

514
### Minor Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
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.7.0",
10+
"version": "1.7.1",
1111
"engines": {
1212
"node": ">=14.0.0"
1313
},
@@ -80,7 +80,7 @@
8080
"build": "rollup --config ./rollup.config.js"
8181
},
8282
"dependencies": {
83-
"@remote-dom/polyfill": "workspace:^1.4.2",
83+
"@remote-dom/polyfill": "workspace:^1.4.4",
8484
"htm": "^3.1.1"
8585
},
8686
"peerDependencies": {

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.4
4+
5+
### Patch Changes
6+
7+
- [#570](https://github.com/Shopify/remote-dom/pull/570) [`33baaba`](https://github.com/Shopify/remote-dom/commit/33baaba512ca461068f57dcba707ef1cc640bfca) Thanks [@robin-drexler](https://github.com/robin-drexler)! - fix event listener methods not being bound to correctly
8+
39
## 1.4.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)