diff --git a/libs/ooxast/ooxast-util-remove-rsid/CHANGELOG.md b/libs/ooxast/ooxast-util-remove-rsid/CHANGELOG.md index 047a39f8..3c4eee77 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.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 + +* `ooxast` updated to version `0.3.0` +* `xast-util-is-element` updated to version `0.3.1` +* `xast-util-select` updated to version `0.3.0` +* `ooxast-util-get-style` updated to version `0.4.0` + +### Features + +* update all package.json ([d4070e5](https://github.com/TrialAndErrorOrg/parsers/commit/d4070e53ab3389db11fed978f3f74bcfe6808f5e)) + ## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-remove-rsid-0.2.1...ooxast-util-remove-rsid-0.3.0) (2023-09-22) ### Dependency Updates diff --git a/libs/ooxast/ooxast-util-remove-rsid/package.json b/libs/ooxast/ooxast-util-remove-rsid/package.json index 2b75489a..4611dcac 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.3.0", + "version": "0.4.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.2.0", - "xast-util-is-element": "0.2.0", - "xast-util-select": "0.2.0", - "ooxast-util-get-style": "0.3.0", + "ooxast": "0.3.0", + "xast-util-is-element": "0.3.1", + "xast-util-select": "0.3.0", + "ooxast-util-get-style": "0.4.0", "unist-util-select": "^4.0.3", "unist-util-visit": "^4.1.2", "unist-util-remove": "^3.1.1"