Skip to content

Commit

Permalink
Version Packages (#39)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @coldwired/[email protected]

### Minor Changes

-   5b8a5d1: lazy load react
  • Loading branch information
tchak committed May 23, 2024
2 parents 4c47a36 + e147895 commit bcf7eb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-roses-confess.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @coldwired/react

## 0.15.0

### Minor Changes

- 5b8a5d1: lazy load react

## 0.14.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 @@ -15,7 +15,7 @@
}
},
"type": "module",
"version": "0.14.1",
"version": "0.15.0",
"scripts": {
"build": "run-s clean build:*",
"build:vite": "vite build",
Expand Down

0 comments on commit bcf7eb5

Please sign in to comment.