Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2024
1 parent 9576a72 commit 582c43e
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-parrots-talk.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.4

### Patch Changes

- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]:
- @remote-dom/core@0.1.1

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.4

### Patch Changes

- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]:
- @remote-dom/core@0.1.1

## 0.0.3

### 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.3",
"version": "0.0.4",
"type": "module",
"private": true,
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-kitchen-sink

## 0.0.3

### Patch Changes

- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]:
- @remote-dom/core@0.1.1
- @remote-dom/preact@0.1.1
- @remote-dom/react@0.1.1
- @remote-dom/signals@1.0.1

## 0.0.2

### 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.2",
"version": "0.0.3",
"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

## 0.1.1

### Patch Changes

- [`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf) Thanks [@lemonmade](https://github.com/lemonmade)! - Send initial tree of UI elements when connecting a `RemoteRootElement`

## 0.1.0

### Minor 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": "0.1.0",
"version": "0.1.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remote-dom/preact

## 0.1.1

### Patch Changes

- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]:
- @remote-dom/core@0.1.1
- @remote-dom/signals@1.0.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/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": "0.1.0",
"version": "0.1.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @remote-dom/react

## 0.1.1

### Patch Changes

- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]:
- @remote-dom/core@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/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": "0.1.0",
"version": "0.1.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @remote-dom/signals

## 1.0.1

### Patch Changes

- Updated dependencies [[`9576a72`](https://github.com/Shopify/remote-ui/commit/9576a72fa354481621c53efde4169829fe9bfabf)]:
- @remote-dom/core@0.1.1

## 1.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "1.0.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit 582c43e

Please sign in to comment.