Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 13, 2024
1 parent 6e1f6b6 commit e14cd35
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-moose-learn.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.13

### Patch Changes

- Updated dependencies [[`6e1f6b6`](https://github.com/Shopify/remote-dom/commit/6e1f6b69aec1958e9e5f125bd9d16847f905efa7)]:
- @remote-dom/react@1.0.2

## 0.0.12

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

### Patch Changes

- [`6e1f6b6`](https://github.com/Shopify/remote-dom/commit/6e1f6b69aec1958e9e5f125bd9d16847f905efa7) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React package including `preact/jsx-runtime` imports in output

## 1.0.1

### Patch 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.1",
"version": "1.0.2",
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit e14cd35

Please sign in to comment.