Skip to content

Commit

Permalink
🚀 v1.3.8 (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
1 parent 0a516e5 commit 7c9a43b
Show file tree
Hide file tree
Showing 31 changed files with 138 additions and 85 deletions.
6 changes: 0 additions & 6 deletions .changeset/kind-pigs-act.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-dots-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-cougars-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-beans-play.md

This file was deleted.

60 changes: 30 additions & 30 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/markdown-it-myst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# markdown-it-myst

## 1.0.10

### Patch Changes

- c758f1b5: Directive option flag is always a boolean

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-myst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-myst",
"version": "1.0.9",
"version": "1.0.10",
"sideEffects": false,
"license": "MIT",
"description": "markdown-it tokenizer for MyST roles and directives",
Expand Down
16 changes: 16 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# myst-cli

## 1.3.8

### Patch Changes

- Updated dependencies [822fd2d5]
- Updated dependencies [c758f1b5]
- Updated dependencies [0a516e5]
- Updated dependencies [41d8f35e]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.3.7

## 1.3.6
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.7",
"version": "1.3.8",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -71,25 +71,25 @@
"myst-cli-utils": "^2.0.10",
"myst-common": "^1.6.0",
"myst-config": "^1.6.0",
"myst-execute": "^0.0.8",
"myst-ext-card": "^1.0.7",
"myst-execute": "^0.0.9",
"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.7",
"myst-ext-reactive": "^1.0.8",
"myst-ext-tabs": "^1.0.7",
"myst-frontmatter": "^1.6.0",
"myst-parser": "^1.5.5",
"myst-parser": "^1.5.6",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.6.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.35",
"myst-to-tex": "^1.0.36",
"myst-to-typst": "^0.0.21",
"myst-transforms": "^1.3.24",
"myst-transforms": "^1.3.25",
"myst-toc": "^0.1.2",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
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.35",
"tex-to-myst": "^1.0.36",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.0",
"unist-util-remove": "^3.1.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-directives

## 1.5.6

## 1.5.5

### 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.5",
"version": "1.5.6",
"sideEffects": false,
"license": "MIT",
"description": "Default directive definitions for MyST",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-execute

## 0.0.9

### Patch Changes

- 41d8f35e: Fix overzealous missing kernelspec warning

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "0.0.9",
"sideEffects": false,
"license": "MIT",
"description": "Execute MyST content with Jupyter",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-ext-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-ext-card

## 1.0.8

### Patch Changes

- c758f1b5: Directive option flag is always a boolean
- 0a516e5: Add documentation and an alias for url/link in cards.

## 1.0.7

### Patch Changes
Expand Down
Loading

0 comments on commit 7c9a43b

Please sign in to comment.