Skip to content

Commit

Permalink
Publish packages (#259)
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 c3692ef commit aa33a9d
Show file tree
Hide file tree
Showing 19 changed files with 87 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .changeset/pink-laws-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-geese-reflect.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]:
- @remote-dom/core@0.0.2
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.1",
"version": "0.0.2",
"type": "module",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions examples/getting-started/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# example-getting-started

## 0.0.2

### Patch Changes

- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]:
- @remote-dom/core@0.0.2
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.1",
"version": "0.0.2",
"type": "module",
"private": true,
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# example-kitchen-sink

## 0.0.1

### Patch Changes

- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]:
- @remote-dom/signals@0.0.2
- @remote-dom/preact@0.0.2
- @remote-dom/react@0.0.2
- @remote-dom/core@0.0.2
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.0",
"version": "0.0.1",
"scripts": {
"start": "vite"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @remote-dom/core

## 0.0.2

### Patch Changes

- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump

- [#251](https://github.com/Shopify/remote-ui/pull/251) [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `root` option to `DOMRemoteReceiver`

- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a)]:
- @remote-dom/polyfill@0.0.2
4 changes: 2 additions & 2 deletions 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.0.1",
"version": "0.0.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -76,7 +76,7 @@
"build": "rollup --config ./rollup.config.js"
},
"dependencies": {
"@remote-dom/polyfill": "^0.0.1",
"@remote-dom/polyfill": "^0.0.2",
"htm": "^3.1.1"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/polyfill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @remote-dom/polyfill

## 0.0.2

### Patch Changes

- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump
2 changes: 1 addition & 1 deletion packages/polyfill/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.0.1",
"version": "0.0.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @remote-dom/preact

## 0.0.2

### Patch Changes

- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump

- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]:
- @remote-dom/signals@0.0.2
- @remote-dom/core@0.0.2
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.0.1",
"version": "0.0.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @remote-dom/react

## 0.0.2

### Patch Changes

- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump

- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]:
- @remote-dom/core@0.0.2
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.0.1",
"version": "0.0.2",
"engines": {
"node": ">=18.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @remote-dom/signals

## 0.0.2

### Patch Changes

- [#251](https://github.com/Shopify/remote-ui/pull/251) [`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a) Thanks [@lemonmade](https://github.com/lemonmade)! - Test version bump

- Updated dependencies [[`5939cca`](https://github.com/Shopify/remote-ui/commit/5939cca8112417124327bd26f9e2c21f4bf9b20a), [`8e1fad4`](https://github.com/Shopify/remote-ui/commit/8e1fad4a00cfe68ff1594fbabeec10c29958685f)]:
- @remote-dom/core@0.0.2
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": "0.0.1",
"version": "0.0.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa33a9d

Please sign in to comment.