Skip to content

Commit

Permalink
Publish packages (#518)
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 99a8e1a commit ad31987
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/wet-mirrors-bathe.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/custom-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-custom-element

## 0.0.15

### Patch Changes

- Updated dependencies [[`99a8e1a`](https://github.com/Shopify/remote-dom/commit/99a8e1ad8d441619a33a5a4c3f2424fe1ccbe8df)]:
- @remote-dom/core@1.5.2

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-custom-element",
"version": "0.0.14",
"version": "0.0.15",
"type": "module",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/getting-started/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-getting-started

## 0.0.15

### Patch Changes

- Updated dependencies [[`99a8e1a`](https://github.com/Shopify/remote-dom/commit/99a8e1ad8d441619a33a5a4c3f2424fe1ccbe8df)]:
- @remote-dom/core@1.5.2

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-getting-started",
"version": "0.0.14",
"version": "0.0.15",
"type": "module",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-kitchen-sink

## 0.0.19

### Patch Changes

- Updated dependencies [[`99a8e1a`](https://github.com/Shopify/remote-dom/commit/99a8e1ad8d441619a33a5a4c3f2424fe1ccbe8df)]:
- @remote-dom/signals@1.1.2
- @remote-dom/core@1.5.2

## 0.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-kitchen-sink",
"type": "module",
"private": true,
"version": "0.0.18",
"version": "0.0.19",
"scripts": {
"start": "vite"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @remote-dom/core

## 1.5.2

### Patch Changes

- [#517](https://github.com/Shopify/remote-dom/pull/517) [`99a8e1a`](https://github.com/Shopify/remote-dom/commit/99a8e1ad8d441619a33a5a4c3f2424fe1ccbe8df) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix missing attributes and event listeners on root receiver elements

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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.5.1",
"version": "1.5.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remote-dom/signals

## 1.1.2

### Patch Changes

- [#517](https://github.com/Shopify/remote-dom/pull/517) [`99a8e1a`](https://github.com/Shopify/remote-dom/commit/99a8e1ad8d441619a33a5a4c3f2424fe1ccbe8df) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix missing attributes and event listeners on root receiver elements

- Updated dependencies [[`99a8e1a`](https://github.com/Shopify/remote-dom/commit/99a8e1ad8d441619a33a5a4c3f2424fe1ccbe8df)]:
- @remote-dom/core@1.5.2

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"@remote-dom/registry": "https://registry.npmjs.org"
},
"version": "1.1.1",
"version": "1.1.2",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -30,7 +30,7 @@
},
"peerDependencies": {
"@preact/signals-core": "^1.3.0",
"@remote-dom/core": "workspace:^1.5.1"
"@remote-dom/core": "workspace:^1.5.2"
},
"peerDependenciesMeta": {
"@preact/signals-core": {
Expand Down

0 comments on commit ad31987

Please sign in to comment.