diff --git a/packages/pv-stylemark/CHANGELOG.md b/packages/pv-stylemark/CHANGELOG.md index f86a77c..f12a0e1 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.5](https://github.com/pro-vision/fe-tools/compare/@pro-vision/pv-stylemark@4.0.4...@pro-vision/pv-stylemark@4.0.5) (2024-03-04) + + +### Bug Fixes + +* **pv-stylemark:** alphabetically sort categories by default ([11bf7ee](https://github.com/pro-vision/fe-tools/commit/11bf7ee327c5d36c536850838e998e698e21ba6a)) + + + + + ## [4.0.4](https://github.com/pro-vision/fe-tools/compare/@pro-vision/pv-stylemark@4.0.3...@pro-vision/pv-stylemark@4.0.4) (2024-02-27) diff --git a/packages/pv-stylemark/package-lock.json b/packages/pv-stylemark/package-lock.json index 206c579..ef1bbc0 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.4", + "version": "4.0.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/pv-stylemark/package.json b/packages/pv-stylemark/package.json index 8dd4972..0425312 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.4", + "version": "4.0.5", "description": "CLI for zero configuration stylemark-lsg-toolchain setup", "author": "Frederik Riewerts ", "license": "ISC",