Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release #1836

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/dirty-ducks-tie.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/eight-tools-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-keys-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-glasses-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-suits-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-peas-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pumas-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-spiders-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-readers-rule.md

This file was deleted.

52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# myst-cli

## 1.3.24

### Patch Changes

- 7448083f: Add support for skipping execution of individual notebooks
- 75bbb180: Change footnotes to use enumerator over number
- 1a18e4f4: Fix typo in upgrade routine
- 75bbb180: Add version to site content outputs
- 2a6db555: Fix imports of plugins on Windows
- 491d134: Fix errors about missing images on non-first builds
- b516d4fe: Improve error message for missing javascript plugins
- Updated dependencies [7448083f]
- Updated dependencies [75bbb180]
- Updated dependencies [75bbb180]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.3.23

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/myst-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-cli",
"version": "1.3.23",
"version": "1.3.24",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -69,8 +69,8 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.11",
"myst-common": "^1.7.8",
"myst-config": "^1.7.8",
"myst-common": "^1.7.9",
"myst-config": "^1.7.9",
"myst-execute": "^0.1.2",
"myst-ext-button": "^0.0.1",
"myst-ext-card": "^1.0.9",
Expand All @@ -80,18 +80,18 @@
"myst-ext-proof": "^1.0.12",
"myst-ext-reactive": "^1.0.9",
"myst-ext-tabs": "^1.0.9",
"myst-frontmatter": "^1.7.8",
"myst-frontmatter": "^1.7.9",
"myst-parser": "^1.5.11",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.8",
"myst-spec-ext": "^1.7.9",
"myst-templates": "^1.0.23",
"myst-to-docx": "^1.0.13",
"myst-to-docx": "^1.0.14",
"myst-to-jats": "^1.0.32",
"myst-to-md": "^1.0.15",
"myst-to-tex": "^1.0.41",
"myst-to-typst": "^0.0.30",
"myst-toc": "^0.1.2",
"myst-transforms": "^1.3.31",
"myst-transforms": "^1.3.32",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-common

## 1.7.9

### Patch Changes

- Updated dependencies [7448083f]
- [email protected]

## 1.7.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/myst-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myst-common",
"sideEffects": false,
"version": "1.7.8",
"version": "1.7.9",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"mdast": "^3.0.0",
"myst-frontmatter": "^1.7.8",
"myst-frontmatter": "^1.7.9",
"myst-spec": "^0.0.5",
"nanoid": "^4.0.0",
"unified": "^10.1.2",
Expand All @@ -31,7 +31,7 @@
"vfile-message": "^3.0.0"
},
"devDependencies": {
"myst-spec-ext": "^1.7.8",
"myst-spec-ext": "^1.7.9",
"unist-builder": "3.0.0",
"@jupyterlab/nbformat": "^3.5.2",
"@lumino/coreutils": "^2.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/myst-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# myst-config

## 1.7.9

### Patch Changes

- 75bbb180: Change footnotes to use enumerator over number
- 75bbb180: Add version to config file
- Updated dependencies [7448083f]
- [email protected]
- [email protected]

## 1.7.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/myst-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-config",
"version": "1.7.8",
"version": "1.7.9",
"license": "MIT",
"description": "Project and site config types and validation for the mystmd ecosystem",
"author": "Franklin Koch <[email protected]>",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/jupyter-book/mystmd/issues"
},
"dependencies": {
"myst-common": "^1.7.8",
"myst-frontmatter": "^1.7.8",
"myst-common": "^1.7.9",
"myst-frontmatter": "^1.7.9",
"simple-validators": "^1.1.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-frontmatter

## 1.7.9

### Patch Changes

- 7448083f: Add support for skipping execution of individual notebooks

## 1.7.8

## 1.7.7
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-frontmatter",
"version": "1.7.8",
"version": "1.7.9",
"sideEffects": false,
"license": "MIT",
"description": "Frontmatter types and validation for the mystmd ecosystem",
Expand Down
Loading