Skip to content

Commit 986e7c8

Browse files
Publish packages (#529)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a842bdb commit 986e7c8

File tree

10 files changed

+33
-10
lines changed

10 files changed

+33
-10
lines changed

.changeset/olive-owls-search.md

Lines changed: 0 additions & 5 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.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df294ab`](https://github.com/Shopify/remote-dom/commit/df294abad5522110e031e5b3e2a978871aa703fb)]:
8+
- @remote-dom/core@1.6.1
9+
310
## 0.0.16
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.16",
3+
"version": "0.0.17",
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.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df294ab`](https://github.com/Shopify/remote-dom/commit/df294abad5522110e031e5b3e2a978871aa703fb)]:
8+
- @remote-dom/core@1.6.1
9+
310
## 0.0.16
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.16",
3+
"version": "0.0.17",
44
"type": "module",
55
"private": true,
66
"scripts": {

examples/kitchen-sink/CHANGELOG.md

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

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df294ab`](https://github.com/Shopify/remote-dom/commit/df294abad5522110e031e5b3e2a978871aa703fb)]:
8+
- @remote-dom/core@1.6.1
9+
- @remote-dom/signals@2.0.0
10+
311
## 0.0.20
412

513
### 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.20",
5+
"version": "0.0.21",
66
"scripts": {
77
"start": "vite"
88
},

packages/core/CHANGELOG.md

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

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#528](https://github.com/Shopify/remote-dom/pull/528) [`df294ab`](https://github.com/Shopify/remote-dom/commit/df294abad5522110e031e5b3e2a978871aa703fb) Thanks [@brianshen1990](https://github.com/brianshen1990)! - return early if falling back to setTimeout for MessageChannel
8+
39
## 1.6.0
410

511
### Minor Changes

packages/core/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.6.0",
10+
"version": "1.6.1",
1111
"engines": {
1212
"node": ">=14.0.0"
1313
},

packages/signals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"@preact/signals-core": "^1.3.0",
33-
"@remote-dom/core": "workspace:^1.6.0"
33+
"@remote-dom/core": "workspace:^1.6.1"
3434
},
3535
"peerDependenciesMeta": {
3636
"@preact/signals-core": {

0 commit comments

Comments
 (0)