-
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
2bce565
commit 78aa759
Showing
22 changed files
with
108 additions
and
74 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,14 @@ | ||
# jtex | ||
|
||
## 1.0.20 | ||
|
||
### Patch Changes | ||
|
||
- b9de3469: Change typst exports to be less- conflict prone. | ||
- Updated dependencies [2bce565] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.0.19 | ||
|
||
### 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,21 @@ | ||
# myst-cli | ||
|
||
## 1.3.15 | ||
|
||
### Patch Changes | ||
|
||
- 02a8c3a9: Add webp-->png conversion | ||
- 2bce565: Add site option to include folder structure in url paths | ||
- Updated dependencies [2bce565] | ||
- Updated dependencies [b9de3469] | ||
- Updated dependencies [7547b1dd] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.3.14 | ||
|
||
### 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.14", | ||
"version": "1.3.15", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -63,14 +63,14 @@ | |
"inquirer": "^9.2.17", | ||
"intersphinx": "^1.0.2", | ||
"js-yaml": "^4.1.0", | ||
"jtex": "^1.0.19", | ||
"jtex": "^1.0.20", | ||
"latest-version": "^7.0.0", | ||
"mdast": "^3.0.0", | ||
"meca": "^1.0.8", | ||
"mime-types": "^2.1.35", | ||
"myst-cli-utils": "^2.0.11", | ||
"myst-common": "^1.7.2", | ||
"myst-config": "^1.7.2", | ||
"myst-common": "^1.7.3", | ||
"myst-config": "^1.7.3", | ||
"myst-execute": "^0.1.1", | ||
"myst-ext-card": "^1.0.9", | ||
"myst-ext-exercise": "^1.0.8", | ||
|
@@ -79,16 +79,16 @@ | |
"myst-ext-proof": "^1.0.11", | ||
"myst-ext-reactive": "^1.0.9", | ||
"myst-ext-tabs": "^1.0.8", | ||
"myst-frontmatter": "^1.7.2", | ||
"myst-frontmatter": "^1.7.3", | ||
"myst-parser": "^1.5.7", | ||
"myst-spec": "^0.0.5", | ||
"myst-spec-ext": "^1.7.2", | ||
"myst-spec-ext": "^1.7.3", | ||
"myst-templates": "^1.0.23", | ||
"myst-to-docx": "^1.0.12", | ||
"myst-to-jats": "^1.0.30", | ||
"myst-to-md": "^1.0.14", | ||
"myst-to-tex": "^1.0.38", | ||
"myst-to-typst": "^0.0.24", | ||
"myst-to-typst": "^0.0.25", | ||
"myst-transforms": "^1.3.26", | ||
"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,12 @@ | ||
# myst-common | ||
|
||
## 1.7.3 | ||
|
||
### Patch Changes | ||
|
||
- 2bce565: Add `slugToUrl` function that changes from a myst slug to an equivalent url | ||
- [email protected] | ||
|
||
## 1.7.2 | ||
|
||
### 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-config | ||
|
||
## 1.7.3 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [2bce565] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.7.2 | ||
|
||
### 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.2", | ||
"version": "1.7.3", | ||
"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.2", | ||
"myst-frontmatter": "^1.7.2", | ||
"myst-common": "^1.7.3", | ||
"myst-frontmatter": "^1.7.3", | ||
"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.3 | ||
|
||
## 1.7.2 | ||
|
||
### 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 @@ | ||
# myst-spec-ext | ||
|
||
## 1.7.3 | ||
|
||
## 1.7.2 | ||
|
||
### 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-spec-ext", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"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", | ||
|
Oops, something went wrong.