From da92cf39f25bb6f8ce6f2cc7e20ba5eaebeae412 Mon Sep 17 00:00:00 2001 From: Frederik Riewerts Date: Wed, 21 Feb 2024 10:10:28 +0100 Subject: [PATCH] chore(root): Publish packages - @pro-vision/pv-stylemark@4.0.3 --- packages/pv-stylemark/CHANGELOG.md | 11 +++++++++++ packages/pv-stylemark/package-lock.json | 2 +- packages/pv-stylemark/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/pv-stylemark/CHANGELOG.md b/packages/pv-stylemark/CHANGELOG.md index 6f385f6..4cc20ac 100644 --- a/packages/pv-stylemark/CHANGELOG.md +++ b/packages/pv-stylemark/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. +## [4.0.3](https://github.com/pro-vision/fe-tools/compare/@pro-vision/pv-stylemark@4.0.2...@pro-vision/pv-stylemark@4.0.3) (2024-02-21) + + +### Bug Fixes + +* **pv-stylemark:** fixed lsg asset loading issue ([80c9da0](https://github.com/pro-vision/fe-tools/commit/80c9da0798880c763c2c808bbf3d17c7a3949077)) + + + + + ## [4.0.2](https://github.com/pro-vision/fe-tools/compare/@pro-vision/pv-stylemark@4.0.1...@pro-vision/pv-stylemark@4.0.2) (2024-02-21) diff --git a/packages/pv-stylemark/package-lock.json b/packages/pv-stylemark/package-lock.json index a486436..4364cba 100644 --- a/packages/pv-stylemark/package-lock.json +++ b/packages/pv-stylemark/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pro-vision/pv-stylemark", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/pv-stylemark/package.json b/packages/pv-stylemark/package.json index a999084..9c850ea 100644 --- a/packages/pv-stylemark/package.json +++ b/packages/pv-stylemark/package.json @@ -1,6 +1,6 @@ { "name": "@pro-vision/pv-stylemark", - "version": "4.0.2", + "version": "4.0.3", "description": "CLI for zero configuration stylemark-lsg-toolchain setup", "author": "Frederik Riewerts ", "license": "ISC",