Skip to content

Commit

Permalink
Publish packages 🚀 (#422)
Browse files Browse the repository at this point in the history
* Publish packages

* Fix signals changeset

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Sauve <[email protected]>
  • Loading branch information
3 people committed Aug 27, 2024
1 parent c344315 commit aff3d71
Show file tree
Hide file tree
Showing 20 changed files with 690 additions and 188 deletions.
157 changes: 0 additions & 157 deletions .changeset/slimy-lizards-tickle.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/strong-sheep-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-horses-cheat.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.13

### Patch Changes

- Updated dependencies [[`2479b21`](https://github.com/Shopify/remote-dom/commit/2479b21406f6149063bfc095dbb6c3a019386403)]:
- @remote-dom/core@1.5.0

## 0.0.12

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

### Patch Changes

- Updated dependencies [[`2479b21`](https://github.com/Shopify/remote-dom/commit/2479b21406f6149063bfc095dbb6c3a019386403)]:
- @remote-dom/core@1.5.0

## 0.0.12

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

### Patch Changes

- Updated dependencies [[`2479b21`](https://github.com/Shopify/remote-dom/commit/2479b21406f6149063bfc095dbb6c3a019386403)]:
- @remote-dom/signals@2.0.0
- @remote-dom/preact@1.2.0
- @remote-dom/react@1.2.0
- @remote-dom/core@1.5.0

## 0.0.15

### 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.15",
"version": "0.0.16",
"scripts": {
"start": "vite"
},
Expand Down
Loading

0 comments on commit aff3d71

Please sign in to comment.