diff --git a/.changeset/ninety-pots-report.md b/.changeset/ninety-pots-report.md deleted file mode 100644 index 0d7ae156e..000000000 --- a/.changeset/ninety-pots-report.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"myst-spec-ext": minor -"myst-cli": patch ---- - -Add support for seach index generation diff --git a/.changeset/quiet-peaches-count.md b/.changeset/quiet-peaches-count.md deleted file mode 100644 index 424571552..000000000 --- a/.changeset/quiet-peaches-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"myst-to-typst": patch ---- - -Allow for styles in tables diff --git a/.changeset/short-peas-love.md b/.changeset/short-peas-love.md deleted file mode 100644 index 9e23a68ef..000000000 --- a/.changeset/short-peas-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"myst-cli": patch ---- - -💦 building widget state diff --git a/.changeset/twenty-paws-ring.md b/.changeset/twenty-paws-ring.md deleted file mode 100644 index d9989462a..000000000 --- a/.changeset/twenty-paws-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'citation-js-utils': patch ---- - -Replace n.d. with access date for urls in citations diff --git a/package-lock.json b/package-lock.json index 6031453be..82a53dc20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15059,7 +15059,7 @@ } }, "packages/citation-js-utils": { - "version": "1.2.5", + "version": "1.2.6", "license": "MIT", "dependencies": { "@citation-js/core": "^0.7.14", @@ -15188,7 +15188,7 @@ } }, "packages/myst-cli": { - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "dependencies": { "@jupyterlab/services": "^7.0.0", @@ -15199,7 +15199,7 @@ "chalk": "^5.2.0", "check-node-version": "^4.2.1", "chokidar": "^3.5.3", - "citation-js-utils": "^1.2.5", + "citation-js-utils": "^1.2.6", "commander": "^10.0.1", "cors": "^2.8.5", "docx": "^7.5.0", @@ -15218,8 +15218,8 @@ "meca": "^1.0.8", "mime-types": "^2.1.35", "myst-cli-utils": "^2.0.10", - "myst-common": "^1.6.1", - "myst-config": "^1.6.1", + "myst-common": "^1.7.0", + "myst-config": "^1.7.0", "myst-execute": "^0.1.0", "myst-ext-card": "^1.0.8", "myst-ext-exercise": "^1.0.7", @@ -15228,16 +15228,16 @@ "myst-ext-proof": "^1.0.10", "myst-ext-reactive": "^1.0.8", "myst-ext-tabs": "^1.0.7", - "myst-frontmatter": "^1.6.1", + "myst-frontmatter": "^1.7.0", "myst-parser": "^1.5.6", "myst-spec": "^0.0.5", - "myst-spec-ext": "^1.6.1", + "myst-spec-ext": "^1.7.0", "myst-templates": "^1.0.22", "myst-to-docx": "^1.0.11", "myst-to-jats": "^1.0.27", "myst-to-md": "^1.0.12", "myst-to-tex": "^1.0.37", - "myst-to-typst": "^0.0.21", + "myst-to-typst": "^0.0.22", "myst-toc": "^0.1.2", "myst-transforms": "^1.3.25", "nanoid": "^4.0.0", @@ -15462,11 +15462,11 @@ } }, "packages/myst-common": { - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "dependencies": { "mdast": "^3.0.0", - "myst-frontmatter": "^1.6.1", + "myst-frontmatter": "^1.7.0", "myst-spec": "^0.0.5", "nanoid": "^4.0.0", "unified": "^10.1.2", @@ -15479,7 +15479,7 @@ "devDependencies": { "@jupyterlab/nbformat": "^3.5.2", "@lumino/coreutils": "^2.0.0", - "myst-spec-ext": "^1.6.1", + "myst-spec-ext": "^1.7.0", "unist-builder": "3.0.0" } }, @@ -15490,10 +15490,10 @@ "dev": true }, "packages/myst-config": { - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "dependencies": { - "myst-frontmatter": "^1.6.1", + "myst-frontmatter": "^1.7.0", "simple-validators": "^1.1.0" }, "devDependencies": { @@ -15642,7 +15642,7 @@ } }, "packages/myst-frontmatter": { - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "dependencies": { "credit-roles": "^2.1.0", @@ -15737,7 +15737,7 @@ } }, "packages/myst-spec-ext": { - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "dependencies": { "myst-spec": "^0.0.5" @@ -15928,12 +15928,12 @@ } }, "packages/myst-to-typst": { - "version": "0.0.21", + "version": "0.0.22", "license": "MIT", "dependencies": { - "myst-common": "^1.5.3", - "myst-frontmatter": "^1.5.3", - "myst-spec-ext": "^1.5.3", + "myst-common": "^1.7.0", + "myst-frontmatter": "^1.7.0", + "myst-spec-ext": "^1.7.0", "tex-to-typst": "^0.0.7", "unist-util-select": "^4.0.3", "vfile-reporter": "^7.0.4" @@ -15980,7 +15980,7 @@ } }, "packages/mystmd": { - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "bin": { "myst": "dist/myst.cjs" @@ -15990,7 +15990,7 @@ "commander": "^10.0.1", "core-js": "^3.31.1", "js-yaml": "^4.1.0", - "myst-cli": "^1.3.9" + "myst-cli": "^1.3.10" } }, "packages/mystmd-ext-icon": { diff --git a/packages/citation-js-utils/CHANGELOG.md b/packages/citation-js-utils/CHANGELOG.md index a64fedb63..75d32c1fe 100644 --- a/packages/citation-js-utils/CHANGELOG.md +++ b/packages/citation-js-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # citation-js-utils +## 1.2.6 + +### Patch Changes + +- d0532699: Replace n.d. with access date for urls in citations + ## 1.2.5 ### Patch Changes diff --git a/packages/citation-js-utils/package.json b/packages/citation-js-utils/package.json index d9ad51f9e..cf42a1492 100644 --- a/packages/citation-js-utils/package.json +++ b/packages/citation-js-utils/package.json @@ -1,6 +1,6 @@ { "name": "citation-js-utils", - "version": "1.2.5", + "version": "1.2.6", "description": "Utilities for citation-js.", "type": "module", "exports": "./dist/index.js", diff --git a/packages/myst-cli/CHANGELOG.md b/packages/myst-cli/CHANGELOG.md index 2a660533e..a463391df 100644 --- a/packages/myst-cli/CHANGELOG.md +++ b/packages/myst-cli/CHANGELOG.md @@ -1,5 +1,21 @@ # myst-cli +## 1.3.10 + +### Patch Changes + +- 5f8f0b0d: Add support for seach index generation +- 9f50eb8: 💦 building widget state +- Updated dependencies [5f8f0b0d] +- Updated dependencies [a550afdc] +- Updated dependencies [d0532699] + - myst-spec-ext@1.7.0 + - myst-to-typst@0.0.22 + - citation-js-utils@1.2.6 + - myst-common@1.7.0 + - myst-config@1.7.0 + - myst-frontmatter@1.7.0 + ## 1.3.9 ### Patch Changes diff --git a/packages/myst-cli/package.json b/packages/myst-cli/package.json index c51dee804..7b46fb7da 100644 --- a/packages/myst-cli/package.json +++ b/packages/myst-cli/package.json @@ -1,6 +1,6 @@ { "name": "myst-cli", - "version": "1.3.9", + "version": "1.3.10", "description": "Command line tools for MyST", "author": "Franklin Koch ", "license": "MIT", @@ -50,7 +50,7 @@ "chalk": "^5.2.0", "check-node-version": "^4.2.1", "chokidar": "^3.5.3", - "citation-js-utils": "^1.2.5", + "citation-js-utils": "^1.2.6", "commander": "^10.0.1", "cors": "^2.8.5", "docx": "^7.5.0", @@ -69,8 +69,8 @@ "meca": "^1.0.8", "mime-types": "^2.1.35", "myst-cli-utils": "^2.0.10", - "myst-common": "^1.6.1", - "myst-config": "^1.6.1", + "myst-common": "^1.7.0", + "myst-config": "^1.7.0", "myst-execute": "^0.1.0", "myst-ext-card": "^1.0.8", "myst-ext-exercise": "^1.0.7", @@ -79,16 +79,16 @@ "myst-ext-proof": "^1.0.10", "myst-ext-reactive": "^1.0.8", "myst-ext-tabs": "^1.0.7", - "myst-frontmatter": "^1.6.1", + "myst-frontmatter": "^1.7.0", "myst-parser": "^1.5.6", "myst-spec": "^0.0.5", - "myst-spec-ext": "^1.6.1", + "myst-spec-ext": "^1.7.0", "myst-templates": "^1.0.22", "myst-to-docx": "^1.0.11", "myst-to-jats": "^1.0.27", "myst-to-md": "^1.0.12", "myst-to-tex": "^1.0.37", - "myst-to-typst": "^0.0.21", + "myst-to-typst": "^0.0.22", "myst-transforms": "^1.3.25", "myst-toc": "^0.1.2", "nanoid": "^4.0.0", diff --git a/packages/myst-common/CHANGELOG.md b/packages/myst-common/CHANGELOG.md index b0a7b475e..3cab4bc3a 100644 --- a/packages/myst-common/CHANGELOG.md +++ b/packages/myst-common/CHANGELOG.md @@ -1,5 +1,11 @@ # myst-common +## 1.7.0 + +### Patch Changes + +- myst-frontmatter@1.7.0 + ## 1.6.1 ### Patch Changes diff --git a/packages/myst-common/package.json b/packages/myst-common/package.json index 216dc2e51..bc113d407 100644 --- a/packages/myst-common/package.json +++ b/packages/myst-common/package.json @@ -1,7 +1,7 @@ { "name": "myst-common", "sideEffects": false, - "version": "1.6.1", + "version": "1.7.0", "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", @@ -20,7 +20,7 @@ }, "dependencies": { "mdast": "^3.0.0", - "myst-frontmatter": "^1.6.1", + "myst-frontmatter": "^1.7.0", "myst-spec": "^0.0.5", "nanoid": "^4.0.0", "unified": "^10.1.2", @@ -31,7 +31,7 @@ "vfile-message": "^3.0.0" }, "devDependencies": { - "myst-spec-ext": "^1.6.1", + "myst-spec-ext": "^1.7.0", "unist-builder": "3.0.0", "@jupyterlab/nbformat": "^3.5.2", "@lumino/coreutils": "^2.0.0" diff --git a/packages/myst-config/CHANGELOG.md b/packages/myst-config/CHANGELOG.md index 4120964d4..c3cdd03aa 100644 --- a/packages/myst-config/CHANGELOG.md +++ b/packages/myst-config/CHANGELOG.md @@ -1,5 +1,11 @@ # myst-config +## 1.7.0 + +### Patch Changes + +- myst-frontmatter@1.7.0 + ## 1.6.1 ### Patch Changes diff --git a/packages/myst-config/package.json b/packages/myst-config/package.json index 5eb0faa83..c025f5593 100644 --- a/packages/myst-config/package.json +++ b/packages/myst-config/package.json @@ -1,6 +1,6 @@ { "name": "myst-config", - "version": "1.6.1", + "version": "1.7.0", "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/jupyter-book/mystmd/issues" }, "dependencies": { - "myst-frontmatter": "^1.6.1", + "myst-frontmatter": "^1.7.0", "simple-validators": "^1.1.0" }, "devDependencies": { diff --git a/packages/myst-frontmatter/CHANGELOG.md b/packages/myst-frontmatter/CHANGELOG.md index 2a8ac9ee7..fcf37dbd2 100644 --- a/packages/myst-frontmatter/CHANGELOG.md +++ b/packages/myst-frontmatter/CHANGELOG.md @@ -1,5 +1,7 @@ # myst-frontmatter +## 1.7.0 + ## 1.6.1 ### Patch Changes diff --git a/packages/myst-frontmatter/package.json b/packages/myst-frontmatter/package.json index cbc921684..3ec61b92f 100644 --- a/packages/myst-frontmatter/package.json +++ b/packages/myst-frontmatter/package.json @@ -1,6 +1,6 @@ { "name": "myst-frontmatter", - "version": "1.6.1", + "version": "1.7.0", "sideEffects": false, "license": "MIT", "description": "Frontmatter types and validation for the mystmd ecosystem", diff --git a/packages/myst-spec-ext/CHANGELOG.md b/packages/myst-spec-ext/CHANGELOG.md index ff22c7449..628e27912 100644 --- a/packages/myst-spec-ext/CHANGELOG.md +++ b/packages/myst-spec-ext/CHANGELOG.md @@ -1,5 +1,11 @@ # myst-spec-ext +## 1.7.0 + +### Minor Changes + +- 5f8f0b0d: Add support for seach index generation + ## 1.6.1 ## 1.6.0 diff --git a/packages/myst-spec-ext/package.json b/packages/myst-spec-ext/package.json index 3e3dbc38f..3ab05609e 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.6.1", + "version": "1.7.0", "description": "Extensions for myst-spec that are used in mystmd", "author": "Rowan Cockett ", "homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-spec-ext", diff --git a/packages/myst-to-typst/CHANGELOG.md b/packages/myst-to-typst/CHANGELOG.md index 69a2bc098..cd2a27e43 100644 --- a/packages/myst-to-typst/CHANGELOG.md +++ b/packages/myst-to-typst/CHANGELOG.md @@ -1,5 +1,15 @@ # myst-to-typst +## 0.0.22 + +### Patch Changes + +- a550afdc: Allow for styles in tables +- Updated dependencies [5f8f0b0d] + - myst-spec-ext@1.7.0 + - myst-common@1.7.0 + - myst-frontmatter@1.7.0 + ## 0.0.21 ### Patch Changes diff --git a/packages/myst-to-typst/package.json b/packages/myst-to-typst/package.json index 3b53f070f..16592a2cd 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.21", + "version": "0.0.22", "description": "Export from MyST mdast to Typst", "author": "Rowan Cockett ", "homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-tex", @@ -37,9 +37,9 @@ "url": "https://github.com/jupyter-book/mystmd/issues" }, "dependencies": { - "myst-common": "^1.5.3", - "myst-frontmatter": "^1.5.3", - "myst-spec-ext": "^1.5.3", + "myst-common": "^1.7.0", + "myst-frontmatter": "^1.7.0", + "myst-spec-ext": "^1.7.0", "tex-to-typst": "^0.0.7", "unist-util-select": "^4.0.3", "vfile-reporter": "^7.0.4" diff --git a/packages/mystmd/CHANGELOG.md b/packages/mystmd/CHANGELOG.md index c8499db7d..da61e477f 100644 --- a/packages/mystmd/CHANGELOG.md +++ b/packages/mystmd/CHANGELOG.md @@ -1,5 +1,7 @@ # mystmd +## 1.3.10 + ## 1.3.9 ### Patch Changes diff --git a/packages/mystmd/package.json b/packages/mystmd/package.json index 0f1a72cff..68c6755d5 100644 --- a/packages/mystmd/package.json +++ b/packages/mystmd/package.json @@ -1,6 +1,6 @@ { "name": "mystmd", - "version": "1.3.9", + "version": "1.3.10", "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.3.9" + "myst-cli": "^1.3.10" } }