Skip to content

Commit

Permalink
chore(releases): bump version to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Nov 24, 2023
1 parent 7d3836a commit 69203c6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@


## v0.14.0

[compare changes](https://github.com/itsjavi/storylite/compare/v0.13.0...v0.14.0)

### 🩹 Fixes

- Publish script ([ca5026a](https://github.com/itsjavi/storylite/commit/ca5026a))
- Publish script ([4efec23](https://github.com/itsjavi/storylite/commit/4efec23))
- Props component props could not be required in stories. closes #72 ([#72](https://github.com/itsjavi/storylite/issues/72))
- Empty decorator array not rendering component properly. fix args inheritance. closes #76 ([#76](https://github.com/itsjavi/storylite/issues/76))

### 💅 Refactors

- Use clsx instead of r1stack/cn ([08842da](https://github.com/itsjavi/storylite/commit/08842da))

### 🏡 Chore

- Replace eslint & prettier with biome ([#78](https://github.com/itsjavi/storylite/pull/78))
- Upgrade dependencies and fix linter issues ([7794c4a](https://github.com/itsjavi/storylite/commit/7794c4a))

### ❤️ Contributors

- Javi Aguilar
- Jrson



## v0.13.0

[compare changes](https://github.com/itsjavi/storylite/compare/v0.12.1...v0.13.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.13.0",
"version": "0.14.0",
"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.13.0",
"version": "0.14.0",
"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.13.0",
"version": "0.14.0",
"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.13.0",
"version": "0.14.0",
"description": "A lightweight alternative to StoryBook. This package contains the Vite plugin.",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 69203c6

Please sign in to comment.