Skip to content

Commit

Permalink
chore(releases): bump version to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 12, 2023
1 parent 15a0810 commit 8dc19f6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.12.1

[compare changes](https://github.com/itsjavi/storylite/compare/v0.12.0...v0.12.1)

### 🩹 Fixes

- Rename and optimize versioning scripts
([a912d73](https://github.com/itsjavi/storylite/commit/a912d73))
- **ui:** Fix sidebar not visible ([#63](https://github.com/itsjavi/storylite/pull/63))

### 🤖 CI

- Fix release script ([d7205e7](https://github.com/itsjavi/storylite/commit/d7205e7))

### ❤️ Contributors

- Jrson
- Javi Aguilar

## v0.12.0

[compare changes](https://github.com/itsjavi/storylite/compare/v0.11.1...v0.12.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.12.0",
"version": "0.12.1",
"private": true,
"homepage": "https://github.com/itsjavi/storylite#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storylite-docs",
"version": "0.12.0",
"version": "0.12.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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.1",
"description": "A lightweight alternative to StoryBook. This package contains the Vite plugin.",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 8dc19f6

Please sign in to comment.