-
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
7d68c88
commit a501ebd
Showing
10 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
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,13 @@ | ||
# myst-cli | ||
|
||
## 1.3.26 | ||
|
||
### Patch Changes | ||
|
||
- 7d68c88: block data class | ||
- Updated dependencies [7d68c88] | ||
- [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", | ||
|
@@ -91,7 +91,7 @@ | |
"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.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,11 @@ | ||
# myst-migrate | ||
|
||
## 1.3.26 | ||
|
||
### Patch Changes | ||
|
||
- 7d68c88: 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,11 @@ | ||
# myst-transforms | ||
|
||
## 1.3.34 | ||
|
||
### Patch Changes | ||
|
||
- 7d68c88: 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" | ||
} | ||
} |