Skip to content

Commit

Permalink
Publish packages (#527)
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 1a42bf6 commit bb7e941
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-windows-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-timers-fail.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.16

### Patch Changes

- Updated dependencies [[`8cbf2c2`](https://github.com/Shopify/remote-dom/commit/8cbf2c2a6130dd0a19088a2adf18b506f468be8b)]:
- @remote-dom/core@1.6.0

## 0.0.15

### 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.15",
"version": "0.0.16",
"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.16

### Patch Changes

- Updated dependencies [[`8cbf2c2`](https://github.com/Shopify/remote-dom/commit/8cbf2c2a6130dd0a19088a2adf18b506f468be8b)]:
- @remote-dom/core@1.6.0

## 0.0.15

### 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.15",
"version": "0.0.16",
"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.20

### Patch Changes

- Updated dependencies [[`1a42bf6`](https://github.com/Shopify/remote-dom/commit/1a42bf6d72a1dcfe5403c097dfd406b116a3455b), [`8cbf2c2`](https://github.com/Shopify/remote-dom/commit/8cbf2c2a6130dd0a19088a2adf18b506f468be8b)]:
- @remote-dom/compat@1.0.0
- @remote-dom/core@1.6.0
- @remote-dom/signals@2.0.0
- @remote-dom/preact@1.2.2

## 0.0.19

### 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.19",
"version": "0.0.20",
"scripts": {
"start": "vite"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @remote-dom/compat

## 1.0.0

### Major Changes

- [#511](https://github.com/Shopify/remote-dom/pull/511) [`1a42bf6`](https://github.com/Shopify/remote-dom/commit/1a42bf6d72a1dcfe5403c097dfd406b116a3455b) Thanks [@robin-drexler](https://github.com/robin-drexler)! - Add a `adaptToLegacyRemoteChannel` helper that adapts a Remote DOM `RemoteConnection` object into a `remote-ui` `RemoteChannel`.

It allows to use a Remote DOM receiver class on the host, even if the remote environment is using `remote-ui`.

### Patch Changes

- Updated dependencies [[`8cbf2c2`](https://github.com/Shopify/remote-dom/commit/8cbf2c2a6130dd0a19088a2adf18b506f468be8b)]:
- @remote-dom/core@1.6.0
4 changes: 2 additions & 2 deletions packages/compat/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": "1.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,7 +29,7 @@
"build": "rollup --config ./rollup.config.js"
},
"dependencies": {
"@remote-dom/core": "workspace:^1.5.2",
"@remote-dom/core": "workspace:^1.6.0",
"@remote-ui/core": "^2.0.0"
},
"browserslist": [
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.6.0

### Minor Changes

- [#526](https://github.com/Shopify/remote-dom/pull/526) [`8cbf2c2`](https://github.com/Shopify/remote-dom/commit/8cbf2c2a6130dd0a19088a2adf18b506f468be8b) Thanks [@robin-drexler](https://github.com/robin-drexler)! - add flush method to BatchingRemoteConnection

## 1.5.2

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

## 1.2.2

### Patch Changes

- Updated dependencies [[`8cbf2c2`](https://github.com/Shopify/remote-dom/commit/8cbf2c2a6130dd0a19088a2adf18b506f468be8b)]:
- @remote-dom/core@1.6.0
- @remote-dom/signals@2.0.0

## 1.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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": "1.2.1",
"version": "1.2.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -55,8 +55,8 @@
"build": "rollup --config rollup.config.js"
},
"dependencies": {
"@remote-dom/core": "workspace:^1.5.1",
"@remote-dom/signals": "workspace:^1.1.1",
"@remote-dom/core": "workspace:^1.6.0",
"@remote-dom/signals": "workspace:^2.0.0",
"htm": "^3.1.1"
},
"peerDependencies": {
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

## 2.0.0

### Patch Changes

- Updated dependencies [[`8cbf2c2`](https://github.com/Shopify/remote-dom/commit/8cbf2c2a6130dd0a19088a2adf18b506f468be8b)]:
- @remote-dom/core@1.6.0

## 1.1.2

### 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.2",
"version": "2.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -30,7 +30,7 @@
},
"peerDependencies": {
"@preact/signals-core": "^1.3.0",
"@remote-dom/core": "workspace:^1.5.2"
"@remote-dom/core": "workspace:^1.6.0"
},
"peerDependenciesMeta": {
"@preact/signals-core": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit bb7e941

Please sign in to comment.