From 23e813cf4ec0bab0b531dc8fe28c15e930206394 Mon Sep 17 00:00:00 2001 From: Javi Aguilar <122741+itsjavi@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:10:07 +0100 Subject: [PATCH] v0.15.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/storylite/CHANGELOG.md | 11 +++++++++++ packages/storylite/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864f54f..4b54407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.1](https://github.com/itsjavi/storylite/compare/v0.15.0...v0.15.1) (2024-03-27) + + +### Bug Fixes + +* make base and canvas paths configurable ([9dfc797](https://github.com/itsjavi/storylite/commit/9dfc7975fb8ff4bdfc5f62c4a5f5d13b731932eb)) + + + + + # [0.15.0](https://github.com/itsjavi/storylite/compare/v0.14.2...v0.15.0) (2024-03-27) diff --git a/lerna.json b/lerna.json index 320c9f4..f6188c0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.15.0", + "version": "0.15.1", "npmClient": "pnpm", "packages": [ "packages/*", diff --git a/packages/storylite/CHANGELOG.md b/packages/storylite/CHANGELOG.md index 369b334..559ba7e 100644 --- a/packages/storylite/CHANGELOG.md +++ b/packages/storylite/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.1](https://github.com/itsjavi/storylite/compare/v0.15.0...v0.15.1) (2024-03-27) + + +### Bug Fixes + +* make base and canvas paths configurable ([9dfc797](https://github.com/itsjavi/storylite/commit/9dfc7975fb8ff4bdfc5f62c4a5f5d13b731932eb)) + + + + + # [0.15.0](https://github.com/itsjavi/storylite/compare/v0.14.2...v0.15.0) (2024-03-27) diff --git a/packages/storylite/package.json b/packages/storylite/package.json index f0a8f33..5d7642c 100644 --- a/packages/storylite/package.json +++ b/packages/storylite/package.json @@ -1,6 +1,6 @@ { "name": "@storylite/storylite", - "version": "0.15.0", + "version": "0.15.1", "description": "A lightweight alternative to StoryBook, built on top of Vite⚡️. This package contains the React app.", "license": "MIT", "type": "module",