From e037443a25ec7d950ef7128c3c9318fa4a546d59 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 28 Jun 2024 20:53:48 +0200 Subject: [PATCH] chore(ooxast-util-to-unified-latex): release version 0.6.0 --- .../ooxast-util-to-unified-latex/CHANGELOG.md | 21 +++++++++++++++++++ .../ooxast-util-to-unified-latex/package.json | 16 +++++++------- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/libs/ooxast/ooxast-util-to-unified-latex/CHANGELOG.md b/libs/ooxast/ooxast-util-to-unified-latex/CHANGELOG.md index 7e4e9af2..b92bc5ac 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.6.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-to-unified-latex-0.5.0...ooxast-util-to-unified-latex-0.6.0) (2024-06-28) + +### Dependency Updates + +* `ooxast-util-get-style` updated to version `0.4.1` +* `ooxast` updated to version `0.4.0` +* `ooxast-util-citations` updated to version `0.5.0` +* `xast-util-is-element` updated to version `0.4.0` +* `xast-util-select` updated to version `0.4.0` +* `docx-to-vfile` updated to version `0.11.0` +* `reoff-parse` updated to version `0.6.0` +* `reoff-clean` updated to version `0.4.0` +* `reoff-cite` updated to version `0.5.0` +* `reoff-parse-references` updated to version `0.4.0` +* `unified-latex-stringify` updated to version `0.3.0` + +### Features + +* **unified-latex-stringify:** make compatible with new unified types ([108576f](https://github.com/TrialAndErrorOrg/parsers/commit/108576ff63aa727105bdb9e6fffc2070ac9a0836)) +* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b)) + ## [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 diff --git a/libs/ooxast/ooxast-util-to-unified-latex/package.json b/libs/ooxast/ooxast-util-to-unified-latex/package.json index 390ca535..fb4b12f4 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.5.0", + "version": "0.6.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ", @@ -38,19 +38,19 @@ "/lib" ], "dependencies": { - "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", + "ooxast-util-get-style": "0.4.1", + "ooxast": "0.4.0", + "ooxast-util-citations": "0.5.0", + "xast-util-is-element": "0.4.0", + "xast-util-select": "0.4.0", "csl-to-biblatex": "0.3.1", - "docx-to-vfile": "0.10.0", + "docx-to-vfile": "0.11.0", "xast-util-to-string": "^3.0.0", "csl-json": "0.1.0", "@unified-latex/unified-latex-builder": "^1.3.1", "@unified-latex/unified-latex-types": "^1.3.1", "@unified-latex/unified-latex-util-render-info": "^1.3.1", - "rehype-minify-whitespace": "^6.0.0", + "rehype-minify-whitespace": "^5.0.1", "vfile": "^6.0.1", "escape-latex": "1.2.0", "xast-util-from-xml": "^4.0.0",