Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 8, 2025
1 parent 75bbb18 commit 4463517
Show file tree
Hide file tree
Showing 27 changed files with 136 additions and 98 deletions.
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/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.

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

## 1.3.24

### Patch Changes

- 7448083f: Add support for skipping execution of individual notebooks
- 75bbb18: Change footnotes to use enumerator over number
- 1a18e4f4: Fix typo in upgrade routine
- 75bbb18: Add version to site content outputs
- 2a6db555: Fix imports of plugins on Windows
- b516d4fe: Improve error message for missing javascript plugins
- Updated dependencies [7448083f]
- Updated dependencies [75bbb18]
- Updated dependencies [75bbb18]
- [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

- 75bbb18: Change footnotes to use enumerator over number
- 75bbb18: 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
7 changes: 7 additions & 0 deletions packages/myst-migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# myst-migrate

## 0.0.1

### Patch Changes

- 75bbb18: Add myst-migrate package
Loading

0 comments on commit 4463517

Please sign in to comment.