Skip to content

Commit

Permalink
Merge pull request #381 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Publish packages 🚀
  • Loading branch information
lemonmade authored Jun 27, 2024
2 parents 2b09e04 + 52408f2 commit 2e555e6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-pianos-visit.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-kitchen-sink

## 0.0.7

### Patch Changes

- Updated dependencies [[`2b09e04`](https://github.com/Shopify/remote-dom/commit/2b09e042ff87f047fbe98481a73d31b785c9987f)]:
- @remote-dom/react@1.0.1

## 0.0.6

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

## 1.0.1

### Patch Changes

- [`2b09e04`](https://github.com/Shopify/remote-dom/commit/2b09e042ff87f047fbe98481a73d31b785c9987f) Thanks [@lemonmade](https://github.com/lemonmade)! - Ensure React polyfill includes minimal `location` and `navigator` polyfills

## 1.0.0

### Major 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": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 2e555e6

Please sign in to comment.