diff --git a/.changeset/bright-panthers-leave.md b/.changeset/bright-panthers-leave.md deleted file mode 100644 index 2f5daf417..000000000 --- a/.changeset/bright-panthers-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-cli': patch ---- - -Fix inline expression block metadata diff --git a/.changeset/brown-suits-serve.md b/.changeset/brown-suits-serve.md deleted file mode 100644 index fa26b5567..000000000 --- a/.changeset/brown-suits-serve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'myst-cli': patch -'mystmd': patch ---- - -Add watch to build command diff --git a/.changeset/cool-tools-clean.md b/.changeset/cool-tools-clean.md deleted file mode 100644 index 3492c491d..000000000 --- a/.changeset/cool-tools-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-to-typst': patch ---- - -Support tables in typst export diff --git a/.changeset/eighty-students-sin.md b/.changeset/eighty-students-sin.md deleted file mode 100644 index 2f8d0a1dc..000000000 --- a/.changeset/eighty-students-sin.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'myst-directives': patch -'myst-transforms': patch -'myst-cli': patch ---- - -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 diff --git a/.changeset/few-plants-accept.md b/.changeset/few-plants-accept.md deleted file mode 100644 index b5ca68339..000000000 --- a/.changeset/few-plants-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-directives': patch ---- - -Make table directive less opinionated diff --git a/.changeset/gorgeous-books-sip.md b/.changeset/gorgeous-books-sip.md deleted file mode 100644 index 80b97e9b7..000000000 --- a/.changeset/gorgeous-books-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-frontmatter': patch ---- - -Infer export format from output file diff --git a/.changeset/lovely-beds-shout.md b/.changeset/lovely-beds-shout.md deleted file mode 100644 index 848806424..000000000 --- a/.changeset/lovely-beds-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-directives': patch ---- - -Remove `code-cell` language warning in jupytext notebooks diff --git a/.changeset/metal-wolves-arrive.md b/.changeset/metal-wolves-arrive.md deleted file mode 100644 index 34110db9b..000000000 --- a/.changeset/metal-wolves-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-cli': patch ---- - -Watch dependency files during myst start and build diff --git a/.changeset/new-walls-grab.md b/.changeset/new-walls-grab.md deleted file mode 100644 index 8b9005452..000000000 --- a/.changeset/new-walls-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-cli': patch ---- - -Remove file extensions from latex include diff --git a/.changeset/rotten-kangaroos-raise.md b/.changeset/rotten-kangaroos-raise.md deleted file mode 100644 index ad0da70fe..000000000 --- a/.changeset/rotten-kangaroos-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-to-typst': patch ---- - -Support thematic break in typst diff --git a/.changeset/silly-bulldogs-work.md b/.changeset/silly-bulldogs-work.md deleted file mode 100644 index da83d289b..000000000 --- a/.changeset/silly-bulldogs-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-cli': patch ---- - -Support image inline expressions diff --git a/package-lock.json b/package-lock.json index 00cd929fb..3ffb30d69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13481,7 +13481,7 @@ } }, "packages/myst-cli": { - "version": "1.1.36", + "version": "1.1.37", "license": "MIT", "dependencies": { "@jupyterlab/nbformat": "3.5.2", @@ -13509,25 +13509,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", @@ -13750,11 +13750,11 @@ } }, "packages/myst-common": { - "version": "1.1.20", + "version": "1.1.21", "license": "MIT", "dependencies": { "mdast": "^3.0.0", - "myst-frontmatter": "^1.1.20", + "myst-frontmatter": "^1.1.21", "myst-spec": "^0.0.4", "nanoid": "^4.0.0", "unified": "^10.1.2", @@ -13764,15 +13764,15 @@ "vfile-message": "^3.0.0" }, "devDependencies": { - "myst-spec-ext": "^1.1.20", + "myst-spec-ext": "^1.1.21", "unist-builder": "3.0.0" } }, "packages/myst-config": { - "version": "1.1.20", + "version": "1.1.21", "license": "MIT", "dependencies": { - "myst-frontmatter": "^1.1.20", + "myst-frontmatter": "^1.1.21", "simple-validators": "^1.0.4" }, "devDependencies": { @@ -13780,12 +13780,12 @@ } }, "packages/myst-directives": { - "version": "1.0.20", + "version": "1.0.21", "license": "MIT", "dependencies": { "js-yaml": "^4.1.0", - "myst-common": "^1.1.20", - "myst-spec-ext": "^1.1.20", + "myst-common": "^1.1.21", + "myst-spec-ext": "^1.1.21", "nanoid": "^4.0.2", "unist-util-select": "^4.0.3", "vfile": "^5.3.7" @@ -13853,7 +13853,7 @@ } }, "packages/myst-frontmatter": { - "version": "1.1.20", + "version": "1.1.21", "license": "MIT", "dependencies": { "credit-roles": "^2.1.0", @@ -13870,7 +13870,7 @@ } }, "packages/myst-parser": { - "version": "1.0.20", + "version": "1.0.21", "license": "MIT", "dependencies": { "he": "^1.2.0", @@ -13883,9 +13883,9 @@ "markdown-it-myst": "1.0.5", "markdown-it-myst-extras": "0.3.0", "markdown-it-task-lists": "^2.1.1", - "myst-common": "^1.1.20", - "myst-directives": "^1.0.20", - "myst-roles": "^1.0.20", + "myst-common": "^1.1.21", + "myst-directives": "^1.0.21", + "myst-roles": "^1.0.21", "myst-spec": "^0.0.4", "unified": "^10.1.1", "unist-builder": "^3.0.0", @@ -13902,8 +13902,8 @@ "@types/markdown-it": "^12.2.3", "@types/mdast": "^3.0.10", "js-yaml": "^4.1.0", - "myst-to-html": "^1.0.20", - "myst-transforms": "^1.1.18", + "myst-to-html": "^1.0.21", + "myst-transforms": "^1.1.19", "rehype-stringify": "^9.0.3" } }, @@ -13939,15 +13939,15 @@ } }, "packages/myst-roles": { - "version": "1.0.20", + "version": "1.0.21", "license": "MIT", "dependencies": { - "myst-common": "^1.1.20", - "myst-spec-ext": "^1.1.20" + "myst-common": "^1.1.21", + "myst-spec-ext": "^1.1.21" } }, "packages/myst-spec-ext": { - "version": "1.1.20", + "version": "1.1.21", "license": "MIT", "dependencies": { "myst-spec": "^0.0.4" @@ -13999,7 +13999,7 @@ } }, "packages/myst-to-html": { - "version": "1.0.20", + "version": "1.0.21", "license": "MIT", "dependencies": { "classnames": "^2.3.2", @@ -14009,7 +14009,7 @@ "mdast": "^3.0.0", "mdast-util-find-and-replace": "^2.1.0", "mdast-util-to-hast": "^12.3.0", - "myst-common": "^1.1.20", + "myst-common": "^1.1.21", "rehype-format": "^4.0.1", "rehype-parse": "^8.0.4", "rehype-remark": "^9.1.2", @@ -14138,19 +14138,19 @@ } }, "packages/myst-to-typst": { - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "dependencies": { - "myst-common": "^1.1.20", - "myst-frontmatter": "^1.1.20", - "myst-spec-ext": "^1.1.20", + "myst-common": "^1.1.21", + "myst-frontmatter": "^1.1.21", + "myst-spec-ext": "^1.1.21", "tex-to-typst": "^0.0.4", "unist-util-select": "^4.0.3", "vfile-reporter": "^7.0.4" } }, "packages/myst-transforms": { - "version": "1.1.18", + "version": "1.1.19", "license": "MIT", "dependencies": { "doi-utils": "^2.0.0", @@ -14160,10 +14160,10 @@ "js-yaml": "^4.1.0", "katex": "^0.15.2", "mdast-util-find-and-replace": "^2.1.0", - "myst-common": "^1.1.20", + "myst-common": "^1.1.21", "myst-spec": "^0.0.4", - "myst-spec-ext": "^1.1.20", - "myst-to-html": "1.0.20", + "myst-spec-ext": "^1.1.21", + "myst-to-html": "1.0.21", "rehype-parse": "^8.0.4", "rehype-remark": "^9.1.2", "unified": "^10.0.0", @@ -14182,7 +14182,7 @@ } }, "packages/mystmd": { - "version": "1.1.36", + "version": "1.1.37", "license": "MIT", "bin": { "myst": "dist/myst.cjs" @@ -14192,7 +14192,7 @@ "commander": "^10.0.1", "core-js": "^3.31.1", "js-yaml": "^4.1.0", - "myst-cli": "^1.1.36" + "myst-cli": "^1.1.37" } }, "packages/mystmd/node_modules/chalk": { diff --git a/packages/myst-cli/CHANGELOG.md b/packages/myst-cli/CHANGELOG.md index 0cc44eee9..045da394b 100644 --- a/packages/myst-cli/CHANGELOG.md +++ b/packages/myst-cli/CHANGELOG.md @@ -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] + - myst-to-typst@0.0.8 + - myst-transforms@1.1.19 + - myst-frontmatter@1.1.21 + - myst-common@1.1.21 + - myst-config@1.1.21 + - myst-spec-ext@1.1.21 + - myst-parser@1.0.21 + ## 1.1.36 ### Patch Changes diff --git a/packages/myst-cli/package.json b/packages/myst-cli/package.json index 8a47eb98b..82d70ebbe 100644 --- a/packages/myst-cli/package.json +++ b/packages/myst-cli/package.json @@ -1,6 +1,6 @@ { "name": "myst-cli", - "version": "1.1.36", + "version": "1.1.37", "description": "Command line tools for MyST", "author": "Franklin Koch ", "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", diff --git a/packages/myst-common/CHANGELOG.md b/packages/myst-common/CHANGELOG.md index 610eb6a07..a2d465daf 100644 --- a/packages/myst-common/CHANGELOG.md +++ b/packages/myst-common/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-common +## 1.1.21 + +### Patch Changes + +- Updated dependencies [134c26ab] + - myst-frontmatter@1.1.21 + ## 1.1.20 ### Patch Changes diff --git a/packages/myst-common/package.json b/packages/myst-common/package.json index 46e7b4de7..2280998b5 100644 --- a/packages/myst-common/package.json +++ b/packages/myst-common/package.json @@ -1,7 +1,7 @@ { "name": "myst-common", "sideEffects": false, - "version": "1.1.20", + "version": "1.1.21", "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", @@ -20,7 +20,7 @@ }, "dependencies": { "mdast": "^3.0.0", - "myst-frontmatter": "^1.1.20", + "myst-frontmatter": "^1.1.21", "myst-spec": "^0.0.4", "nanoid": "^4.0.0", "unified": "^10.1.2", @@ -30,7 +30,7 @@ "vfile-message": "^3.0.0" }, "devDependencies": { - "myst-spec-ext": "^1.1.20", + "myst-spec-ext": "^1.1.21", "unist-builder": "3.0.0" } } diff --git a/packages/myst-config/CHANGELOG.md b/packages/myst-config/CHANGELOG.md index 5a69eefcf..e966acea7 100644 --- a/packages/myst-config/CHANGELOG.md +++ b/packages/myst-config/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-config +## 1.1.21 + +### Patch Changes + +- Updated dependencies [134c26ab] + - myst-frontmatter@1.1.21 + ## 1.1.20 ### Patch Changes diff --git a/packages/myst-config/package.json b/packages/myst-config/package.json index 7735eda48..277d09e1b 100644 --- a/packages/myst-config/package.json +++ b/packages/myst-config/package.json @@ -1,6 +1,6 @@ { "name": "myst-config", - "version": "1.1.20", + "version": "1.1.21", "license": "MIT", "description": "Project and site config types and validation for the mystmd ecosystem", "author": "Franklin Koch ", @@ -31,7 +31,7 @@ "url": "https://github.com/executablebooks/mystmd/issues" }, "dependencies": { - "myst-frontmatter": "^1.1.20", + "myst-frontmatter": "^1.1.21", "simple-validators": "^1.0.4" }, "devDependencies": { diff --git a/packages/myst-directives/CHANGELOG.md b/packages/myst-directives/CHANGELOG.md index 985d41c22..b2610ebfa 100644 --- a/packages/myst-directives/CHANGELOG.md +++ b/packages/myst-directives/CHANGELOG.md @@ -1,5 +1,23 @@ # myst-directives +## 1.0.21 + +### Patch Changes + +- 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 + +- bfed37b: Make table directive less opinionated +- 9573382a: Remove `code-cell` language warning in jupytext notebooks + - myst-common@1.1.21 + - myst-spec-ext@1.1.21 + ## 1.0.20 ### Patch Changes diff --git a/packages/myst-directives/package.json b/packages/myst-directives/package.json index 003cd310e..4b269c707 100644 --- a/packages/myst-directives/package.json +++ b/packages/myst-directives/package.json @@ -1,6 +1,6 @@ { "name": "myst-directives", - "version": "1.0.20", + "version": "1.0.21", "sideEffects": false, "license": "MIT", "description": "Default directive definitions for MyST", @@ -33,8 +33,8 @@ }, "dependencies": { "js-yaml": "^4.1.0", - "myst-common": "^1.1.20", - "myst-spec-ext": "^1.1.20", + "myst-common": "^1.1.21", + "myst-spec-ext": "^1.1.21", "nanoid": "^4.0.2", "unist-util-select": "^4.0.3", "vfile": "^5.3.7" diff --git a/packages/myst-frontmatter/CHANGELOG.md b/packages/myst-frontmatter/CHANGELOG.md index ebbbfb78a..a25fa1b6e 100644 --- a/packages/myst-frontmatter/CHANGELOG.md +++ b/packages/myst-frontmatter/CHANGELOG.md @@ -1,5 +1,11 @@ # myst-frontmatter +## 1.1.21 + +### Patch Changes + +- 134c26ab: Infer export format from output file + ## 1.1.20 ### Patch Changes diff --git a/packages/myst-frontmatter/package.json b/packages/myst-frontmatter/package.json index af84d951f..1377eca8f 100644 --- a/packages/myst-frontmatter/package.json +++ b/packages/myst-frontmatter/package.json @@ -1,6 +1,6 @@ { "name": "myst-frontmatter", - "version": "1.1.20", + "version": "1.1.21", "sideEffects": false, "license": "MIT", "description": "Frontmatter types and validation for the mystmd ecosystem", diff --git a/packages/myst-parser/CHANGELOG.md b/packages/myst-parser/CHANGELOG.md index f0ca430de..784a31b45 100644 --- a/packages/myst-parser/CHANGELOG.md +++ b/packages/myst-parser/CHANGELOG.md @@ -1,5 +1,16 @@ # myst-parser +## 1.0.21 + +### Patch Changes + +- Updated dependencies [9573382a] +- Updated dependencies [bfed37b] +- Updated dependencies [9573382a] + - myst-directives@1.0.21 + - myst-common@1.1.21 + - myst-roles@1.0.21 + ## 1.0.20 ### Patch Changes diff --git a/packages/myst-parser/package.json b/packages/myst-parser/package.json index 4f877cd41..f2dcb5692 100644 --- a/packages/myst-parser/package.json +++ b/packages/myst-parser/package.json @@ -1,6 +1,6 @@ { "name": "myst-parser", - "version": "1.0.20", + "version": "1.0.21", "description": "Markdown parser for MyST markdown in JavaScript", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-parser", @@ -51,9 +51,9 @@ "markdown-it-myst": "1.0.5", "markdown-it-myst-extras": "0.3.0", "markdown-it-task-lists": "^2.1.1", - "myst-common": "^1.1.20", - "myst-directives": "^1.0.20", - "myst-roles": "^1.0.20", + "myst-common": "^1.1.21", + "myst-directives": "^1.0.21", + "myst-roles": "^1.0.21", "myst-spec": "^0.0.4", "unified": "^10.1.1", "unist-builder": "^3.0.0", @@ -70,8 +70,8 @@ "@types/markdown-it": "^12.2.3", "@types/mdast": "^3.0.10", "js-yaml": "^4.1.0", - "myst-to-html": "^1.0.20", - "myst-transforms": "^1.1.18", + "myst-to-html": "^1.0.21", + "myst-transforms": "^1.1.19", "rehype-stringify": "^9.0.3" } } diff --git a/packages/myst-roles/CHANGELOG.md b/packages/myst-roles/CHANGELOG.md index 5bbf42d4c..0154c1333 100644 --- a/packages/myst-roles/CHANGELOG.md +++ b/packages/myst-roles/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-roles +## 1.0.21 + +### Patch Changes + +- myst-common@1.1.21 +- myst-spec-ext@1.1.21 + ## 1.0.20 ### Patch Changes diff --git a/packages/myst-roles/package.json b/packages/myst-roles/package.json index e3fcc6102..1e7befc40 100644 --- a/packages/myst-roles/package.json +++ b/packages/myst-roles/package.json @@ -1,6 +1,6 @@ { "name": "myst-roles", - "version": "1.0.20", + "version": "1.0.21", "sideEffects": false, "license": "MIT", "description": "Default role definitions for MyST", @@ -32,7 +32,7 @@ "url": "https://github.com/executablebooks/mystmd/issues" }, "dependencies": { - "myst-common": "^1.1.20", - "myst-spec-ext": "^1.1.20" + "myst-common": "^1.1.21", + "myst-spec-ext": "^1.1.21" } } diff --git a/packages/myst-spec-ext/CHANGELOG.md b/packages/myst-spec-ext/CHANGELOG.md index 21b9dea28..3d4ca5878 100644 --- a/packages/myst-spec-ext/CHANGELOG.md +++ b/packages/myst-spec-ext/CHANGELOG.md @@ -1,5 +1,7 @@ # myst-spec-ext +## 1.1.21 + ## 1.1.20 ## 1.1.19 diff --git a/packages/myst-spec-ext/package.json b/packages/myst-spec-ext/package.json index 6ae184d0c..ea86ff200 100644 --- a/packages/myst-spec-ext/package.json +++ b/packages/myst-spec-ext/package.json @@ -1,6 +1,6 @@ { "name": "myst-spec-ext", - "version": "1.1.20", + "version": "1.1.21", "description": "Extensions for myst-spec that are used in mystmd", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-spec-ext", diff --git a/packages/myst-to-html/CHANGELOG.md b/packages/myst-to-html/CHANGELOG.md index 5fc626103..5ba28a572 100644 --- a/packages/myst-to-html/CHANGELOG.md +++ b/packages/myst-to-html/CHANGELOG.md @@ -1,5 +1,11 @@ # myst-to-html +## 1.0.21 + +### Patch Changes + +- myst-common@1.1.21 + ## 1.0.20 ### Patch Changes diff --git a/packages/myst-to-html/package.json b/packages/myst-to-html/package.json index 2d115fc0a..fb2e54265 100644 --- a/packages/myst-to-html/package.json +++ b/packages/myst-to-html/package.json @@ -1,6 +1,6 @@ { "name": "myst-to-html", - "version": "1.0.20", + "version": "1.0.21", "description": "Export from MyST mdast to HTML", "author": "Franklin Koch ", "homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-html", @@ -44,7 +44,7 @@ "mdast": "^3.0.0", "mdast-util-find-and-replace": "^2.1.0", "mdast-util-to-hast": "^12.3.0", - "myst-common": "^1.1.20", + "myst-common": "^1.1.21", "rehype-format": "^4.0.1", "rehype-parse": "^8.0.4", "rehype-remark": "^9.1.2", diff --git a/packages/myst-to-typst/CHANGELOG.md b/packages/myst-to-typst/CHANGELOG.md index f917c34cc..841a421e2 100644 --- a/packages/myst-to-typst/CHANGELOG.md +++ b/packages/myst-to-typst/CHANGELOG.md @@ -1,5 +1,16 @@ # myst-to-typst +## 0.0.8 + +### Patch Changes + +- bfed37b: Support tables in typst export +- bfed37b: Support thematic break in typst +- Updated dependencies [134c26ab] + - myst-frontmatter@1.1.21 + - myst-common@1.1.21 + - myst-spec-ext@1.1.21 + ## 0.0.7 ### Patch Changes diff --git a/packages/myst-to-typst/package.json b/packages/myst-to-typst/package.json index a254d61b1..9e0539a29 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.7", + "version": "0.0.8", "description": "Export from MyST mdast to Typst", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-tex", @@ -37,9 +37,9 @@ "url": "https://github.com/executablebooks/mystmd/issues" }, "dependencies": { - "myst-common": "^1.1.20", - "myst-frontmatter": "^1.1.20", - "myst-spec-ext": "^1.1.20", + "myst-common": "^1.1.21", + "myst-frontmatter": "^1.1.21", + "myst-spec-ext": "^1.1.21", "tex-to-typst": "^0.0.4", "unist-util-select": "^4.0.3", "vfile-reporter": "^7.0.4" diff --git a/packages/myst-transforms/CHANGELOG.md b/packages/myst-transforms/CHANGELOG.md index a96c4e0b8..857da4a2c 100644 --- a/packages/myst-transforms/CHANGELOG.md +++ b/packages/myst-transforms/CHANGELOG.md @@ -1,5 +1,21 @@ # myst-transforms +## 1.1.19 + +### Patch Changes + +- 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 + - myst-common@1.1.21 + - myst-spec-ext@1.1.21 + - myst-to-html@1.0.21 + ## 1.1.18 ### Patch Changes diff --git a/packages/myst-transforms/package.json b/packages/myst-transforms/package.json index d18727bbe..424a113d7 100644 --- a/packages/myst-transforms/package.json +++ b/packages/myst-transforms/package.json @@ -1,6 +1,6 @@ { "name": "myst-transforms", - "version": "1.1.18", + "version": "1.1.19", "sideEffects": false, "type": "module", "exports": "./dist/index.js", @@ -26,10 +26,10 @@ "katex": "^0.15.2", "hast-util-to-mdast": "^8.3.1", "mdast-util-find-and-replace": "^2.1.0", - "myst-common": "^1.1.20", + "myst-common": "^1.1.21", "myst-spec": "^0.0.4", - "myst-spec-ext": "^1.1.20", - "myst-to-html": "1.0.20", + "myst-spec-ext": "^1.1.21", + "myst-to-html": "1.0.21", "rehype-parse": "^8.0.4", "rehype-remark": "^9.1.2", "unified": "^10.0.0", diff --git a/packages/mystmd-py/setup.cfg b/packages/mystmd-py/setup.cfg index 5b07986bc..745218ce4 100644 --- a/packages/mystmd-py/setup.cfg +++ b/packages/mystmd-py/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mystmd -version = 1.1.36 +version = 1.1.37 description = Command line tools for MyST Markdown long_description = file: README.md long_description_content_type = text/markdown diff --git a/packages/mystmd/CHANGELOG.md b/packages/mystmd/CHANGELOG.md index 24313c62d..0146370d6 100644 --- a/packages/mystmd/CHANGELOG.md +++ b/packages/mystmd/CHANGELOG.md @@ -1,5 +1,11 @@ # mystmd +## 1.1.37 + +### Patch Changes + +- 134c26ab: Add watch to build command + ## 1.1.36 ### Patch Changes diff --git a/packages/mystmd/package.json b/packages/mystmd/package.json index dd80387c9..40ab0f104 100644 --- a/packages/mystmd/package.json +++ b/packages/mystmd/package.json @@ -1,6 +1,6 @@ { "name": "mystmd", - "version": "1.1.36", + "version": "1.1.37", "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.36" + "myst-cli": "^1.1.37" } }