-
Notifications
You must be signed in to change notification settings - Fork 65
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
911d1b1
commit ea19f62
Showing
29 changed files
with
137 additions
and
97 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.
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,17 @@ | ||
# jats-to-myst | ||
|
||
## 1.0.12 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [59b54584] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.0.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": "jats-to-myst", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Read JATS and convert to MyST AST", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/jats-to-myst", | ||
|
@@ -38,10 +38,10 @@ | |
"doi-utils": "^2.0.0", | ||
"jats-tags": "^1.0.0", | ||
"jats-xml": "^1.0.3", | ||
"myst-common": "^1.1.5", | ||
"myst-frontmatter": "^1.1.5", | ||
"myst-common": "^1.1.6", | ||
"myst-frontmatter": "^1.1.6", | ||
"myst-spec": "^0.0.4", | ||
"myst-spec-ext": "^1.1.5", | ||
"myst-spec-ext": "^1.1.6", | ||
"myst-transforms": "^1.1.1", | ||
"unist-util-select": "^4.0.3", | ||
"vfile-reporter": "^7.0.4" | ||
|
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,26 @@ | ||
# myst-cli | ||
|
||
## 1.1.16 | ||
|
||
### Patch Changes | ||
|
||
- 911d1b1: Consume myst-frontmatter Author -> Contributor type change | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [59b54584] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.1.15 | ||
|
||
### 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.1.15", | ||
"version": "1.1.16", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -66,21 +66,21 @@ | |
"mdast": "^3.0.0", | ||
"mime-types": "^2.1.35", | ||
"myst-cli-utils": "^2.0.3", | ||
"myst-common": "^1.1.5", | ||
"myst-config": "^1.1.5", | ||
"myst-common": "^1.1.6", | ||
"myst-config": "^1.1.6", | ||
"myst-ext-card": "^1.0.3", | ||
"myst-ext-exercise": "^1.0.3", | ||
"myst-ext-grid": "^1.0.3", | ||
"myst-ext-proof": "^1.0.3", | ||
"myst-ext-reactive": "^1.0.3", | ||
"myst-ext-tabs": "^1.0.3", | ||
"myst-frontmatter": "^1.1.5", | ||
"myst-frontmatter": "^1.1.6", | ||
"myst-parser": "^1.0.7", | ||
"myst-spec": "^0.0.4", | ||
"myst-spec-ext": "^1.1.5", | ||
"myst-templates": "^1.0.8", | ||
"myst-spec-ext": "^1.1.6", | ||
"myst-templates": "^1.0.9", | ||
"myst-to-docx": "^1.0.4", | ||
"myst-to-jats": "^1.0.11", | ||
"myst-to-jats": "^1.0.12", | ||
"myst-to-md": "^1.0.6", | ||
"myst-to-tex": "^1.0.5", | ||
"myst-transforms": "^1.1.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,7 @@ | ||
# myst-common | ||
|
||
## 1.1.6 | ||
|
||
## 1.1.5 | ||
|
||
### 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,15 @@ | ||
# myst-config | ||
|
||
## 1.1.6 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [911d1b1] | ||
- Updated dependencies [59b54584] | ||
- [email protected] | ||
|
||
## 1.1.5 | ||
|
||
### 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-config", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"license": "MIT", | ||
"description": "Project and site config types and validation for the mystmd ecosystem", | ||
"author": "Franklin Koch <[email protected]>", | ||
|
@@ -31,7 +31,7 @@ | |
"url": "https://github.com/executablebooks/mystmd/issues" | ||
}, | ||
"dependencies": { | ||
"myst-frontmatter": "^1.1.5", | ||
"myst-frontmatter": "^1.1.6", | ||
"simple-validators": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
|
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
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 @@ | ||
# myst-spec-ext | ||
|
||
## 1.1.6 | ||
|
||
## 1.1.5 | ||
|
||
## 1.1.4 | ||
|
Oops, something went wrong.