Skip to content

Commit

Permalink
🚀 1.3.9 (#1525)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 19, 2024
1 parent 760e411 commit 83b943c
Show file tree
Hide file tree
Showing 25 changed files with 134 additions and 87 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-eyes-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-pumpkins-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-points-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-llamas-march.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-apes-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-timers-clap.md

This file was deleted.

54 changes: 27 additions & 27 deletions package-lock.json

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

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

## 1.3.9

### Patch Changes

- 760e411: Enable site options on each page
- Updated dependencies [594a0f87]
- Updated dependencies [e3c3efa7]
- Updated dependencies [a2519bb3]
- Updated dependencies [5d5c2893]
- Updated dependencies [760e411]
- Updated dependencies [adb3c75a]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.3.8

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.8",
"version": "1.3.9",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -69,25 +69,25 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.10",
"myst-common": "^1.6.0",
"myst-config": "^1.6.0",
"myst-execute": "^0.0.9",
"myst-common": "^1.6.1",
"myst-config": "^1.6.1",
"myst-execute": "^0.1.0",
"myst-ext-card": "^1.0.8",
"myst-ext-exercise": "^1.0.7",
"myst-ext-grid": "^1.0.7",
"myst-ext-icon": "^0.0.1",
"myst-ext-proof": "^1.0.10",
"myst-ext-reactive": "^1.0.8",
"myst-ext-tabs": "^1.0.7",
"myst-frontmatter": "^1.6.0",
"myst-frontmatter": "^1.6.1",
"myst-parser": "^1.5.6",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.6.0",
"myst-spec-ext": "^1.6.1",
"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.36",
"myst-to-tex": "^1.0.37",
"myst-to-typst": "^0.0.21",
"myst-transforms": "^1.3.25",
"myst-toc": "^0.1.2",
Expand All @@ -98,7 +98,7 @@
"redux": "^5.0.1",
"simple-validators": "^1.1.0",
"strip-ansi": "^7.0.1",
"tex-to-myst": "^1.0.36",
"tex-to-myst": "^1.0.37",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.0",
"unist-util-remove": "^3.1.0",
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.6.1

### Patch Changes

- Updated dependencies [760e411]
- [email protected]

## 1.6.0

### 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.6.0",
"version": "1.6.1",
"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.6.0",
"myst-frontmatter": "^1.6.1",
"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.6.0",
"myst-spec-ext": "^1.6.1",
"unist-builder": "3.0.0",
"@jupyterlab/nbformat": "^3.5.2",
"@lumino/coreutils": "^2.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-config

## 1.6.1

### Patch Changes

- Updated dependencies [760e411]
- [email protected]

## 1.6.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "1.6.1",
"license": "MIT",
"description": "Project and site config types and validation for the mystmd ecosystem",
"author": "Franklin Koch <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/jupyter-book/mystmd/issues"
},
"dependencies": {
"myst-frontmatter": "^1.6.0",
"myst-frontmatter": "^1.6.1",
"simple-validators": "^1.1.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/myst-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# myst-execute

## 0.1.0

### Minor Changes

- a2519bb3: Add skip-execution tag support

### Patch Changes

- [email protected]

## 0.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-execute",
"version": "0.0.9",
"version": "0.1.0",
"sideEffects": false,
"license": "MIT",
"description": "Execute MyST content with Jupyter",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@jupyterlab/services": "^7.0.0",
"chalk": "^5.2.0",
"myst-cli-utils": "^2.0.10",
"myst-common": "^1.5.1",
"myst-common": "^1.6.1",
"node-fetch": "^3.3.0",
"unist-util-select": "^4.0.3",
"vfile": "^5.3.7",
Expand Down
Loading

0 comments on commit 83b943c

Please sign in to comment.