Skip to content

Commit

Permalink
🚀 1.3.19 (#1662)
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 Dec 10, 2024
1 parent 416fc41 commit d023300
Show file tree
Hide file tree
Showing 36 changed files with 147 additions and 117 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-ways-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-toys-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-elephants-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-lemons-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-melons-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-avocados-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-planes-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-shrimps-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-crabs-rhyme.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/twenty-rocks-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-adults-fry.md

This file was deleted.

58 changes: 29 additions & 29 deletions package-lock.json

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

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

## 1.3.19

### Patch Changes

- 416fc41: Add support for avi -> mp4
- 416fc41: Add mov -> mp4 conversion with ffmpeg
- Updated dependencies [0dc62c76]
- Updated dependencies [0dc62c76]
- Updated dependencies [0dc62c76]
- Updated dependencies [3aa40b03]
- Updated dependencies [0dc62c76]
- Updated dependencies [0dc62c76]
- Updated dependencies [d7a6fddd]
- Updated dependencies [0dc62c76]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.3.18

### 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.18",
"version": "1.3.19",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -73,23 +73,23 @@
"myst-config": "^1.7.5",
"myst-execute": "^0.1.1",
"myst-ext-card": "^1.0.9",
"myst-ext-exercise": "^1.0.8",
"myst-ext-grid": "^1.0.8",
"myst-ext-exercise": "^1.0.9",
"myst-ext-grid": "^1.0.9",
"myst-ext-icon": "^0.0.2",
"myst-ext-proof": "^1.0.11",
"myst-ext-proof": "^1.0.12",
"myst-ext-reactive": "^1.0.9",
"myst-ext-tabs": "^1.0.8",
"myst-ext-tabs": "^1.0.9",
"myst-frontmatter": "^1.7.5",
"myst-parser": "^1.5.8",
"myst-parser": "^1.5.9",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.5",
"myst-templates": "^1.0.23",
"myst-to-docx": "^1.0.12",
"myst-to-jats": "^1.0.30",
"myst-to-md": "^1.0.14",
"myst-to-tex": "^1.0.40",
"myst-to-typst": "^0.0.27",
"myst-transforms": "^1.3.27",
"myst-to-typst": "^0.0.28",
"myst-transforms": "^1.3.28",
"myst-toc": "^0.1.2",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-directives

## 1.5.9

### Patch Changes

- d7a6fddd: Add support for commonDirectiveOptions in all directives

## 1.5.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-directives",
"version": "1.5.8",
"version": "1.5.9",
"sideEffects": false,
"license": "MIT",
"description": "Default directive definitions for MyST",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-ext-exercise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-ext-exercise

## 1.0.9

### Patch Changes

- d7a6fddd: Add support for commonDirectiveOptions in all directives

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-ext-exercise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-ext-exercise",
"version": "1.0.8",
"version": "1.0.9",
"sideEffects": false,
"license": "MIT",
"description": "MyST extension for exercise",
Expand Down Expand Up @@ -35,6 +35,6 @@
"myst-common": "^1.7.2"
},
"devDependencies": {
"myst-parser": "^1.5.7"
"myst-parser": "^1.5.9"
}
}
Loading

0 comments on commit d023300

Please sign in to comment.