Skip to content

Commit 128e85a

Browse files
committed
chore(ooxast-util-remove-rsid): release version 0.5.0
1 parent f5eb3ee commit 128e85a

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

libs/ooxast/ooxast-util-remove-rsid/CHANGELOG.md

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

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

5+
## [0.5.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-remove-rsid-0.4.0...ooxast-util-remove-rsid-0.5.0) (2024-06-28)
6+
7+
### Dependency Updates
8+
9+
* `ooxast` updated to version `0.4.0`
10+
* `xast-util-is-element` updated to version `0.4.0`
11+
* `xast-util-select` updated to version `0.4.0`
12+
* `ooxast-util-get-style` updated to version `0.4.1`
13+
14+
### Features
15+
16+
* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b))
17+
518
## [0.4.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-remove-rsid-0.3.0...ooxast-util-remove-rsid-0.4.0) (2023-09-29)
619

720
### Dependency Updates

libs/ooxast/ooxast-util-remove-rsid/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ooxast-util-remove-rsid",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"license": "GPL-3.0-or-later",
55
"repository": "https://github.com/TrialAndErrorOrg/parsers",
66
"author": "Thomas F. K. Jorna <hello@tefkah.com>",
@@ -38,10 +38,10 @@
3838
"/lib"
3939
],
4040
"dependencies": {
41-
"ooxast": "0.3.0",
42-
"xast-util-is-element": "0.3.1",
43-
"xast-util-select": "0.3.0",
44-
"ooxast-util-get-style": "0.4.0",
41+
"ooxast": "0.4.0",
42+
"xast-util-is-element": "0.4.0",
43+
"xast-util-select": "0.4.0",
44+
"ooxast-util-get-style": "0.4.1",
4545
"unist-util-select": "^5.0.0",
4646
"unist-util-visit": "^5.0.0",
4747
"unist-util-remove": "^4.0.0"

0 commit comments

Comments
 (0)