From 248b007f508ab4339bf6a920f16acf409fc649c8 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 29 Sep 2023 16:53:49 +0200 Subject: [PATCH] chore(ooxast-util-citation-plugin): release version 0.3.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 56930dd6..7fbbc265 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.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 + +* `ooxast` updated to version `0.3.0` +* `xast-util-is-element` updated to version `0.3.1` +* `docx-to-vfile` updated to version `0.10.0` +* `reoff-parse` updated to version `0.5.0` + +### Features + +* update all package.json ([d4070e5](https://github.com/TrialAndErrorOrg/parsers/commit/d4070e53ab3389db11fed978f3f74bcfe6808f5e)) + ## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-citation-plugin-0.1.3...ooxast-util-citation-plugin-0.2.0) (2023-09-22) ### Dependency Updates diff --git a/libs/ooxast/ooxast-util-citation-plugin/package.json b/libs/ooxast/ooxast-util-citation-plugin/package.json index cef874c5..7c2a25b6 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.2.0", + "version": "0.3.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.2.0", - "xast-util-is-element": "0.2.0", + "ooxast": "0.3.0", + "xast-util-is-element": "0.3.1", "unist-util-visit": "^4.1.2", "xast-util-to-string": "^2.0.1", "@types/unist": "^2.0.6"