-
Notifications
You must be signed in to change notification settings - Fork 75
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
c1b5372
commit 70bf08b
Showing
27 changed files
with
136 additions
and
98 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.
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,25 @@ | ||
# myst-cli | ||
|
||
## 1.3.24 | ||
|
||
### Patch Changes | ||
|
||
- 7448083f: Add support for skipping execution of individual notebooks | ||
- 75bbb180: Change footnotes to use enumerator over number | ||
- 1a18e4f4: Fix typo in upgrade routine | ||
- 75bbb180: Add version to site content outputs | ||
- 2a6db555: Fix imports of plugins on Windows | ||
- b516d4fe: Improve error message for missing javascript plugins | ||
- Updated dependencies [7448083f] | ||
- Updated dependencies [75bbb180] | ||
- Updated dependencies [75bbb180] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.3.23 | ||
|
||
### 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.23", | ||
"version": "1.3.24", | ||
"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.11", | ||
"myst-common": "^1.7.8", | ||
"myst-config": "^1.7.8", | ||
"myst-common": "^1.7.9", | ||
"myst-config": "^1.7.9", | ||
"myst-execute": "^0.1.2", | ||
"myst-ext-button": "^0.0.1", | ||
"myst-ext-card": "^1.0.9", | ||
|
@@ -80,18 +80,18 @@ | |
"myst-ext-proof": "^1.0.12", | ||
"myst-ext-reactive": "^1.0.9", | ||
"myst-ext-tabs": "^1.0.9", | ||
"myst-frontmatter": "^1.7.8", | ||
"myst-frontmatter": "^1.7.9", | ||
"myst-parser": "^1.5.11", | ||
"myst-spec": "^0.0.5", | ||
"myst-spec-ext": "^1.7.8", | ||
"myst-spec-ext": "^1.7.9", | ||
"myst-templates": "^1.0.23", | ||
"myst-to-docx": "^1.0.13", | ||
"myst-to-docx": "^1.0.14", | ||
"myst-to-jats": "^1.0.32", | ||
"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.31", | ||
"myst-transforms": "^1.3.32", | ||
"nanoid": "^4.0.0", | ||
"nbtx": "^0.2.3", | ||
"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,12 @@ | ||
# myst-common | ||
|
||
## 1.7.9 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [7448083f] | ||
- [email protected] | ||
|
||
## 1.7.8 | ||
|
||
### 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.7.9 | ||
|
||
### Patch Changes | ||
|
||
- 75bbb180: Change footnotes to use enumerator over number | ||
- 75bbb180: Add version to config file | ||
- Updated dependencies [7448083f] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.7.8 | ||
|
||
### 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.7.8", | ||
"version": "1.7.9", | ||
"license": "MIT", | ||
"description": "Project and site config types and validation for the mystmd ecosystem", | ||
"author": "Franklin Koch <[email protected]>", | ||
|
@@ -31,8 +31,8 @@ | |
"url": "https://github.com/jupyter-book/mystmd/issues" | ||
}, | ||
"dependencies": { | ||
"myst-common": "^1.7.8", | ||
"myst-frontmatter": "^1.7.8", | ||
"myst-common": "^1.7.9", | ||
"myst-frontmatter": "^1.7.9", | ||
"simple-validators": "^1.1.0" | ||
}, | ||
"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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# myst-migrate | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 75bbb180: Add myst-migrate package |
Oops, something went wrong.