From 9d86753b57102774a323123d66f5694c26172a25 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" <hello@tefkah.com> Date: Fri, 29 Sep 2023 16:52:37 +0200 Subject: [PATCH] chore(ooxast-util-get-style): release version 0.4.0 --- libs/ooxast/ooxast-util-get-style/CHANGELOG.md | 12 ++++++++++++ libs/ooxast/ooxast-util-get-style/package.json | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/libs/ooxast/ooxast-util-get-style/CHANGELOG.md b/libs/ooxast/ooxast-util-get-style/CHANGELOG.md index b011434a..c653cfdf 100644 --- a/libs/ooxast/ooxast-util-get-style/CHANGELOG.md +++ b/libs/ooxast/ooxast-util-get-style/CHANGELOG.md @@ -2,6 +2,18 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.4.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-get-style-0.3.0...ooxast-util-get-style-0.4.0) (2023-09-29) + +### Dependency Updates + +* `ooxast` updated to version `0.3.0` +* `xast-util-select` updated to version `0.3.0` +* `xast-util-is-element` updated to version `0.3.1` + +### Features + +* update all package.json ([d4070e5](https://github.com/TrialAndErrorOrg/parsers/commit/d4070e53ab3389db11fed978f3f74bcfe6808f5e)) + ## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-get-style-0.2.2...ooxast-util-get-style-0.3.0) (2023-09-22) ### Dependency Updates diff --git a/libs/ooxast/ooxast-util-get-style/package.json b/libs/ooxast/ooxast-util-get-style/package.json index 50a9461c..284cade3 100755 --- a/libs/ooxast/ooxast-util-get-style/package.json +++ b/libs/ooxast/ooxast-util-get-style/package.json @@ -1,6 +1,6 @@ { "name": "ooxast-util-get-style", - "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 <hello@tefkah.com>", @@ -33,8 +33,8 @@ "/lib" ], "dependencies": { - "ooxast": "0.2.0", - "xast-util-select": "0.2.0", - "xast-util-is-element": "0.2.0" + "ooxast": "0.3.0", + "xast-util-select": "0.3.0", + "xast-util-is-element": "0.3.1" } }