diff --git a/libs/ooxast/ooxast-util-remove-rsid/CHANGELOG.md b/libs/ooxast/ooxast-util-remove-rsid/CHANGELOG.md index 3c4eee77..d62d10a2 100644 --- a/libs/ooxast/ooxast-util-remove-rsid/CHANGELOG.md +++ b/libs/ooxast/ooxast-util-remove-rsid/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-remove-rsid-0.4.0...ooxast-util-remove-rsid-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` +* `xast-util-select` updated to version `0.4.0` +* `ooxast-util-get-style` updated to version `0.4.1` + +### 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-remove-rsid-0.3.0...ooxast-util-remove-rsid-0.4.0) (2023-09-29) ### Dependency Updates diff --git a/libs/ooxast/ooxast-util-remove-rsid/package.json b/libs/ooxast/ooxast-util-remove-rsid/package.json index 9fab6902..2b952907 100755 --- a/libs/ooxast/ooxast-util-remove-rsid/package.json +++ b/libs/ooxast/ooxast-util-remove-rsid/package.json @@ -1,6 +1,6 @@ { "name": "ooxast-util-remove-rsid", - "version": "0.4.0", + "version": "0.5.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ", @@ -38,10 +38,10 @@ "/lib" ], "dependencies": { - "ooxast": "0.3.0", - "xast-util-is-element": "0.3.1", - "xast-util-select": "0.3.0", - "ooxast-util-get-style": "0.4.0", + "ooxast": "0.4.0", + "xast-util-is-element": "0.4.0", + "xast-util-select": "0.4.0", + "ooxast-util-get-style": "0.4.1", "unist-util-select": "^5.0.0", "unist-util-visit": "^5.0.0", "unist-util-remove": "^4.0.0"