-
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
18f30dd
commit 27c7557
Showing
13 changed files
with
43 additions
and
33 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,13 @@ | ||
# jtex | ||
|
||
## 1.0.5 | ||
|
||
### Patch Changes | ||
|
||
- 18f30dd: Update the shape of affiliations in myst-template doc | ||
- Updated dependencies [18f30dd] | ||
- [email protected] | ||
|
||
## 1.0.4 | ||
|
||
### 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,15 @@ | ||
# myst-cli | ||
|
||
## 1.1.14 | ||
|
||
### Patch Changes | ||
|
||
- bc3e6a3f: checkLink is exported | ||
- bc3e6a3f: selectFile resolves the input file path | ||
- Updated dependencies [18f30dd] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.1.13 | ||
|
||
### 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.13", | ||
"version": "1.1.14", | ||
"description": "Command line tools for MyST", | ||
"author": "Franklin Koch <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -61,7 +61,7 @@ | |
"inquirer": "^8.2.2", | ||
"intersphinx": "^1.0.2", | ||
"js-yaml": "^4.1.0", | ||
"jtex": "^1.0.4", | ||
"jtex": "^1.0.5", | ||
"latest-version": "^7.0.0", | ||
"mdast": "^3.0.0", | ||
"mime-types": "^2.1.35", | ||
|
@@ -78,7 +78,7 @@ | |
"myst-parser": "^1.0.6", | ||
"myst-spec": "^0.0.4", | ||
"myst-spec-ext": "^1.1.4", | ||
"myst-templates": "^1.0.7", | ||
"myst-templates": "^1.0.8", | ||
"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
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.7", | ||
"version": "1.0.8", | ||
"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", | ||
|
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.14 | ||
|
||
## 1.1.13 | ||
|
||
## 1.1.12 | ||
|
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.13", | ||
"version": "1.1.14", | ||
"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.13" | ||
"myst-cli": "^1.1.14" | ||
} | ||
} |