Skip to content

Commit

Permalink
Merge pull request #271 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Publish packages 🚀
  • Loading branch information
lemonmade authored Feb 19, 2024
2 parents 37be652 + 2aca948 commit dc574fc
Show file tree
Hide file tree
Showing 19 changed files with 91 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-crews-shake.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

version: 2
updates:
- package-ecosystem: 'pnpm'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
Expand Down
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.5

### Patch Changes

- Updated dependencies [[`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf)]:
- @remote-dom/core@1.0.0

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.5

### Patch Changes

- Updated dependencies [[`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf)]:
- @remote-dom/core@1.0.0

## 0.0.4

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

### Patch Changes

- Updated dependencies [[`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf)]:
- @remote-dom/core@1.0.0
- @remote-dom/preact@1.0.0
- @remote-dom/react@1.0.0
- @remote-dom/signals@2.0.0

## 0.0.5

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

## 1.0.0

### Major Changes

- [`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf) Thanks [@lemonmade](https://github.com/lemonmade)! - First release of Remote DOM. Read more about this [refactor of remote-ui on native DOM APIs](https://github.com/Shopify/remote-dom/discussions/267), and take a look at the [updated documentation](/README.md).

### Patch Changes

- Updated dependencies [[`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf)]:
- @remote-dom/polyfill@1.0.0

## 0.1.1

### Patch Changes
Expand Down
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.1.1",
"version": "1.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -76,7 +76,7 @@
"build": "rollup --config ./rollup.config.js"
},
"dependencies": {
"@remote-dom/polyfill": "^0.1.0",
"@remote-dom/polyfill": "^1.0.0",
"htm": "^3.1.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/polyfill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @remote-dom/polyfill

## 1.0.0

### Major Changes

- [`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf) Thanks [@lemonmade](https://github.com/lemonmade)! - First release of Remote DOM. Read more about this [refactor of remote-ui on native DOM APIs](https://github.com/Shopify/remote-dom/discussions/267), and take a look at the [updated documentation](/README.md).

## 0.1.0

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

## 1.0.0

### Major Changes

- [`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf) Thanks [@lemonmade](https://github.com/lemonmade)! - First release of Remote DOM. Read more about this [refactor of remote-ui on native DOM APIs](https://github.com/Shopify/remote-dom/discussions/267), and take a look at the [updated documentation](/README.md).

### Patch Changes

- Updated dependencies [[`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf)]:
- @remote-dom/core@1.0.0
- @remote-dom/signals@2.0.0

## 0.1.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": "0.1.1",
"version": "1.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -52,8 +52,8 @@
"build": "rollup --config rollup.config.js"
},
"dependencies": {
"@remote-dom/core": "workspace:^",
"@remote-dom/signals": "workspace:^",
"@remote-dom/core": "workspace:^1.0.0",
"@remote-dom/signals": "workspace:^1.0.0",
"htm": "^3.1.1"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @remote-dom/react

## 1.0.0

### Major Changes

- [`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf) Thanks [@lemonmade](https://github.com/lemonmade)! - First release of Remote DOM. Read more about this [refactor of remote-ui on native DOM APIs](https://github.com/Shopify/remote-dom/discussions/267), and take a look at the [updated documentation](/README.md).

### Patch Changes

- Updated dependencies [[`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf)]:
- @remote-dom/core@1.0.0

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "1.0.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -64,7 +64,7 @@
"build": "rollup --config rollup.config.js"
},
"dependencies": {
"@remote-dom/core": "workspace:^",
"@remote-dom/core": "workspace:^1.0.0",
"@types/react": "^18.0.0",
"htm": "^3.1.1"
},
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 [[`37be652`](https://github.com/Shopify/remote-dom/commit/37be652f288d1eec170c0be13b2da516f8db5dcf)]:
- @remote-dom/core@1.0.0

## 1.0.1

### 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.1",
"version": "1.0.2",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@preact/signals-core": "^1.3.0",
"@remote-dom/core": "workspace:^"
"@remote-dom/core": "workspace:^1.0.0"
},
"peerDependenciesMeta": {
"@preact/signals-core": {
Expand All @@ -40,7 +40,7 @@
}
},
"devDependencies": {
"@remote-dom/core": "workspace:^",
"@remote-dom/core": "workspace:^1.0.0",
"@preact/signals-core": "^1.5.0"
},
"browserslist": [
Expand Down
10 changes: 5 additions & 5 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 dc574fc

Please sign in to comment.