From 036da44c56954808811e3fe89bb5de736ab62415 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 28 Jun 2024 20:52:38 +0200 Subject: [PATCH] chore(ooxast-util-citation-plugin): release version 0.4.0 --- .../ooxast/ooxast-util-citation-plugin/CHANGELOG.md | 13 +++++++++++++ .../ooxast/ooxast-util-citation-plugin/package.json | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/libs/ooxast/ooxast-util-citation-plugin/CHANGELOG.md b/libs/ooxast/ooxast-util-citation-plugin/CHANGELOG.md index 7fbbc265..99531c49 100644 --- a/libs/ooxast/ooxast-util-citation-plugin/CHANGELOG.md +++ b/libs/ooxast/ooxast-util-citation-plugin/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-citation-plugin-0.3.0...ooxast-util-citation-plugin-0.4.0) (2024-06-28) + +### Dependency Updates + +* `ooxast` updated to version `0.4.0` +* `xast-util-is-element` updated to version `0.4.0` +* `docx-to-vfile` updated to version `0.11.0` +* `reoff-parse` updated to version `0.6.0` + +### Features + +* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b)) + ## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-citation-plugin-0.2.0...ooxast-util-citation-plugin-0.3.0) (2023-09-29) ### Dependency Updates diff --git a/libs/ooxast/ooxast-util-citation-plugin/package.json b/libs/ooxast/ooxast-util-citation-plugin/package.json index d21d2c1d..9f525f8e 100755 --- a/libs/ooxast/ooxast-util-citation-plugin/package.json +++ b/libs/ooxast/ooxast-util-citation-plugin/package.json @@ -1,7 +1,7 @@ { "name": "ooxast-util-citation-plugin", "description": "Small ooxast utility which scans the text to identify the citation plugin used, either Mendely, Zotero, EndNote, Citavi, native word citations or none at all.", - "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 ", @@ -34,8 +34,8 @@ "/lib" ], "dependencies": { - "ooxast": "0.3.0", - "xast-util-is-element": "0.3.1", + "ooxast": "0.4.0", + "xast-util-is-element": "0.4.0", "unist-util-visit": "^5.0.0", "xast-util-to-string": "^3.0.0", "@types/unist": "^3.0.0"