diff --git a/libs/ooxast/ooxast-util-to-unified-latex/CHANGELOG.md b/libs/ooxast/ooxast-util-to-unified-latex/CHANGELOG.md index ba458233..7e4e9af2 100644 --- a/libs/ooxast/ooxast-util-to-unified-latex/CHANGELOG.md +++ b/libs/ooxast/ooxast-util-to-unified-latex/CHANGELOG.md @@ -2,6 +2,27 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.5.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-to-unified-latex-0.4.0...ooxast-util-to-unified-latex-0.5.0) (2023-09-29) + +### Dependency Updates + +* `ooxast-util-get-style` updated to version `0.4.0` +* `ooxast` updated to version `0.3.0` +* `ooxast-util-citations` updated to version `0.4.0` +* `xast-util-is-element` updated to version `0.3.1` +* `xast-util-select` updated to version `0.3.0` +* `csl-to-biblatex` updated to version `0.3.1` +* `docx-to-vfile` updated to version `0.10.0` +* `reoff-parse` updated to version `0.5.0` +* `reoff-clean` updated to version `0.3.0` +* `reoff-cite` updated to version `0.4.0` +* `reoff-parse-references` updated to version `0.3.0` +* `unified-latex-stringify` updated to version `0.2.1` + +### Features + +* update all package.json ([d4070e5](https://github.com/TrialAndErrorOrg/parsers/commit/d4070e53ab3389db11fed978f3f74bcfe6808f5e)) + ## [0.4.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-to-unified-latex-0.3.0...ooxast-util-to-unified-latex-0.4.0) (2023-09-22) ### Dependency Updates diff --git a/libs/ooxast/ooxast-util-to-unified-latex/package.json b/libs/ooxast/ooxast-util-to-unified-latex/package.json index d597f31c..4da5b2bb 100644 --- a/libs/ooxast/ooxast-util-to-unified-latex/package.json +++ b/libs/ooxast/ooxast-util-to-unified-latex/package.json @@ -1,6 +1,6 @@ { "name": "ooxast-util-to-unified-latex", - "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,13 +38,13 @@ "/lib" ], "dependencies": { - "ooxast-util-get-style": "0.3.0", - "ooxast": "0.2.0", - "ooxast-util-citations": "0.3.0", - "xast-util-is-element": "0.2.0", - "xast-util-select": "0.2.0", - "csl-to-biblatex": "0.3.0", - "docx-to-vfile": "0.9.0", + "ooxast-util-get-style": "0.4.0", + "ooxast": "0.3.0", + "ooxast-util-citations": "0.4.0", + "xast-util-is-element": "0.3.1", + "xast-util-select": "0.3.0", + "csl-to-biblatex": "0.3.1", + "docx-to-vfile": "0.10.0", "xast-util-to-string": "^2.0.1", "csl-json": "0.1.0", "@unified-latex/unified-latex-builder": "^1.3.1",