Skip to content

Commit 1bd80ab

Browse files
committed
chore(ooxast-util-get-style): release version 0.4.1
1 parent 972cdc2 commit 1bd80ab

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

libs/ooxast/ooxast-util-get-style/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [0.4.1](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-get-style-0.4.0...ooxast-util-get-style-0.4.1) (2024-06-28)
6+
7+
### Dependency Updates
8+
9+
* `ooxast` updated to version `0.4.0`
10+
* `xast-util-select` updated to version `0.4.0`
11+
* `xast-util-is-element` updated to version `0.4.0`
512
## [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)
613

714
### Dependency Updates

libs/ooxast/ooxast-util-get-style/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ooxast-util-get-style",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"license": "GPL-3.0-or-later",
55
"repository": "https://github.com/TrialAndErrorOrg/parsers",
66
"author": "Thomas F. K. Jorna <[email protected]>",
@@ -33,8 +33,8 @@
3333
"/lib"
3434
],
3535
"dependencies": {
36-
"ooxast": "0.3.0",
37-
"xast-util-select": "0.3.0",
38-
"xast-util-is-element": "0.3.1"
36+
"ooxast": "0.4.0",
37+
"xast-util-select": "0.4.0",
38+
"xast-util-is-element": "0.4.0"
3939
}
4040
}

0 commit comments

Comments
 (0)