Skip to content

Commit ff27f60

Browse files
committed
chore(reoff-markup-to-style): release version 0.3.0
1 parent 8c82b31 commit ff27f60

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

libs/reoff/reoff-markup-to-style/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-markup-to-style-0.2.0...reoff-markup-to-style-0.3.0) (2024-06-28)
6+
7+
### Dependency Updates
8+
9+
* `ooxast-util-markup-to-style` updated to version `0.5.0`
10+
* `ooxast` updated to version `0.4.0`
11+
12+
### Features
13+
14+
* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b))
15+
516
## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-markup-to-style-0.1.0...reoff-markup-to-style-0.2.0) (2023-09-29)
617

718
### Dependency Updates

libs/reoff/reoff-markup-to-style/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reoff-markup-to-style",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "GPL-3.0-or-later",
55
"repository": "https://github.com/TrialAndErrorOrg/reoff-markup-to-style",
66
"homepage": "https://github.com/TrialAndErrorOrg/parsers",
@@ -35,8 +35,8 @@
3535
"/lib"
3636
],
3737
"dependencies": {
38-
"ooxast-util-markup-to-style": "0.4.0",
39-
"ooxast": "0.3.0",
38+
"ooxast-util-markup-to-style": "0.5.0",
39+
"ooxast": "0.4.0",
4040
"unified": "^11.0.3"
4141
}
4242
}

0 commit comments

Comments
 (0)