Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Jul 15, 2024
1 parent 22e6512 commit 4ca4fb4
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/silly-students-report.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.7

### Patch Changes

- Updated dependencies [[`22e6512`](https://github.com/Shopify/remote-dom/commit/22e6512f797d97d2106f181d730d995f37c6edaf)]:
- @remote-dom/core@1.1.0

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.7

### Patch Changes

- Updated dependencies [[`22e6512`](https://github.com/Shopify/remote-dom/commit/22e6512f797d97d2106f181d730d995f37c6edaf)]:
- @remote-dom/core@1.1.0

## 0.0.6

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

## 0.0.9

### Patch Changes

- Updated dependencies [[`22e6512`](https://github.com/Shopify/remote-dom/commit/22e6512f797d97d2106f181d730d995f37c6edaf)]:
- @remote-dom/core@1.1.0
- @remote-dom/signals@2.0.0
- @remote-dom/preact@1.0.1

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.1.0

### Minor Changes

- [#394](https://github.com/Shopify/remote-dom/pull/394) [`22e6512`](https://github.com/Shopify/remote-dom/commit/22e6512f797d97d2106f181d730d995f37c6edaf) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `BatchingRemoteConnection` helper for batching changes to a polyfilled DOM

## 1.0.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.0.1",
"version": "1.1.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.0.1

### Patch Changes

- Updated dependencies [[`22e6512`](https://github.com/Shopify/remote-dom/commit/22e6512f797d97d2106f181d730d995f37c6edaf)]:
- @remote-dom/core@1.1.0
- @remote-dom/signals@2.0.0

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -52,8 +52,8 @@
"build": "rollup --config rollup.config.js"
},
"dependencies": {
"@remote-dom/core": "workspace:^1.0.0",
"@remote-dom/signals": "workspace:^1.0.0",
"@remote-dom/core": "workspace:^1.1.0",
"@remote-dom/signals": "workspace:^2.0.0",
"htm": "^3.1.1"
},
"peerDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @remote-dom/signals

## 2.0.0
## 1.0.3

### Patch Changes

- Updated dependencies [[`22e6512`](https://github.com/Shopify/remote-dom/commit/22e6512f797d97d2106f181d730d995f37c6edaf)]:
- @remote-dom/core@1.1.0

## 1.0.2

### Patch Changes

Expand Down
6 changes: 3 additions & 3 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.0.2",
"version": "1.0.3",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@preact/signals-core": "^1.3.0",
"@remote-dom/core": "workspace:^1.0.0"
"@remote-dom/core": "workspace:^1.1.0"
},
"peerDependenciesMeta": {
"@preact/signals-core": {
Expand All @@ -41,7 +41,7 @@
},
"devDependencies": {
"@preact/signals-core": "^1.7.0",
"@remote-dom/core": "workspace:^1.0.0"
"@remote-dom/core": "workspace:^1.1.0"
},
"browserslist": [
"defaults and not dead"
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 4ca4fb4

Please sign in to comment.