Skip to content

Commit

Permalink
chore(releases): bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 30, 2023
1 parent 7bc1833 commit 284ef1a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v0.7.1

[compare changes](https://github.com/itsjavi/storylite/compare/v0.7.0...v0.7.1)

### 🚀 Enhancements

- **ui:** Add support for auto theme mode (system preference)
([7bc1833](https://github.com/itsjavi/storylite/commit/7bc1833))

### 🩹 Fixes

- **ui:** Some hash resolving was not working as expected
([247c2b5](https://github.com/itsjavi/storylite/commit/247c2b5))
- **ui:** UseDetectTheme not updating if it was not auto
([a2c38c5](https://github.com/itsjavi/storylite/commit/a2c38c5))

### ❤️ Contributors

- Javi Aguilar

## v0.7.0

[compare changes](https://github.com/itsjavi/storylite/compare/v0.6.1...v0.7.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"homepage": "https://github.com/itsjavi/storylite#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storylite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storylite/storylite",
"version": "0.7.0",
"version": "0.7.1",
"description": "A lightweight alternative to StoryBook, built on top of Vite⚡️. This package contains the React app.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storylite/vite-plugin",
"version": "0.7.0",
"version": "0.7.1",
"description": "A lightweight alternative to StoryBook. This package contains the Vite plugin.",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 284ef1a

Please sign in to comment.