Skip to content

Commit

Permalink
chore(releases): bump version to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 1, 2023
1 parent 5efb039 commit 514c0ef
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## v0.10.1

[compare changes](https://github.com/itsjavi/storylite/compare/v0.10.0...v0.10.1)

### 🚀 Enhancements

- **ui:** Allow stories to be rendered in the main frame with the story option
([d1baef9](https://github.com/itsjavi/storylite/commit/d1baef9))

### 🩹 Fixes

- **ui:** Allow router to work on subdirs
([c0206d1](https://github.com/itsjavi/storylite/commit/c0206d1))
- **ui:** Reset params set by de story after switching to another one
([78bc46e](https://github.com/itsjavi/storylite/commit/78bc46e))

### 📖 Documentation

- Add separate package to host the website and docs
([5efb039](https://github.com/itsjavi/storylite/commit/5efb039))

### 🤖 CI

- **setup:** Add workflow to deploy to GH pages
([6d75ee4](https://github.com/itsjavi/storylite/commit/6d75ee4))
- **setup:** Add workflow to deploy to GH pages
([3c0e7b8](https://github.com/itsjavi/storylite/commit/3c0e7b8))
- **setup:** Add workflow to deploy to GH pages
([744127d](https://github.com/itsjavi/storylite/commit/744127d))

### ❤️ Contributors

- Javi Aguilar

## v0.10.0

[compare changes](https://github.com/itsjavi/storylite/compare/v0.9.0...v0.10.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.10.0",
"version": "0.10.1",
"private": true,
"homepage": "https://github.com/itsjavi/storylite#readme",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "storylite-docs",
"version": "0.10.1",
"private": true,
"description": "StoryLite docs built with StoryLite itself and React",
"type": "module",
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.10.0",
"version": "0.10.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.10.0",
"version": "0.10.1",
"description": "A lightweight alternative to StoryBook. This package contains the Vite plugin.",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 514c0ef

Please sign in to comment.