-
Notifications
You must be signed in to change notification settings - Fork 64
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
9f50eb8
commit 701dda8
Showing
21 changed files
with
96 additions
and
63 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.
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
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,21 @@ | ||
# myst-cli | ||
|
||
## 1.3.10 | ||
|
||
### Patch Changes | ||
|
||
- 5f8f0b0d: Add support for seach index generation | ||
- 9f50eb8: 💦 building widget state | ||
- Updated dependencies [5f8f0b0d] | ||
- Updated dependencies [a550afdc] | ||
- Updated dependencies [d0532699] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.3.9 | ||
|
||
### 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.9", | ||
"version": "1.3.10", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -50,7 +50,7 @@ | |
"chalk": "^5.2.0", | ||
"check-node-version": "^4.2.1", | ||
"chokidar": "^3.5.3", | ||
"citation-js-utils": "^1.2.5", | ||
"citation-js-utils": "^1.2.6", | ||
"commander": "^10.0.1", | ||
"cors": "^2.8.5", | ||
"docx": "^7.5.0", | ||
|
@@ -69,8 +69,8 @@ | |
"meca": "^1.0.8", | ||
"mime-types": "^2.1.35", | ||
"myst-cli-utils": "^2.0.10", | ||
"myst-common": "^1.6.1", | ||
"myst-config": "^1.6.1", | ||
"myst-common": "^1.7.0", | ||
"myst-config": "^1.7.0", | ||
"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.6.1", | ||
"myst-frontmatter": "^1.7.0", | ||
"myst-parser": "^1.5.6", | ||
"myst-spec": "^0.0.5", | ||
"myst-spec-ext": "^1.6.1", | ||
"myst-spec-ext": "^1.7.0", | ||
"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-tex": "^1.0.37", | ||
"myst-to-typst": "^0.0.21", | ||
"myst-to-typst": "^0.0.22", | ||
"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,11 @@ | ||
# myst-common | ||
|
||
## 1.7.0 | ||
|
||
### Patch Changes | ||
|
||
- [email protected] | ||
|
||
## 1.6.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,11 @@ | ||
# myst-config | ||
|
||
## 1.7.0 | ||
|
||
### Patch Changes | ||
|
||
- [email protected] | ||
|
||
## 1.6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "myst-config", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"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/jupyter-book/mystmd/issues" | ||
}, | ||
"dependencies": { | ||
"myst-frontmatter": "^1.6.1", | ||
"myst-frontmatter": "^1.7.0", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# myst-frontmatter | ||
|
||
## 1.7.0 | ||
|
||
## 1.6.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
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-spec-ext", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "Extensions for myst-spec that are used in mystmd", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-spec-ext", | ||
|
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-to-typst | ||
|
||
## 0.0.22 | ||
|
||
### Patch Changes | ||
|
||
- a550afdc: Allow for styles in tables | ||
- Updated dependencies [5f8f0b0d] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 0.0.21 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.