From 229576b196890dc8749bd37f96e266bb75944285 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Tue, 21 Mar 2023 21:04:03 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v0.1.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/chilly-parrots-grab.md | 6 - .changeset/fair-pumpkins-cheer.md | 5 - .changeset/happy-hornets-impress.md | 5 - .changeset/hot-chicken-sniff.md | 6 - .changeset/hungry-tigers-hunt.md | 8 -- .changeset/large-experts-exercise.md | 5 - .changeset/large-suits-grow.md | 5 - .changeset/lucky-numbers-brake.md | 5 - .changeset/nasty-mayflies-accept.md | 5 - .changeset/swift-plums-joke.md | 5 - .changeset/tame-moons-repeat.md | 5 - package-lock.json | 142 ++++++++++++------------ packages/jats-to-myst/CHANGELOG.md | 9 ++ packages/jats-to-myst/package.json | 6 +- packages/jtex/CHANGELOG.md | 11 ++ packages/jtex/package.json | 6 +- packages/myst-cli-utils/CHANGELOG.md | 7 ++ packages/myst-cli-utils/package.json | 2 +- packages/myst-cli/CHANGELOG.md | 27 +++++ packages/myst-cli/package.json | 20 ++-- packages/myst-directives/CHANGELOG.md | 7 ++ packages/myst-directives/package.json | 4 +- packages/myst-ext-card/package.json | 2 +- packages/myst-ext-grid/package.json | 2 +- packages/myst-ext-reactive/package.json | 2 +- packages/myst-ext-tabs/package.json | 2 +- packages/myst-parser/CHANGELOG.md | 9 ++ packages/myst-parser/package.json | 8 +- packages/myst-roles/CHANGELOG.md | 7 ++ packages/myst-roles/package.json | 4 +- packages/myst-spec-ext/CHANGELOG.md | 6 + packages/myst-spec-ext/package.json | 2 +- packages/myst-templates/CHANGELOG.md | 9 ++ packages/myst-templates/package.json | 4 +- packages/myst-to-docx/CHANGELOG.md | 7 ++ packages/myst-to-docx/package.json | 4 +- packages/myst-to-html/CHANGELOG.md | 7 ++ packages/myst-to-html/package.json | 4 +- packages/myst-to-jats/CHANGELOG.md | 7 ++ packages/myst-to-jats/package.json | 4 +- packages/myst-to-tex/CHANGELOG.md | 8 ++ packages/myst-to-tex/package.json | 2 +- packages/myst-transforms/CHANGELOG.md | 8 ++ packages/myst-transforms/package.json | 4 +- packages/tex-to-myst/CHANGELOG.md | 7 ++ packages/tex-to-myst/package.json | 4 +- 46 files changed, 250 insertions(+), 174 deletions(-) delete mode 100644 .changeset/chilly-parrots-grab.md delete mode 100644 .changeset/fair-pumpkins-cheer.md delete mode 100644 .changeset/happy-hornets-impress.md delete mode 100644 .changeset/hot-chicken-sniff.md delete mode 100644 .changeset/hungry-tigers-hunt.md delete mode 100644 .changeset/large-experts-exercise.md delete mode 100644 .changeset/large-suits-grow.md delete mode 100644 .changeset/lucky-numbers-brake.md delete mode 100644 .changeset/nasty-mayflies-accept.md delete mode 100644 .changeset/swift-plums-joke.md delete mode 100644 .changeset/tame-moons-repeat.md diff --git a/.changeset/chilly-parrots-grab.md b/.changeset/chilly-parrots-grab.md deleted file mode 100644 index 12aa4584c..000000000 --- a/.changeset/chilly-parrots-grab.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'myst-cli': patch -'myst-cli-utils': patch ---- - -Move hash/copy file function from myst-cli to myst-cli-utils diff --git a/.changeset/fair-pumpkins-cheer.md b/.changeset/fair-pumpkins-cheer.md deleted file mode 100644 index fc0e78ca7..000000000 --- a/.changeset/fair-pumpkins-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-to-tex': patch ---- - -Use \newline instead of \\ for breaks in latex export diff --git a/.changeset/happy-hornets-impress.md b/.changeset/happy-hornets-impress.md deleted file mode 100644 index b53f5df37..000000000 --- a/.changeset/happy-hornets-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-parser': patch ---- - -Update readme example diff --git a/.changeset/hot-chicken-sniff.md b/.changeset/hot-chicken-sniff.md deleted file mode 100644 index 7c63fafc0..000000000 --- a/.changeset/hot-chicken-sniff.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'myst-parser': patch -'myst-spec-ext': patch ---- - -Improve parsing of tasklists for mdast diff --git a/.changeset/hungry-tigers-hunt.md b/.changeset/hungry-tigers-hunt.md deleted file mode 100644 index 99ffda2ce..000000000 --- a/.changeset/hungry-tigers-hunt.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'jtex': patch -'myst-cli': patch -'myst-cli-utils': patch -'myst-templates': patch ---- - -Support copying template files during export and writing relative paths; myst-cli uses this for tex exports diff --git a/.changeset/large-experts-exercise.md b/.changeset/large-experts-exercise.md deleted file mode 100644 index 811b34f4a..000000000 --- a/.changeset/large-experts-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-to-tex': patch ---- - -Use non-normalized label for latex figure diff --git a/.changeset/large-suits-grow.md b/.changeset/large-suits-grow.md deleted file mode 100644 index fd48ea994..000000000 --- a/.changeset/large-suits-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-cli': patch ---- - -Refactor image conversion transform for extensibility and code deduplication diff --git a/.changeset/lucky-numbers-brake.md b/.changeset/lucky-numbers-brake.md deleted file mode 100644 index fc55abe8b..000000000 --- a/.changeset/lucky-numbers-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-to-tex': patch ---- - -Escape basic characters in latex href diff --git a/.changeset/nasty-mayflies-accept.md b/.changeset/nasty-mayflies-accept.md deleted file mode 100644 index b33855d00..000000000 --- a/.changeset/nasty-mayflies-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'jtex': patch ---- - -Write only 'myst: v1' not 'jtex: v1' in template.tex on 'jtex check --fix' diff --git a/.changeset/swift-plums-joke.md b/.changeset/swift-plums-joke.md deleted file mode 100644 index b6d8c00d0..000000000 --- a/.changeset/swift-plums-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-transforms': patch ---- - -Stop hoisting deep headings into frontmatter title diff --git a/.changeset/tame-moons-repeat.md b/.changeset/tame-moons-repeat.md deleted file mode 100644 index 6dcdd5e54..000000000 --- a/.changeset/tame-moons-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'myst-cli': patch ---- - -Resolve images with wildcard extensions to existing images diff --git a/package-lock.json b/package-lock.json index 2bfa4efc7..c67e28c72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13032,15 +13032,15 @@ } }, "packages/jats-to-myst": { - "version": "0.0.19", + "version": "0.0.20", "license": "MIT", "dependencies": { "jats-xml": "^0.0.14", "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", - "myst-transforms": "^0.0.22", + "myst-spec-ext": "^0.0.9", + "myst-transforms": "^0.0.23", "unist-util-select": "^4.0.0", "vfile-reporter": "^7.0.4" }, @@ -13056,15 +13056,15 @@ } }, "packages/jtex": { - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^8.3.0", "js-yaml": "^4.1.0", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-frontmatter": "^0.0.9", - "myst-templates": "^0.1.10", + "myst-templates": "^0.1.11", "node-fetch": "^2.6.7", "nunjucks": "^3.2.3", "pretty-hrtime": "^1.0.3", @@ -13151,7 +13151,7 @@ } }, "packages/myst-cli": { - "version": "0.1.18", + "version": "0.1.19", "license": "MIT", "dependencies": { "@jupyterlab/nbformat": "3.5.2", @@ -13170,10 +13170,10 @@ "inquirer": "^8.2.2", "intersphinx": "^0.0.8", "js-yaml": "^4.1.0", - "jtex": "^0.1.8", + "jtex": "^0.1.9", "mdast": "^3.0.0", "mime-types": "^2.1.35", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-common": "^0.0.14", "myst-config": "^0.0.10", "myst-ext-card": "^0.0.4", @@ -13181,20 +13181,20 @@ "myst-ext-reactive": "^0.0.4", "myst-ext-tabs": "^0.0.4", "myst-frontmatter": "^0.0.9", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", - "myst-templates": "^0.1.10", - "myst-to-docx": "^0.0.17", - "myst-to-tex": "^0.0.20", - "myst-transforms": "^0.0.22", + "myst-spec-ext": "^0.0.9", + "myst-templates": "^0.1.11", + "myst-to-docx": "^0.0.18", + "myst-to-tex": "^0.0.21", + "myst-transforms": "^0.0.23", "nanoid": "^4.0.0", "nbtx": "^0.2.3", "node-fetch": "^3.2.10", "redux": "^4.2.0", "simple-validators": "^0.0.3", "strip-ansi": "^7.0.1", - "tex-to-myst": "^0.0.20", + "tex-to-myst": "^0.0.21", "unified": "^10.1.2", "unist-util-filter": "^4.0.0", "unist-util-remove": "^3.1.0", @@ -13231,7 +13231,7 @@ } }, "packages/myst-cli-utils": { - "version": "0.0.10", + "version": "0.0.11", "license": "MIT", "dependencies": { "chalk": "^4.1.2", @@ -13415,12 +13415,12 @@ } }, "packages/myst-directives": { - "version": "0.0.22", + "version": "0.0.23", "license": "MIT", "dependencies": { "js-yaml": "^4.1.0", "myst-common": "^0.0.14", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "vfile": "^5.3.7" }, "devDependencies": { @@ -13446,7 +13446,7 @@ "eslint": "^8.21.0", "eslint-config-curvenote": "latest", "jest": "28.1.3", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -13465,7 +13465,7 @@ "eslint": "^8.21.0", "eslint-config-curvenote": "latest", "jest": "28.1.3", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -13484,7 +13484,7 @@ "eslint": "^8.21.0", "eslint-config-curvenote": "latest", "jest": "28.1.3", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -13503,7 +13503,7 @@ "eslint": "^8.21.0", "eslint-config-curvenote": "latest", "jest": "28.1.3", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -13539,7 +13539,7 @@ } }, "packages/myst-parser": { - "version": "0.0.22", + "version": "0.0.23", "license": "MIT", "dependencies": { "he": "^1.2.0", @@ -13552,8 +13552,8 @@ "markdown-it-myst": "0.1.3", "markdown-it-myst-extras": "0.2.0", "markdown-it-task-lists": "^2.1.1", - "myst-directives": "^0.0.22", - "myst-roles": "^0.0.22", + "myst-directives": "^0.0.23", + "myst-roles": "^0.0.23", "myst-spec": "^0.0.4", "unified": "^10.1.1", "unist-builder": "^3.0.0", @@ -13574,7 +13574,7 @@ "eslint-config-curvenote": "latest", "jest": "28.1.3", "js-yaml": "^4.1.0", - "myst-to-html": "^0.0.22", + "myst-to-html": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "^2.6.1", "rehype-stringify": "^9.0.3", @@ -13585,11 +13585,11 @@ } }, "packages/myst-roles": { - "version": "0.0.22", + "version": "0.0.23", "license": "MIT", "dependencies": { "myst-common": "^0.0.14", - "myst-spec-ext": "^0.0.8" + "myst-spec-ext": "^0.0.9" }, "devDependencies": { "@types/jest": "^28.1.6", @@ -13604,7 +13604,7 @@ } }, "packages/myst-spec-ext": { - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "dependencies": { "myst-spec": "^0.0.4" @@ -13619,13 +13619,13 @@ } }, "packages/myst-templates": { - "version": "0.1.10", + "version": "0.1.11", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^8.3.0", "js-yaml": "^4.1.0", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "node-fetch": "^2.6.7", @@ -13652,7 +13652,7 @@ } }, "packages/myst-to-docx": { - "version": "0.0.17", + "version": "0.0.18", "license": "MIT", "dependencies": { "buffer-image-size": "^0.6.4", @@ -13660,7 +13660,7 @@ "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8" + "myst-spec-ext": "^0.0.9" }, "devDependencies": { "@types/jest": "^28.1.6", @@ -13680,7 +13680,7 @@ "license": "MIT" }, "packages/myst-to-html": { - "version": "0.0.22", + "version": "0.0.23", "license": "MIT", "dependencies": { "classnames": "^2.3.2", @@ -13690,7 +13690,7 @@ "mdast-util-find-and-replace": "^2.1.0", "mdast-util-to-hast": "^12.3.0", "myst-common": "^0.0.14", - "myst-transforms": "^0.0.22", + "myst-transforms": "^0.0.23", "rehype-format": "^4.0.1", "rehype-parse": "^8.0.4", "rehype-remark": "^9.1.2", @@ -13723,14 +13723,14 @@ } }, "packages/myst-to-jats": { - "version": "0.0.19", + "version": "0.0.20", "license": "MIT", "dependencies": { "jats-xml": "^0.0.14", "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "unist-util-select": "^4.0.0", "vfile-reporter": "^7.0.4", "xml-js": "^1.6.11" @@ -13771,7 +13771,7 @@ } }, "packages/myst-to-tex": { - "version": "0.0.20", + "version": "0.0.21", "license": "MIT", "dependencies": { "myst-common": "^0.0.14", @@ -13791,7 +13791,7 @@ } }, "packages/myst-transforms": { - "version": "0.0.22", + "version": "0.0.23", "license": "MIT", "dependencies": { "doi-utils": "^1.0.9", @@ -13801,7 +13801,7 @@ "mdast-util-find-and-replace": "^2.1.0", "myst-common": "^0.0.14", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "rehype-parse": "^8.0.4", "rehype-remark": "^9.1.2", "unified": "^10.0.0", @@ -13920,13 +13920,13 @@ } }, "packages/tex-to-myst": { - "version": "0.0.20", + "version": "0.0.21", "license": "MIT", "dependencies": { "@unified-latex/unified-latex": "^1.2.2", "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "unist-util-select": "^4.0.0", "vfile-reporter": "^7.0.4" }, @@ -18822,8 +18822,8 @@ "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", - "myst-transforms": "^0.0.22", + "myst-spec-ext": "^0.0.9", + "myst-transforms": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "^2.6.1", "rimraf": "^3.0.2", @@ -19497,9 +19497,9 @@ "jest": "^28.1.3", "js-yaml": "^4.1.0", "memfs": "^3.4.7", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-frontmatter": "^0.0.9", - "myst-templates": "^0.1.10", + "myst-templates": "^0.1.11", "node-fetch": "^2.6.7", "npm-run-all": "^4.1.5", "nunjucks": "^3.2.3", @@ -20286,10 +20286,10 @@ "intersphinx": "^0.0.8", "jest": "^28.1.3", "js-yaml": "^4.1.0", - "jtex": "^0.1.8", + "jtex": "^0.1.9", "mdast": "^3.0.0", "mime-types": "^2.1.35", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-common": "^0.0.14", "myst-config": "^0.0.10", "myst-ext-card": "^0.0.4", @@ -20297,13 +20297,13 @@ "myst-ext-reactive": "^0.0.4", "myst-ext-tabs": "^0.0.4", "myst-frontmatter": "^0.0.9", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", - "myst-templates": "^0.1.10", - "myst-to-docx": "^0.0.17", - "myst-to-tex": "^0.0.20", - "myst-transforms": "^0.0.22", + "myst-spec-ext": "^0.0.9", + "myst-templates": "^0.1.11", + "myst-to-docx": "^0.0.18", + "myst-to-tex": "^0.0.21", + "myst-transforms": "^0.0.23", "nanoid": "^4.0.0", "nbtx": "^0.2.3", "node-fetch": "^3.2.10", @@ -20313,7 +20313,7 @@ "rimraf": "^3.0.2", "simple-validators": "^0.0.3", "strip-ansi": "^7.0.1", - "tex-to-myst": "^0.0.20", + "tex-to-myst": "^0.0.21", "ts-jest": "^28.0.7", "typescript": "latest", "unified": "^10.1.2", @@ -20459,7 +20459,7 @@ "jest": "28.1.3", "js-yaml": "^4.1.0", "myst-common": "^0.0.14", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -20476,7 +20476,7 @@ "eslint-config-curvenote": "latest", "jest": "28.1.3", "myst-common": "^0.0.14", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -20492,7 +20492,7 @@ "eslint-config-curvenote": "latest", "jest": "28.1.3", "myst-common": "^0.0.14", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -20508,7 +20508,7 @@ "eslint-config-curvenote": "latest", "jest": "28.1.3", "myst-common": "^0.0.14", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -20524,7 +20524,7 @@ "eslint-config-curvenote": "latest", "jest": "28.1.3", "myst-common": "^0.0.14", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -20580,10 +20580,10 @@ "markdown-it-myst": "0.1.3", "markdown-it-myst-extras": "0.2.0", "markdown-it-task-lists": "^2.1.1", - "myst-directives": "^0.0.22", - "myst-roles": "^0.0.22", + "myst-directives": "^0.0.23", + "myst-roles": "^0.0.23", "myst-spec": "^0.0.4", - "myst-to-html": "^0.0.22", + "myst-to-html": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "^2.6.1", "rehype-stringify": "^9.0.3", @@ -20607,7 +20607,7 @@ "eslint-config-curvenote": "latest", "jest": "28.1.3", "myst-common": "^0.0.14", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", @@ -20646,7 +20646,7 @@ "jest": "^28.1.3", "js-yaml": "^4.1.0", "memfs": "^3.4.7", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "node-fetch": "^2.6.7", @@ -20672,7 +20672,7 @@ "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "rimraf": "^3.0.2", @@ -20698,7 +20698,7 @@ "mdast-util-find-and-replace": "^2.1.0", "mdast-util-to-hast": "^12.3.0", "myst-common": "^0.0.14", - "myst-transforms": "^0.0.22", + "myst-transforms": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "^2.6.1", "rehype-format": "^4.0.1", @@ -20733,7 +20733,7 @@ "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "npm-run-all": "^4.1.5", "prettier": "^2.6.1", "rimraf": "^3.0.2", @@ -20798,7 +20798,7 @@ "mdast-util-find-and-replace": "^2.1.0", "myst-common": "^0.0.14", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "npm-run-all": "^4.1.5", "prettier": "latest", "react": "^17.0.2", @@ -22484,7 +22484,7 @@ "jest": "^28.1.3", "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "npm-run-all": "^4.1.5", "prettier": "^2.6.1", "rimraf": "^3.0.2", diff --git a/packages/jats-to-myst/CHANGELOG.md b/packages/jats-to-myst/CHANGELOG.md index 1f88be495..a3cdb7359 100644 --- a/packages/jats-to-myst/CHANGELOG.md +++ b/packages/jats-to-myst/CHANGELOG.md @@ -1,5 +1,14 @@ # jats-to-myst +## 0.0.20 + +### Patch Changes + +- Updated dependencies [45ecdf86] +- Updated dependencies [5fc02589] + - myst-spec-ext@0.0.9 + - myst-transforms@0.0.23 + ## 0.0.19 ### Patch Changes diff --git a/packages/jats-to-myst/package.json b/packages/jats-to-myst/package.json index 8c53fecdb..9c207c450 100644 --- a/packages/jats-to-myst/package.json +++ b/packages/jats-to-myst/package.json @@ -1,6 +1,6 @@ { "name": "jats-to-myst", - "version": "0.0.19", + "version": "0.0.20", "description": "Read JATS and convert to MyST AST", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/jats-to-myst", @@ -48,8 +48,8 @@ "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", - "myst-transforms": "^0.0.22", + "myst-spec-ext": "^0.0.9", + "myst-transforms": "^0.0.23", "unist-util-select": "^4.0.0", "vfile-reporter": "^7.0.4" }, diff --git a/packages/jtex/CHANGELOG.md b/packages/jtex/CHANGELOG.md index f137f4d59..bb60d5147 100644 --- a/packages/jtex/CHANGELOG.md +++ b/packages/jtex/CHANGELOG.md @@ -1,5 +1,16 @@ # jtex +## 0.1.9 + +### Patch Changes + +- d12a6064: Support copying template files during export and writing relative paths; myst-cli uses this for tex exports +- 3f800fc2: Write only 'myst: v1' not 'jtex: v1' in template.tex on 'jtex check --fix' +- Updated dependencies [d12a6064] +- Updated dependencies [d12a6064] + - myst-cli-utils@0.0.11 + - myst-templates@0.1.11 + ## 0.1.8 ### Patch Changes diff --git a/packages/jtex/package.json b/packages/jtex/package.json index 86623a51a..7ab99e500 100644 --- a/packages/jtex/package.json +++ b/packages/jtex/package.json @@ -1,6 +1,6 @@ { "name": "jtex", - "version": "0.1.8", + "version": "0.1.9", "description": "Tool for rendering LaTeX documents from jinja-style templates", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -56,9 +56,9 @@ "chalk": "^4.1.2", "commander": "^8.3.0", "js-yaml": "^4.1.0", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-frontmatter": "^0.0.9", - "myst-templates": "^0.1.10", + "myst-templates": "^0.1.11", "node-fetch": "^2.6.7", "nunjucks": "^3.2.3", "pretty-hrtime": "^1.0.3", diff --git a/packages/myst-cli-utils/CHANGELOG.md b/packages/myst-cli-utils/CHANGELOG.md index 4c4d734ef..9e57e5a97 100644 --- a/packages/myst-cli-utils/CHANGELOG.md +++ b/packages/myst-cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-cli-utils +## 0.0.11 + +### Patch Changes + +- d12a6064: Move hash/copy file function from myst-cli to myst-cli-utils +- d12a6064: Support copying template files during export and writing relative paths; myst-cli uses this for tex exports + ## 0.0.10 ### Patch Changes diff --git a/packages/myst-cli-utils/package.json b/packages/myst-cli-utils/package.json index 348474c80..058ddd4e7 100644 --- a/packages/myst-cli-utils/package.json +++ b/packages/myst-cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "myst-cli-utils", - "version": "0.0.10", + "version": "0.0.11", "sideEffects": false, "license": "MIT", "description": "Utils for logging, error messages and session management", diff --git a/packages/myst-cli/CHANGELOG.md b/packages/myst-cli/CHANGELOG.md index b4d52b0cc..ee8fd20a5 100644 --- a/packages/myst-cli/CHANGELOG.md +++ b/packages/myst-cli/CHANGELOG.md @@ -1,5 +1,32 @@ # myst-cli +## 0.1.19 + +### Patch Changes + +- d12a6064: Move hash/copy file function from myst-cli to myst-cli-utils +- d12a6064: Support copying template files during export and writing relative paths; myst-cli uses this for tex exports +- 8e8d0fa9: Refactor image conversion transform for extensibility and code deduplication +- b383f68c: Resolve images with wildcard extensions to existing images +- Updated dependencies [d12a6064] +- Updated dependencies [762baee5] +- Updated dependencies [45ecdf86] +- Updated dependencies [45ecdf86] +- Updated dependencies [d12a6064] +- Updated dependencies [5a81cd36] +- Updated dependencies [44026903] +- Updated dependencies [3f800fc2] +- Updated dependencies [5fc02589] + - myst-cli-utils@0.0.11 + - myst-to-tex@0.0.21 + - myst-parser@0.0.23 + - myst-spec-ext@0.0.9 + - jtex@0.1.9 + - myst-templates@0.1.11 + - myst-transforms@0.0.23 + - myst-to-docx@0.0.18 + - tex-to-myst@0.0.21 + ## 0.1.18 ### Patch Changes diff --git a/packages/myst-cli/package.json b/packages/myst-cli/package.json index 5dcef9759..639b686ea 100644 --- a/packages/myst-cli/package.json +++ b/packages/myst-cli/package.json @@ -1,6 +1,6 @@ { "name": "myst-cli", - "version": "0.1.18", + "version": "0.1.19", "description": "Command line tools for MyST", "author": "Franklin Koch ", "license": "MIT", @@ -68,10 +68,10 @@ "inquirer": "^8.2.2", "intersphinx": "^0.0.8", "js-yaml": "^4.1.0", - "jtex": "^0.1.8", + "jtex": "^0.1.9", "mdast": "^3.0.0", "mime-types": "^2.1.35", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-common": "^0.0.14", "myst-config": "^0.0.10", "myst-ext-card": "^0.0.4", @@ -79,20 +79,20 @@ "myst-ext-reactive": "^0.0.4", "myst-ext-tabs": "^0.0.4", "myst-frontmatter": "^0.0.9", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", - "myst-templates": "^0.1.10", - "myst-to-docx": "^0.0.17", - "myst-to-tex": "^0.0.20", - "myst-transforms": "^0.0.22", + "myst-spec-ext": "^0.0.9", + "myst-templates": "^0.1.11", + "myst-to-docx": "^0.0.18", + "myst-to-tex": "^0.0.21", + "myst-transforms": "^0.0.23", "nanoid": "^4.0.0", "nbtx": "^0.2.3", "node-fetch": "^3.2.10", "redux": "^4.2.0", "simple-validators": "^0.0.3", "strip-ansi": "^7.0.1", - "tex-to-myst": "^0.0.20", + "tex-to-myst": "^0.0.21", "unified": "^10.1.2", "unist-util-filter": "^4.0.0", "unist-util-remove": "^3.1.0", diff --git a/packages/myst-directives/CHANGELOG.md b/packages/myst-directives/CHANGELOG.md index 64d0c78e6..cf4ef6038 100644 --- a/packages/myst-directives/CHANGELOG.md +++ b/packages/myst-directives/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-directives +## 0.0.23 + +### Patch Changes + +- Updated dependencies [45ecdf86] + - myst-spec-ext@0.0.9 + ## 0.0.22 ### Patch Changes diff --git a/packages/myst-directives/package.json b/packages/myst-directives/package.json index 54026b0bd..ce93c6459 100644 --- a/packages/myst-directives/package.json +++ b/packages/myst-directives/package.json @@ -1,6 +1,6 @@ { "name": "myst-directives", - "version": "0.0.22", + "version": "0.0.23", "sideEffects": false, "license": "MIT", "description": "Default directive definitions for MyST", @@ -40,7 +40,7 @@ "dependencies": { "js-yaml": "^4.1.0", "myst-common": "^0.0.14", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "vfile": "^5.3.7" }, "devDependencies": { diff --git a/packages/myst-ext-card/package.json b/packages/myst-ext-card/package.json index e5bbcf8a1..7efe9d5c9 100644 --- a/packages/myst-ext-card/package.json +++ b/packages/myst-ext-card/package.json @@ -47,7 +47,7 @@ "eslint": "^8.21.0", "eslint-config-curvenote": "latest", "jest": "28.1.3", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", diff --git a/packages/myst-ext-grid/package.json b/packages/myst-ext-grid/package.json index 9c167b7f2..d98e24188 100644 --- a/packages/myst-ext-grid/package.json +++ b/packages/myst-ext-grid/package.json @@ -47,7 +47,7 @@ "eslint": "^8.21.0", "eslint-config-curvenote": "latest", "jest": "28.1.3", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", diff --git a/packages/myst-ext-reactive/package.json b/packages/myst-ext-reactive/package.json index 240a87c4f..39b200a0d 100644 --- a/packages/myst-ext-reactive/package.json +++ b/packages/myst-ext-reactive/package.json @@ -47,7 +47,7 @@ "eslint": "^8.21.0", "eslint-config-curvenote": "latest", "jest": "28.1.3", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", diff --git a/packages/myst-ext-tabs/package.json b/packages/myst-ext-tabs/package.json index d8a395dd7..d53f74d04 100644 --- a/packages/myst-ext-tabs/package.json +++ b/packages/myst-ext-tabs/package.json @@ -47,7 +47,7 @@ "eslint": "^8.21.0", "eslint-config-curvenote": "latest", "jest": "28.1.3", - "myst-parser": "^0.0.22", + "myst-parser": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "latest", "rimraf": "^3.0.2", diff --git a/packages/myst-parser/CHANGELOG.md b/packages/myst-parser/CHANGELOG.md index bb2d3a2df..b9faa541c 100644 --- a/packages/myst-parser/CHANGELOG.md +++ b/packages/myst-parser/CHANGELOG.md @@ -1,5 +1,14 @@ # myst-parser +## 0.0.23 + +### Patch Changes + +- 45ecdf86: Update readme example +- 45ecdf86: Improve parsing of tasklists for mdast + - myst-directives@0.0.23 + - myst-roles@0.0.23 + ## 0.0.22 ### Patch Changes diff --git a/packages/myst-parser/package.json b/packages/myst-parser/package.json index 2c5741762..2bedc8290 100644 --- a/packages/myst-parser/package.json +++ b/packages/myst-parser/package.json @@ -1,6 +1,6 @@ { "name": "myst-parser", - "version": "0.0.22", + "version": "0.0.23", "description": "Markdown parser for MyST markdown in JavaScript", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-parser", @@ -54,8 +54,8 @@ "markdown-it-myst": "0.1.3", "markdown-it-myst-extras": "0.2.0", "markdown-it-task-lists": "^2.1.1", - "myst-directives": "^0.0.22", - "myst-roles": "^0.0.22", + "myst-directives": "^0.0.23", + "myst-roles": "^0.0.23", "myst-spec": "^0.0.4", "unified": "^10.1.1", "unist-builder": "^3.0.0", @@ -76,7 +76,7 @@ "eslint-config-curvenote": "latest", "jest": "28.1.3", "js-yaml": "^4.1.0", - "myst-to-html": "^0.0.22", + "myst-to-html": "^0.0.23", "npm-run-all": "^4.1.5", "prettier": "^2.6.1", "rehype-stringify": "^9.0.3", diff --git a/packages/myst-roles/CHANGELOG.md b/packages/myst-roles/CHANGELOG.md index 9bb49fbd6..dc07ac3db 100644 --- a/packages/myst-roles/CHANGELOG.md +++ b/packages/myst-roles/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-roles +## 0.0.23 + +### Patch Changes + +- Updated dependencies [45ecdf86] + - myst-spec-ext@0.0.9 + ## 0.0.22 ### Patch Changes diff --git a/packages/myst-roles/package.json b/packages/myst-roles/package.json index 0e928bbba..f35e1df7b 100644 --- a/packages/myst-roles/package.json +++ b/packages/myst-roles/package.json @@ -1,6 +1,6 @@ { "name": "myst-roles", - "version": "0.0.22", + "version": "0.0.23", "sideEffects": false, "license": "MIT", "description": "Default role definitions for MyST", @@ -39,7 +39,7 @@ }, "dependencies": { "myst-common": "^0.0.14", - "myst-spec-ext": "^0.0.8" + "myst-spec-ext": "^0.0.9" }, "devDependencies": { "@types/jest": "^28.1.6", diff --git a/packages/myst-spec-ext/CHANGELOG.md b/packages/myst-spec-ext/CHANGELOG.md index e264a5e30..add5fb618 100644 --- a/packages/myst-spec-ext/CHANGELOG.md +++ b/packages/myst-spec-ext/CHANGELOG.md @@ -1,5 +1,11 @@ # myst-spec-ext +## 0.0.9 + +### Patch Changes + +- 45ecdf86: Improve parsing of tasklists for mdast + ## 0.0.8 ### Patch Changes diff --git a/packages/myst-spec-ext/package.json b/packages/myst-spec-ext/package.json index 5b0ee418c..3a8bfce38 100644 --- a/packages/myst-spec-ext/package.json +++ b/packages/myst-spec-ext/package.json @@ -1,6 +1,6 @@ { "name": "myst-spec-ext", - "version": "0.0.8", + "version": "0.0.9", "description": "Extentions for myst-spec that are used in myst-cli and mystjs", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-spec-ext", diff --git a/packages/myst-templates/CHANGELOG.md b/packages/myst-templates/CHANGELOG.md index 0c42978d9..444042a01 100644 --- a/packages/myst-templates/CHANGELOG.md +++ b/packages/myst-templates/CHANGELOG.md @@ -1,5 +1,14 @@ # myst-templates +## 0.1.11 + +### Patch Changes + +- d12a6064: Support copying template files during export and writing relative paths; myst-cli uses this for tex exports +- Updated dependencies [d12a6064] +- Updated dependencies [d12a6064] + - myst-cli-utils@0.0.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/myst-templates/package.json b/packages/myst-templates/package.json index ee6c8661c..85376042b 100644 --- a/packages/myst-templates/package.json +++ b/packages/myst-templates/package.json @@ -1,6 +1,6 @@ { "name": "myst-templates", - "version": "0.1.10", + "version": "0.1.11", "description": "API types and scripts for downloading MyST Templates", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-templates", @@ -47,7 +47,7 @@ "chalk": "^4.1.2", "commander": "^8.3.0", "js-yaml": "^4.1.0", - "myst-cli-utils": "^0.0.10", + "myst-cli-utils": "^0.0.11", "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "node-fetch": "^2.6.7", diff --git a/packages/myst-to-docx/CHANGELOG.md b/packages/myst-to-docx/CHANGELOG.md index 8cb66775b..803c07a61 100644 --- a/packages/myst-to-docx/CHANGELOG.md +++ b/packages/myst-to-docx/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-to-docx +## 0.0.18 + +### Patch Changes + +- Updated dependencies [45ecdf86] + - myst-spec-ext@0.0.9 + ## 0.0.17 ### Patch Changes diff --git a/packages/myst-to-docx/package.json b/packages/myst-to-docx/package.json index b3cb523ec..695cbee87 100644 --- a/packages/myst-to-docx/package.json +++ b/packages/myst-to-docx/package.json @@ -1,6 +1,6 @@ { "name": "myst-to-docx", - "version": "0.0.17", + "version": "0.0.18", "description": "Export from a MyST Markdown document to Microsoft Word (*.docx)", "author": "Rowan Cockett ", "license": "MIT", @@ -41,7 +41,7 @@ "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8" + "myst-spec-ext": "^0.0.9" }, "devDependencies": { "@types/jest": "^28.1.6", diff --git a/packages/myst-to-html/CHANGELOG.md b/packages/myst-to-html/CHANGELOG.md index 23f7cafd1..dec026ed3 100644 --- a/packages/myst-to-html/CHANGELOG.md +++ b/packages/myst-to-html/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-to-html +## 0.0.23 + +### Patch Changes + +- Updated dependencies [5fc02589] + - myst-transforms@0.0.23 + ## 0.0.22 ### Patch Changes diff --git a/packages/myst-to-html/package.json b/packages/myst-to-html/package.json index 90235f5e1..28f51ee0a 100644 --- a/packages/myst-to-html/package.json +++ b/packages/myst-to-html/package.json @@ -1,6 +1,6 @@ { "name": "myst-to-html", - "version": "0.0.22", + "version": "0.0.23", "description": "Export from MyST mdast to HTML", "author": "Franklin Koch ", "homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-to-html", @@ -53,7 +53,7 @@ "mdast-util-find-and-replace": "^2.1.0", "mdast-util-to-hast": "^12.3.0", "myst-common": "^0.0.14", - "myst-transforms": "^0.0.22", + "myst-transforms": "^0.0.23", "rehype-format": "^4.0.1", "rehype-parse": "^8.0.4", "rehype-remark": "^9.1.2", diff --git a/packages/myst-to-jats/CHANGELOG.md b/packages/myst-to-jats/CHANGELOG.md index 8ce93d501..1d4f84a93 100644 --- a/packages/myst-to-jats/CHANGELOG.md +++ b/packages/myst-to-jats/CHANGELOG.md @@ -1,5 +1,12 @@ # myst-to-jats +## 0.0.20 + +### Patch Changes + +- Updated dependencies [45ecdf86] + - myst-spec-ext@0.0.9 + ## 0.0.19 ### Patch Changes diff --git a/packages/myst-to-jats/package.json b/packages/myst-to-jats/package.json index 3f507b6af..485586c06 100644 --- a/packages/myst-to-jats/package.json +++ b/packages/myst-to-jats/package.json @@ -1,6 +1,6 @@ { "name": "myst-to-jats", - "version": "0.0.19", + "version": "0.0.20", "description": "Export from MyST Markdown to JATS", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-to-jats", @@ -48,7 +48,7 @@ "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "unist-util-select": "^4.0.0", "vfile-reporter": "^7.0.4", "xml-js": "^1.6.11" diff --git a/packages/myst-to-tex/CHANGELOG.md b/packages/myst-to-tex/CHANGELOG.md index 7fb1f91fc..edabfa6ac 100644 --- a/packages/myst-to-tex/CHANGELOG.md +++ b/packages/myst-to-tex/CHANGELOG.md @@ -1,5 +1,13 @@ # myst-to-tex +## 0.0.21 + +### Patch Changes + +- 762baee5: Use \newline instead of \\ for breaks in latex export +- 5a81cd36: Use non-normalized label for latex figure +- 44026903: Escape basic characters in latex href + ## 0.0.20 ### Patch Changes diff --git a/packages/myst-to-tex/package.json b/packages/myst-to-tex/package.json index 88f21f98a..e539a1e70 100644 --- a/packages/myst-to-tex/package.json +++ b/packages/myst-to-tex/package.json @@ -1,6 +1,6 @@ { "name": "myst-to-tex", - "version": "0.0.20", + "version": "0.0.21", "description": "Export from MyST mdast to latex", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-to-tex", diff --git a/packages/myst-transforms/CHANGELOG.md b/packages/myst-transforms/CHANGELOG.md index 6469817ce..e6ea40851 100644 --- a/packages/myst-transforms/CHANGELOG.md +++ b/packages/myst-transforms/CHANGELOG.md @@ -1,5 +1,13 @@ # myst-transforms +## 0.0.23 + +### Patch Changes + +- 5fc02589: Stop hoisting deep headings into frontmatter title +- Updated dependencies [45ecdf86] + - myst-spec-ext@0.0.9 + ## 0.0.22 ### Patch Changes diff --git a/packages/myst-transforms/package.json b/packages/myst-transforms/package.json index 73a632e2c..921529a26 100644 --- a/packages/myst-transforms/package.json +++ b/packages/myst-transforms/package.json @@ -1,6 +1,6 @@ { "name": "myst-transforms", - "version": "0.0.22", + "version": "0.0.23", "sideEffects": false, "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -28,7 +28,7 @@ "mdast-util-find-and-replace": "^2.1.0", "myst-common": "^0.0.14", "myst-spec": "^0.0.4", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "rehype-parse": "^8.0.4", "rehype-remark": "^9.1.2", "unified": "^10.0.0", diff --git a/packages/tex-to-myst/CHANGELOG.md b/packages/tex-to-myst/CHANGELOG.md index 38ffda96e..c21412d7a 100644 --- a/packages/tex-to-myst/CHANGELOG.md +++ b/packages/tex-to-myst/CHANGELOG.md @@ -1,5 +1,12 @@ # tex-to-myst +## 0.0.21 + +### Patch Changes + +- Updated dependencies [45ecdf86] + - myst-spec-ext@0.0.9 + ## 0.0.20 ### Patch Changes diff --git a/packages/tex-to-myst/package.json b/packages/tex-to-myst/package.json index f805706ec..fb1c9385b 100644 --- a/packages/tex-to-myst/package.json +++ b/packages/tex-to-myst/package.json @@ -1,6 +1,6 @@ { "name": "tex-to-myst", - "version": "0.0.20", + "version": "0.0.21", "description": "Read LaTeX and convert to MyST AST", "author": "Rowan Cockett ", "homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/tex-to-myst", @@ -42,7 +42,7 @@ "@unified-latex/unified-latex": "^1.2.2", "myst-common": "^0.0.14", "myst-frontmatter": "^0.0.9", - "myst-spec-ext": "^0.0.8", + "myst-spec-ext": "^0.0.9", "unist-util-select": "^4.0.0", "vfile-reporter": "^7.0.4" },