Skip to content

Commit

Permalink
chore(book-converter): release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Jun 28, 2024
1 parent 6eb906d commit 70b1a96
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 13 deletions.
26 changes: 26 additions & 0 deletions libs/book-converter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/book-converter-0.2.0...book-converter-0.3.0) (2024-06-28)

### Dependency Updates

* `ooxast-util-markup-to-style` updated to version `0.5.0`
* `reoff-unified-latex` updated to version `0.4.0`
* `unified-latex-stringify` updated to version `0.3.0`
* `docx-to-vfile` updated to version `0.11.0`
* `reoff-clean` updated to version `0.4.0`
* `reoff-markup-to-style` updated to version `0.3.0`
* `reoff-parse-references` updated to version `0.4.0`
* `reoff-cite` updated to version `0.5.0`
* `ooxast` updated to version `0.4.0`
* `ooxast-util-get-style` updated to version `0.4.1`
* `reoff-parse` updated to version `0.6.0`
* `ooxast-util-to-unified-latex` updated to version `0.6.0`

### Features

* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b))


### Bug Fixes

* allow some more options and export schema ([3b30c56](https://github.com/TrialAndErrorOrg/parsers/commit/3b30c5697b316a343809133011f50ba6d162bd44))

## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/book-converter-0.1.0...book-converter-0.2.0) (2023-09-29)

### Dependency Updates
Expand Down
26 changes: 13 additions & 13 deletions libs/book-converter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trialanderror/converter-cli",
"version": "0.2.0",
"version": "0.3.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/converter-cli",
"homepage": "https://github.com/TrialAndErrorOrg/parsers",
Expand Down Expand Up @@ -45,22 +45,22 @@
"js-yaml": "^4.1.0",
"chokidar": "^3.5.3",
"zod": "^3.21.4",
"ooxast-util-markup-to-style": "0.4.0",
"ooxast-util-markup-to-style": "0.5.0",
"unified": "^11.0.3",
"reoff-unified-latex": "0.3.0",
"unified-latex-stringify": "0.2.1",
"docx-to-vfile": "0.10.0",
"reoff-unified-latex": "0.4.0",
"unified-latex-stringify": "0.3.0",
"docx-to-vfile": "0.11.0",
"@unified-latex/unified-latex-builder": "^1.3.1",
"reoff-clean": "0.3.0",
"reoff-markup-to-style": "0.2.0",
"reoff-parse-references": "0.3.0",
"reoff-cite": "0.4.0",
"reoff-clean": "0.4.0",
"reoff-markup-to-style": "0.3.0",
"reoff-parse-references": "0.4.0",
"reoff-cite": "0.5.0",
"xast-util-to-string": "^3.0.0",
"ooxast": "0.3.0",
"ooxast-util-get-style": "0.4.0",
"ooxast": "0.4.0",
"ooxast-util-get-style": "0.4.1",
"@unified-latex/unified-latex-types": "^1.3.1",
"zod-to-json-schema": "^3.21.4",
"reoff-parse": "0.5.0",
"ooxast-util-to-unified-latex": "0.5.0"
"reoff-parse": "0.6.0",
"ooxast-util-to-unified-latex": "0.6.0"
}
}

0 comments on commit 70b1a96

Please sign in to comment.