diff --git a/libs/ooxast/ooxast-util-markup-to-style/CHANGELOG.md b/libs/ooxast/ooxast-util-markup-to-style/CHANGELOG.md index dcd68406..3004a984 100644 --- a/libs/ooxast/ooxast-util-markup-to-style/CHANGELOG.md +++ b/libs/ooxast/ooxast-util-markup-to-style/CHANGELOG.md @@ -2,6 +2,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.5.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-markup-to-style-0.4.0...ooxast-util-markup-to-style-0.5.0) (2024-06-28) + +### Dependency Updates + +* `ooxast` updated to version `0.4.0` +* `xast-util-is-element` updated to version `0.4.0` +* `ooxast-util-get-style` updated to version `0.4.1` +* `xast-util-select` updated to version `0.4.0` + +### Features + +* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b)) + ## [0.4.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-markup-to-style-0.3.0...ooxast-util-markup-to-style-0.4.0) (2023-09-29) ### Dependency Updates diff --git a/libs/ooxast/ooxast-util-markup-to-style/package.json b/libs/ooxast/ooxast-util-markup-to-style/package.json index 7fa3bc87..00960b90 100644 --- a/libs/ooxast/ooxast-util-markup-to-style/package.json +++ b/libs/ooxast/ooxast-util-markup-to-style/package.json @@ -1,6 +1,6 @@ { "name": "ooxast-util-markup-to-style", - "version": "0.4.0", + "version": "0.5.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/ooxast-util-markup-to-style", "homepage": "https://github.com/TrialAndErrorOrg/parsers",