-
Notifications
You must be signed in to change notification settings - Fork 68
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
bfed37b
commit 9f538e9
Showing
37 changed files
with
206 additions
and
144 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.
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,35 @@ | ||
# myst-cli | ||
|
||
## 1.1.37 | ||
|
||
### Patch Changes | ||
|
||
- b44980c2: Fix inline expression block metadata | ||
- 134c26ab: Add watch to build command | ||
- 9573382a: Changes processing of jupytext/myst style notebooks to ensure that `code-cell`s have a default output node associated with them and that any nested blocks containing a `code-cell` are lifted to the top level children of the root node. | ||
|
||
This should ensure proper representation of the document as a notebook, and ensure that it can be treated the same as a noteobok that originated in an `ipynb` by web front ends. | ||
|
||
Addresses: | ||
|
||
- https://github.com/executablebooks/mystmd/pull/748 | ||
- https://github.com/executablebooks/mystmd/issues/816 | ||
|
||
- 134c26ab: Watch dependency files during myst start and build | ||
- a9073876: Remove file extensions from latex include | ||
- b44980c2: Support image inline expressions | ||
- Updated dependencies [bfed37b] | ||
- Updated dependencies [9573382a] | ||
- Updated dependencies [134c26ab] | ||
- Updated dependencies [bfed37b] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.1.36 | ||
|
||
### 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.36", | ||
"version": "1.1.37", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -67,25 +67,25 @@ | |
"meca": "^1.0.8", | ||
"mime-types": "^2.1.35", | ||
"myst-cli-utils": "^2.0.7", | ||
"myst-common": "^1.1.20", | ||
"myst-config": "^1.1.20", | ||
"myst-common": "^1.1.21", | ||
"myst-config": "^1.1.21", | ||
"myst-ext-card": "^1.0.5", | ||
"myst-ext-exercise": "^1.0.5", | ||
"myst-ext-grid": "^1.0.5", | ||
"myst-ext-proof": "^1.0.7", | ||
"myst-ext-reactive": "^1.0.5", | ||
"myst-ext-tabs": "^1.0.5", | ||
"myst-frontmatter": "^1.1.20", | ||
"myst-parser": "^1.0.20", | ||
"myst-frontmatter": "^1.1.21", | ||
"myst-parser": "^1.0.21", | ||
"myst-spec": "^0.0.4", | ||
"myst-spec-ext": "^1.1.20", | ||
"myst-spec-ext": "^1.1.21", | ||
"myst-templates": "^1.0.15", | ||
"myst-to-docx": "^1.0.8", | ||
"myst-to-jats": "^1.0.20", | ||
"myst-to-md": "^1.0.10", | ||
"myst-to-tex": "^1.0.16", | ||
"myst-to-typst": "^0.0.7", | ||
"myst-transforms": "^1.1.18", | ||
"myst-to-typst": "^0.0.8", | ||
"myst-transforms": "^1.1.19", | ||
"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.1.21 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [134c26ab] | ||
- [email protected] | ||
|
||
## 1.1.20 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.