diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7b8e1..1120f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 92fb40f..dd3ea22 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1", "private": true, "homepage": "https://github.com/itsjavi/storylite#readme", "bugs": { diff --git a/packages/docs/package.json b/packages/docs/package.json index d29145f..1dbdd5e 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,5 +1,6 @@ { "name": "storylite-docs", + "version": "0.10.1", "private": true, "description": "StoryLite docs built with StoryLite itself and React", "type": "module", diff --git a/packages/storylite/package.json b/packages/storylite/package.json index b477338..e6e8c49 100644 --- a/packages/storylite/package.json +++ b/packages/storylite/package.json @@ -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", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 8bd5dd1..be15720 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -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",