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 Jun 2, 2024
1 parent 55d5fee commit 54b659d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-planes-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-donkeys-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-cats-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-plants-warn.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @quilted/create

## 0.2.28

### Patch Changes

- [`55d5fee`](https://github.com/lemonmade/quilt/commit/55d5fee9235e2625adb8826e367d70fbc0925908) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify directory structure for template apps

- [`7119a8c`](https://github.com/lemonmade/quilt/commit/7119a8c9464bffe18fc37155fed9fd2188e24c78) Thanks [@lemonmade](https://github.com/lemonmade)! - Add type aliases for React and React DOM to app templates

- [`eaa1110`](https://github.com/lemonmade/quilt/commit/eaa1110d0ce583b3ca904e11cbf9bf098a820f1d) Thanks [@lemonmade](https://github.com/lemonmade)! - Make app context required in basic app template

## 0.2.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/create",
"type": "module",
"version": "0.2.27",
"version": "0.2.28",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/react-dom

## 18.2.14

### Patch Changes

- [`4180960`](https://github.com/lemonmade/quilt/commit/4180960ee32309b7fb962e7cb86b76a889002e7e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix react-dom export conditions

## 18.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/react-dom",
"description": "",
"type": "module",
"version": "18.2.13",
"version": "18.2.14",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 54b659d

Please sign in to comment.