Skip to content

Commit

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

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

### 🩹 Fixes

- Add forwardref support ([#74](https://github.com/itsjavi/storylite/pull/74))
- **ui:** Fix sidebar menu items too small ([#69](https://github.com/itsjavi/storylite/pull/69))
- **types:** Typing issues on DTS generation
([f3865c9](https://github.com/itsjavi/storylite/commit/f3865c9))

### 💅 Refactors

- Replace coding-style package and versioning scripts
([57edd7e](https://github.com/itsjavi/storylite/commit/57edd7e))

### 🏡 Chore

- Fix jest path to use pnpx command ([#71](https://github.com/itsjavi/storylite/pull/71))

### 🎨 Styles

- Enforce the use of top-level import type qualifier
([7f4340a](https://github.com/itsjavi/storylite/commit/7f4340a))

### 🤖 CI

- Fix setup project ([f923ecf](https://github.com/itsjavi/storylite/commit/f923ecf))

### ❤️ Contributors

- Javi Aguilar
- Jrson

## v0.12.1

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

0 comments on commit b310a48

Please sign in to comment.