-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6da97d1
commit ce5639b
Showing
15 changed files
with
62 additions
and
35 deletions.
There are no files selected for viewing
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,12 @@ | ||
# jats-to-myst | ||
|
||
## 1.0.34 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [7d68c88e] | ||
- [email protected] | ||
|
||
## 1.0.33 | ||
|
||
### 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.33", | ||
"version": "1.0.34", | ||
"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", | ||
|
@@ -42,7 +42,7 @@ | |
"myst-frontmatter": "^1.7.10", | ||
"myst-spec": "^0.0.5", | ||
"myst-spec-ext": "^1.7.10", | ||
"myst-transforms": "^1.3.33", | ||
"myst-transforms": "^1.3.34", | ||
"unified": "^10.0.0", | ||
"unist-builder": "^3.0.0", | ||
"unist-util-select": "^4.0.3", | ||
|
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 @@ | ||
# myst-cli | ||
|
||
## 1.3.26 | ||
|
||
### Patch Changes | ||
|
||
- dc90dc94: Bump nbtx to 0.3.0 | ||
- 7d68c88e: block data class | ||
- Updated dependencies [dc90dc94] | ||
- Updated dependencies [7d68c88e] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.3.25 | ||
|
||
### 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.25", | ||
"version": "1.3.26", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -86,12 +86,12 @@ | |
"myst-spec-ext": "^1.7.10", | ||
"myst-templates": "^1.0.23", | ||
"myst-to-docx": "^1.0.14", | ||
"myst-to-jats": "^1.0.33", | ||
"myst-to-jats": "^1.0.34", | ||
"myst-to-md": "^1.0.15", | ||
"myst-to-tex": "^1.0.41", | ||
"myst-to-typst": "^0.0.30", | ||
"myst-toc": "^0.1.2", | ||
"myst-transforms": "^1.3.33", | ||
"myst-transforms": "^1.3.34", | ||
"nanoid": "^4.0.0", | ||
"nbtx": "^0.4.0", | ||
"node-fetch": "^3.3.1", | ||
|
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,11 @@ | ||
# myst-migrate | ||
|
||
## 1.3.26 | ||
|
||
### Patch Changes | ||
|
||
- 7d68c88e: block data class | ||
|
||
## 0.0.1 | ||
|
||
### 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,13 @@ | ||
# myst-to-jats | ||
|
||
## 1.0.34 | ||
|
||
### Patch Changes | ||
|
||
- dc90dc94: Bump nbtx to 0.3.0 | ||
- Updated dependencies [7d68c88e] | ||
- [email protected] | ||
|
||
## 1.0.33 | ||
|
||
### 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-to-jats", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "Export from MyST Markdown to JATS", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-jats", | ||
|
@@ -45,7 +45,7 @@ | |
"myst-frontmatter": "^1.7.10", | ||
"myst-spec": "^0.0.5", | ||
"myst-spec-ext": "^1.7.10", | ||
"myst-transforms": "^1.3.33", | ||
"myst-transforms": "^1.3.34", | ||
"nbtx": "^0.4.0", | ||
"unified": "^10.1.2", | ||
"unist-util-remove": "^3.1.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,11 @@ | ||
# myst-transforms | ||
|
||
## 1.3.34 | ||
|
||
### Patch Changes | ||
|
||
- 7d68c88e: block data class | ||
|
||
## 1.3.33 | ||
|
||
### 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,7 @@ | ||
# mystmd | ||
|
||
## 1.3.26 | ||
|
||
## 1.3.25 | ||
|
||
## 1.3.24 | ||
|
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": "mystmd", | ||
"version": "1.3.25", | ||
"version": "1.3.26", | ||
"description": "Command line tools for MyST Markdown", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -45,6 +45,6 @@ | |
"commander": "^10.0.1", | ||
"core-js": "^3.31.1", | ||
"js-yaml": "^4.1.0", | ||
"myst-cli": "^1.3.25" | ||
"myst-cli": "^1.3.26" | ||
} | ||
} |