-
Notifications
You must be signed in to change notification settings - Fork 65
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
cf8b649
commit 64e941a
Showing
19 changed files
with
73 additions
and
49 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.
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,19 @@ | ||
# myst-cli | ||
|
||
## 1.1.13 | ||
|
||
### Patch Changes | ||
|
||
- a5b188ac: Added location field to page data, dependencies and source fields which contains the path to the file relative to the project root. This is primarily used to appropraitely configure a thebe session with the correct notebook path. | ||
- 55818f50: Add User-Agent to image and link fetches | ||
- Updated dependencies [a5b188ac] | ||
- Updated dependencies [2b318aa1] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.1.12 | ||
|
||
### 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.12", | ||
"version": "1.1.13", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -66,19 +66,19 @@ | |
"mdast": "^3.0.0", | ||
"mime-types": "^2.1.35", | ||
"myst-cli-utils": "^2.0.3", | ||
"myst-common": "^1.1.2", | ||
"myst-config": "^1.1.2", | ||
"myst-common": "^1.1.4", | ||
"myst-config": "^1.1.4", | ||
"myst-ext-card": "^1.0.2", | ||
"myst-ext-exercise": "^1.0.2", | ||
"myst-ext-grid": "^1.0.2", | ||
"myst-ext-proof": "^1.0.2", | ||
"myst-ext-reactive": "^1.0.2", | ||
"myst-ext-tabs": "^1.0.2", | ||
"myst-frontmatter": "^1.1.2", | ||
"myst-frontmatter": "^1.1.4", | ||
"myst-parser": "^1.0.6", | ||
"myst-spec": "^0.0.4", | ||
"myst-spec-ext": "^1.1.2", | ||
"myst-templates": "^1.0.6", | ||
"myst-spec-ext": "^1.1.4", | ||
"myst-templates": "^1.0.7", | ||
"myst-to-docx": "^1.0.3", | ||
"myst-to-jats": "^1.0.10", | ||
"myst-to-md": "^1.0.5", | ||
|
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-common | ||
|
||
## 1.1.4 | ||
|
||
## 1.1.3 | ||
|
||
## 1.1.2 | ||
|
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.1.4 | ||
|
||
### Patch Changes | ||
|
||
- [email protected] | ||
|
||
## 1.1.3 | ||
|
||
### 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.1.3", | ||
"version": "1.1.4", | ||
"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/executablebooks/mystmd/issues" | ||
}, | ||
"dependencies": { | ||
"myst-frontmatter": "^1.1.3", | ||
"myst-frontmatter": "^1.1.4", | ||
"simple-validators": "^1.0.1" | ||
}, | ||
"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.1.4 | ||
|
||
## 1.1.3 | ||
|
||
### 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.1.3", | ||
"version": "1.1.4", | ||
"description": "Extensions for myst-spec that are used in mystmd", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/executablebooks/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,13 @@ | ||
# myst-templates | ||
|
||
## 1.0.7 | ||
|
||
### Patch Changes | ||
|
||
- 2b318aa1: Refactor and export template validation functions | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.0.6 | ||
|
||
### 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-templates", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "API types and scripts for downloading MyST Templates", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-templates", | ||
|
@@ -42,8 +42,8 @@ | |
"glob": "^10.3.1", | ||
"js-yaml": "^4.1.0", | ||
"myst-cli-utils": "^2.0.3", | ||
"myst-common": "^1.1.2", | ||
"myst-frontmatter": "^1.1.2", | ||
"myst-common": "^1.1.4", | ||
"myst-frontmatter": "^1.1.4", | ||
"node-fetch": "^3.3.1", | ||
"pretty-hrtime": "^1.0.3", | ||
"simple-validators": "^1.0.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
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.1.13 | ||
|
||
## 1.1.12 | ||
|
||
## 1.1.11 | ||
|
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.1.12", | ||
"version": "1.1.13", | ||
"description": "Command line tools for MyST Markdown", | ||
"author": "Rowan Cockett <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -43,6 +43,6 @@ | |
"devDependencies": { | ||
"commander": "^10.0.1", | ||
"core-js": "^3.31.1", | ||
"myst-cli": "^1.1.12" | ||
"myst-cli": "^1.1.13" | ||
} | ||
} |