diff --git a/.changeset/heavy-flies-dress.md b/.changeset/heavy-flies-dress.md deleted file mode 100644 index 6bc6ad8ee..000000000 --- a/.changeset/heavy-flies-dress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"myst-to-typst": patch -"myst-to-tex": patch ---- - -Support `div` and `span` in typst and tex diff --git a/.changeset/hungry-spies-decide.md b/.changeset/hungry-spies-decide.md deleted file mode 100644 index 0bca13382..000000000 --- a/.changeset/hungry-spies-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"myst-cli": patch ---- - -Support myst-theme.css in the dynamic export. diff --git a/.changeset/red-wolves-nail.md b/.changeset/red-wolves-nail.md deleted file mode 100644 index 1ea748da7..000000000 --- a/.changeset/red-wolves-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'myst-transforms': patch -'myst-cli': patch ---- - -Included files remove frontmatter and update math/abbr diff --git a/.changeset/sharp-poems-pay.md b/.changeset/sharp-poems-pay.md deleted file mode 100644 index 98b4fbeb7..000000000 --- a/.changeset/sharp-poems-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"myst-cli": minor ---- - -Update NodeJS minimum version diff --git a/.changeset/small-zoos-watch.md b/.changeset/small-zoos-watch.md deleted file mode 100644 index 95fba302a..000000000 --- a/.changeset/small-zoos-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-transforms': patch ---- - -Ensure include file frontmatter takes priority diff --git a/.changeset/witty-dodos-guess.md b/.changeset/witty-dodos-guess.md deleted file mode 100644 index b9ecf8c5c..000000000 --- a/.changeset/witty-dodos-guess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"myst-transforms": patch -"myst-cli": patch ---- - -Support details/summary in HTML diff --git a/package-lock.json b/package-lock.json index a51697a33..702e33add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15192,7 +15192,7 @@ } }, "packages/myst-cli": { - "version": "1.1.56", + "version": "1.2.0", "license": "MIT", "dependencies": { "@jupyterlab/services": "^7.0.0", @@ -15238,9 +15238,9 @@ "myst-to-docx": "^1.0.10", "myst-to-jats": "^1.0.26", "myst-to-md": "^1.0.11", - "myst-to-tex": "^1.0.27", - "myst-to-typst": "^0.0.15", - "myst-transforms": "^1.3.9", + "myst-to-tex": "^1.0.28", + "myst-to-typst": "^0.0.16", + "myst-transforms": "^1.3.10", "nanoid": "^4.0.0", "nbtx": "^0.2.3", "node-fetch": "^3.3.1", @@ -15248,7 +15248,7 @@ "redux": "^5.0.1", "simple-validators": "^1.0.4", "strip-ansi": "^7.0.1", - "tex-to-myst": "^1.0.27", + "tex-to-myst": "^1.0.28", "unified": "^10.1.2", "unist-util-filter": "^4.0.0", "unist-util-remove": "^3.1.0", @@ -15905,7 +15905,7 @@ } }, "packages/myst-to-tex": { - "version": "1.0.27", + "version": "1.0.28", "license": "MIT", "dependencies": { "myst-common": "^1.3.0", @@ -15921,7 +15921,7 @@ } }, "packages/myst-to-typst": { - "version": "0.0.15", + "version": "0.0.16", "license": "MIT", "dependencies": { "myst-common": "^1.3.0", @@ -15963,7 +15963,7 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "packages/myst-transforms": { - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "dependencies": { "doi-utils": "^2.0.0", @@ -15996,7 +15996,7 @@ } }, "packages/mystmd": { - "version": "1.1.56", + "version": "1.2.0", "license": "MIT", "bin": { "myst": "dist/myst.cjs" @@ -16006,7 +16006,7 @@ "commander": "^10.0.1", "core-js": "^3.31.1", "js-yaml": "^4.1.0", - "myst-cli": "^1.1.56" + "myst-cli": "^1.2.0" } }, "packages/mystmd/node_modules/chalk": { @@ -16029,7 +16029,7 @@ } }, "packages/tex-to-myst": { - "version": "1.0.27", + "version": "1.0.28", "license": "MIT", "dependencies": { "@unified-latex/unified-latex": "^1.2.2", diff --git a/packages/myst-cli/CHANGELOG.md b/packages/myst-cli/CHANGELOG.md index 0634c8776..5ff3a3c89 100644 --- a/packages/myst-cli/CHANGELOG.md +++ b/packages/myst-cli/CHANGELOG.md @@ -1,5 +1,25 @@ # myst-cli +## 1.2.0 + +### Minor Changes + +- 243adf62: Update NodeJS minimum version + +### Patch Changes + +- 8c00333a: Support myst-theme.css in the dynamic export. +- 1734bffd: Included files remove frontmatter and update math/abbr +- 9a30092f: Support details/summary in HTML +- Updated dependencies [8851eca7] +- Updated dependencies [1734bffd] +- Updated dependencies [7efe77a0] +- Updated dependencies [9a30092f] + - myst-to-typst@0.0.16 + - myst-to-tex@1.0.28 + - myst-transforms@1.3.10 + - tex-to-myst@1.0.28 + ## 1.1.56 ### Patch Changes diff --git a/packages/myst-cli/package.json b/packages/myst-cli/package.json index 87ac055b8..a8366f306 100644 --- a/packages/myst-cli/package.json +++ b/packages/myst-cli/package.json @@ -1,6 +1,6 @@ { "name": "myst-cli", - "version": "1.1.56", + "version": "1.2.0", "description": "Command line tools for MyST", "author": "Franklin Koch ", "license": "MIT", @@ -85,9 +85,9 @@ "myst-to-docx": "^1.0.10", "myst-to-jats": "^1.0.26", "myst-to-md": "^1.0.11", - "myst-to-tex": "^1.0.27", - "myst-to-typst": "^0.0.15", - "myst-transforms": "^1.3.9", + "myst-to-tex": "^1.0.28", + "myst-to-typst": "^0.0.16", + "myst-transforms": "^1.3.10", "nanoid": "^4.0.0", "nbtx": "^0.2.3", "node-fetch": "^3.3.1", @@ -95,7 +95,7 @@ "redux": "^5.0.1", "simple-validators": "^1.0.4", "strip-ansi": "^7.0.1", - "tex-to-myst": "^1.0.27", + "tex-to-myst": "^1.0.28", "unified": "^10.1.2", "unist-util-filter": "^4.0.0", "unist-util-remove": "^3.1.0", diff --git a/packages/myst-to-tex/CHANGELOG.md b/packages/myst-to-tex/CHANGELOG.md index 5f5f94261..47eb8c6f6 100644 --- a/packages/myst-to-tex/CHANGELOG.md +++ b/packages/myst-to-tex/CHANGELOG.md @@ -1,5 +1,11 @@ # myst-to-tex +## 1.0.28 + +### Patch Changes + +- 8851eca7: Support `div` and `span` in typst and tex + ## 1.0.27 ### Patch Changes diff --git a/packages/myst-to-tex/package.json b/packages/myst-to-tex/package.json index 27b32ab1a..3ae62ca20 100644 --- a/packages/myst-to-tex/package.json +++ b/packages/myst-to-tex/package.json @@ -1,6 +1,6 @@ { "name": "myst-to-tex", - "version": "1.0.27", + "version": "1.0.28", "description": "Export from MyST mdast to latex", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-tex", diff --git a/packages/myst-to-typst/CHANGELOG.md b/packages/myst-to-typst/CHANGELOG.md index 8a995cc44..7cd293f29 100644 --- a/packages/myst-to-typst/CHANGELOG.md +++ b/packages/myst-to-typst/CHANGELOG.md @@ -1,5 +1,11 @@ # myst-to-typst +## 0.0.16 + +### Patch Changes + +- 8851eca7: Support `div` and `span` in typst and tex + ## 0.0.15 ### Patch Changes diff --git a/packages/myst-to-typst/package.json b/packages/myst-to-typst/package.json index 53ee0137c..7142c699b 100644 --- a/packages/myst-to-typst/package.json +++ b/packages/myst-to-typst/package.json @@ -1,6 +1,6 @@ { "name": "myst-to-typst", - "version": "0.0.15", + "version": "0.0.16", "description": "Export from MyST mdast to Typst", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-tex", diff --git a/packages/myst-transforms/CHANGELOG.md b/packages/myst-transforms/CHANGELOG.md index 285244483..14808063a 100644 --- a/packages/myst-transforms/CHANGELOG.md +++ b/packages/myst-transforms/CHANGELOG.md @@ -1,5 +1,13 @@ # myst-transforms +## 1.3.10 + +### Patch Changes + +- 1734bffd: Included files remove frontmatter and update math/abbr +- 7efe77a0: Ensure include file frontmatter takes priority +- 9a30092f: Support details/summary in HTML + ## 1.3.9 ### Patch Changes diff --git a/packages/myst-transforms/package.json b/packages/myst-transforms/package.json index 214033716..24c8411c6 100644 --- a/packages/myst-transforms/package.json +++ b/packages/myst-transforms/package.json @@ -1,6 +1,6 @@ { "name": "myst-transforms", - "version": "1.3.9", + "version": "1.3.10", "sideEffects": false, "type": "module", "exports": "./dist/index.js", diff --git a/packages/mystmd/CHANGELOG.md b/packages/mystmd/CHANGELOG.md index 1e542d660..86a6b1d90 100644 --- a/packages/mystmd/CHANGELOG.md +++ b/packages/mystmd/CHANGELOG.md @@ -1,5 +1,7 @@ # mystmd +## 1.2.0 + ## 1.1.56 ### Patch Changes diff --git a/packages/mystmd/package.json b/packages/mystmd/package.json index 2e8fabd4e..7873549e3 100644 --- a/packages/mystmd/package.json +++ b/packages/mystmd/package.json @@ -1,6 +1,6 @@ { "name": "mystmd", - "version": "1.1.56", + "version": "1.2.0", "description": "Command line tools for MyST Markdown", "author": "Rowan Cockett ", "license": "MIT", @@ -45,6 +45,6 @@ "commander": "^10.0.1", "core-js": "^3.31.1", "js-yaml": "^4.1.0", - "myst-cli": "^1.1.56" + "myst-cli": "^1.2.0" } } diff --git a/packages/tex-to-myst/CHANGELOG.md b/packages/tex-to-myst/CHANGELOG.md index 9b0448da6..7e547311a 100644 --- a/packages/tex-to-myst/CHANGELOG.md +++ b/packages/tex-to-myst/CHANGELOG.md @@ -1,5 +1,7 @@ # tex-to-myst +## 1.0.28 + ## 1.0.27 ### Patch Changes diff --git a/packages/tex-to-myst/package.json b/packages/tex-to-myst/package.json index f526b47da..733569d81 100644 --- a/packages/tex-to-myst/package.json +++ b/packages/tex-to-myst/package.json @@ -1,6 +1,6 @@ { "name": "tex-to-myst", - "version": "1.0.27", + "version": "1.0.28", "description": "Read LaTeX and convert to MyST AST", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/tex-to-myst",