-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3c65de0
commit c6b63a0
Showing
26 changed files
with
159 additions
and
92 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# jats-to-myst | ||
|
||
## 1.0.28 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3c65de0] | ||
- Updated dependencies [64a33837] | ||
- Updated dependencies [3c65de0] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.0.27 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jats-to-myst", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "Read JATS and convert to MyST AST", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/jats-to-myst", | ||
|
@@ -38,10 +38,10 @@ | |
"doi-utils": "^2.0.0", | ||
"jats-tags": "^1.0.8", | ||
"jats-xml": "^1.0.8", | ||
"myst-common": "^1.5.1", | ||
"myst-frontmatter": "^1.5.1", | ||
"myst-common": "^1.7.1", | ||
"myst-frontmatter": "^1.7.1", | ||
"myst-spec": "^0.0.5", | ||
"myst-spec-ext": "^1.5.1", | ||
"myst-spec-ext": "^1.7.1", | ||
"myst-transforms": "^1.3.20", | ||
"unified": "^10.0.0", | ||
"unist-builder": "^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# myst-cli | ||
|
||
## 1.3.12 | ||
|
||
### Patch Changes | ||
|
||
- 64a33837: Consume new license simplification function | ||
- 3c65de0: Deprecate biblio in favor of complete volume/issue objects | ||
- Updated dependencies [53fcd2ba] | ||
- Updated dependencies [64a33837] | ||
- Updated dependencies [3c65de0] | ||
- Updated dependencies [64a33837] | ||
- Updated dependencies [3c65de0] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.3.11 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "myst-cli", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -69,8 +69,8 @@ | |
"meca": "^1.0.8", | ||
"mime-types": "^2.1.35", | ||
"myst-cli-utils": "^2.0.10", | ||
"myst-common": "^1.7.0", | ||
"myst-config": "^1.7.0", | ||
"myst-common": "^1.7.1", | ||
"myst-config": "^1.7.1", | ||
"myst-execute": "^0.1.0", | ||
"myst-ext-card": "^1.0.8", | ||
"myst-ext-exercise": "^1.0.7", | ||
|
@@ -79,16 +79,16 @@ | |
"myst-ext-proof": "^1.0.10", | ||
"myst-ext-reactive": "^1.0.8", | ||
"myst-ext-tabs": "^1.0.7", | ||
"myst-frontmatter": "^1.7.0", | ||
"myst-frontmatter": "^1.7.1", | ||
"myst-parser": "^1.5.6", | ||
"myst-spec": "^0.0.5", | ||
"myst-spec-ext": "^1.7.0", | ||
"myst-spec-ext": "^1.7.1", | ||
"myst-templates": "^1.0.22", | ||
"myst-to-docx": "^1.0.11", | ||
"myst-to-jats": "^1.0.27", | ||
"myst-to-md": "^1.0.12", | ||
"myst-to-jats": "^1.0.28", | ||
"myst-to-md": "^1.0.13", | ||
"myst-to-tex": "^1.0.37", | ||
"myst-to-typst": "^0.0.22", | ||
"myst-to-typst": "^0.0.23", | ||
"myst-transforms": "^1.3.25", | ||
"myst-toc": "^0.1.2", | ||
"nanoid": "^4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# myst-common | ||
|
||
## 1.7.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3c65de0] | ||
- Updated dependencies [64a33837] | ||
- Updated dependencies [3c65de0] | ||
- [email protected] | ||
|
||
## 1.7.0 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# myst-config | ||
|
||
## 1.7.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3c65de0] | ||
- Updated dependencies [64a33837] | ||
- Updated dependencies [3c65de0] | ||
- [email protected] | ||
|
||
## 1.7.0 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.