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 Nov 20, 2024
1 parent 59f417b commit 94cbbea
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/sharp-frogs-bathe.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.18

### Patch Changes

- Updated dependencies [[`59f417b`](https://github.com/Shopify/remote-dom/commit/59f417b4abe5aa5d59999200430a18f5fe1aa810)]:
- @remote-dom/react@1.2.1

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.2.1

### Patch Changes

- [#492](https://github.com/Shopify/remote-dom/pull/492) [`59f417b`](https://github.com/Shopify/remote-dom/commit/59f417b4abe5aa5d59999200430a18f5fe1aa810) Thanks [@lemonmade](https://github.com/lemonmade)! - Apply React polyfill directly to `globalThis`

## 1.2.0

### Minor 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.2.0",
"version": "1.2.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 94cbbea

Please sign in to comment.