Skip to content

Commit

Permalink
chore(releases): bump version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 9, 2023
1 parent ca0c54b commit 7a1bad7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.12.0

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

### 🚀 Enhancements

- **vite-plugin:** Add initial MDX and frontmatter support
([ca0c54b](https://github.com/itsjavi/storylite/commit/ca0c54b))

### ❤️ Contributors

- Javi Aguilar

## v0.11.1

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

0 comments on commit 7a1bad7

Please sign in to comment.