Skip to content
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
5 changes: 0 additions & 5 deletions .changeset/fancy-tables-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fruity-humans-create.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-bananas-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-windows-switch.md

This file was deleted.

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

## 1.8.3

### Patch Changes

- 33aa6ea: Upgrade windows should have the correct path
- b7d8eef: Add emojis to strict-mode error report at end of build. Distinguishes between errors and
warnings for views without support for color.
- Updated dependencies [0b6ea12]
- myst-to-typst@0.0.37
- myst-parser@1.7.1
- myst-migrate@1.8.3
- myst-transforms@1.3.48

## 1.8.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.8.2",
"version": "1.8.3",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -72,7 +72,7 @@
"myst-cli-utils": "^2.0.13",
"myst-common": "^1.9.5",
"myst-config": "^1.9.5",
"myst-migrate": "^1.8.2",
"myst-migrate": "^1.8.3",
"myst-execute": "^0.3.3",
"myst-ext-button": "^0.0.1",
"myst-ext-card": "^1.0.9",
Expand All @@ -83,17 +83,17 @@
"myst-ext-reactive": "^1.0.9",
"myst-ext-tabs": "^1.0.9",
"myst-frontmatter": "^1.9.5",
"myst-parser": "^1.7.0",
"myst-parser": "^1.7.1",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.9.5",
"myst-templates": "^1.0.27",
"myst-to-docx": "^1.0.16",
"myst-to-jats": "^1.0.35",
"myst-to-md": "^1.0.16",
"myst-to-tex": "^1.0.45",
"myst-to-typst": "^0.0.36",
"myst-to-typst": "^0.0.37",
"myst-toc": "^0.1.4",
"myst-transforms": "^1.3.47",
"myst-transforms": "^1.3.48",
"nanoid": "^5.1.6",
"nbtx": "^0.4.0",
"node-fetch": "^3.3.1",
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.7.1

### Patch Changes

- a5b550d: Allow code-cell directive to use code options

## 1.7.0

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

## 1.8.3

## 1.8.2

## 1.8.1
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myst-migrate",
"sideEffects": false,
"version": "1.8.2",
"version": "1.8.3",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/myst-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# myst-parser

## 1.7.1

### Patch Changes

- Updated dependencies [a5b550d]
- myst-directives@1.7.1
- myst-roles@1.7.1

## 1.7.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/myst-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-parser",
"version": "1.7.0",
"version": "1.7.1",
"description": "Markdown parser for MyST markdown in JavaScript",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-parser",
Expand Down Expand Up @@ -53,8 +53,8 @@
"markdown-it-myst-extras": "0.3.0",
"markdown-it-task-lists": "^2.1.1",
"myst-common": "^1.9.5",
"myst-directives": "^1.7.0",
"myst-roles": "^1.7.0",
"myst-directives": "^1.7.1",
"myst-roles": "^1.7.1",
"myst-spec": "^0.0.5",
"unified": "^10.1.1",
"unist-builder": "^3.0.0",
Expand All @@ -70,8 +70,8 @@
"@types/js-yaml": "^4.0.5",
"@types/mdast": "^3.0.10",
"js-yaml": "^4.1.0",
"myst-to-html": "^1.7.0",
"myst-transforms": "^1.3.47",
"myst-to-html": "^1.7.1",
"myst-transforms": "^1.3.48",
"rehype-stringify": "^9.0.3"
}
}
2 changes: 2 additions & 0 deletions packages/myst-roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-roles

## 1.7.1

## 1.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-roles",
"version": "1.7.0",
"version": "1.7.1",
"sideEffects": false,
"license": "MIT",
"description": "Default role definitions for MyST",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-to-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-to-html

## 1.7.1

## 1.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-to-html",
"version": "1.7.0",
"version": "1.7.1",
"description": "Export from MyST mdast to HTML",
"author": "Franklin Koch <franklin@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-html",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-to-typst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-to-typst

## 0.0.37

### Patch Changes

- 0b6ea12: update span renderer to include node identifiers as Typst tags

## 0.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-typst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-to-typst",
"version": "0.0.36",
"version": "0.0.37",
"description": "Export from MyST mdast to Typst",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-tex",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-transforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-transforms

## 1.3.48

### Patch Changes

- myst-to-html@1.7.1

## 1.3.47

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-transforms",
"version": "1.3.47",
"version": "1.3.48",
"sideEffects": false,
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"myst-frontmatter": "^1.9.5",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.9.5",
"myst-to-html": "1.7.0",
"myst-to-html": "1.7.1",
"rehype-parse": "^8.0.4",
"rehype-remark": "^9.1.2",
"unified": "^10.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/mystmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mystmd

## 1.8.3

## 1.8.2

## 1.8.1
Expand Down
4 changes: 2 additions & 2 deletions packages/mystmd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mystmd",
"version": "1.8.2",
"version": "1.8.3",
"description": "Command line tools for MyST Markdown",
"author": "Rowan Cockett <rowan@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -47,6 +47,6 @@
"commander": "^10.0.1",
"core-js": "^3.31.1",
"js-yaml": "^4.1.0",
"myst-cli": "^1.8.2"
"myst-cli": "^1.8.3"
}
}