Skip to content

Commit 83b943c

Browse files
🚀 1.3.9 (#1525)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 760e411 commit 83b943c

25 files changed

+134
-87
lines changed

.changeset/chilly-eyes-smash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/friendly-pumpkins-agree.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/loud-points-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-llamas-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-apes-swim.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/unlucky-timers-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/myst-cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# myst-cli
22

3+
## 1.3.9
4+
5+
### Patch Changes
6+
7+
- 760e411: Enable site options on each page
8+
- Updated dependencies [594a0f87]
9+
- Updated dependencies [e3c3efa7]
10+
- Updated dependencies [a2519bb3]
11+
- Updated dependencies [5d5c2893]
12+
- Updated dependencies [760e411]
13+
- Updated dependencies [adb3c75a]
14+
15+
16+
17+
18+
19+
20+
21+
322
## 1.3.8
423

524
### Patch Changes

packages/myst-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myst-cli",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "Command line tools for MyST",
55
"author": "Franklin Koch <[email protected]>",
66
"license": "MIT",
@@ -69,25 +69,25 @@
6969
"meca": "^1.0.8",
7070
"mime-types": "^2.1.35",
7171
"myst-cli-utils": "^2.0.10",
72-
"myst-common": "^1.6.0",
73-
"myst-config": "^1.6.0",
74-
"myst-execute": "^0.0.9",
72+
"myst-common": "^1.6.1",
73+
"myst-config": "^1.6.1",
74+
"myst-execute": "^0.1.0",
7575
"myst-ext-card": "^1.0.8",
7676
"myst-ext-exercise": "^1.0.7",
7777
"myst-ext-grid": "^1.0.7",
7878
"myst-ext-icon": "^0.0.1",
7979
"myst-ext-proof": "^1.0.10",
8080
"myst-ext-reactive": "^1.0.8",
8181
"myst-ext-tabs": "^1.0.7",
82-
"myst-frontmatter": "^1.6.0",
82+
"myst-frontmatter": "^1.6.1",
8383
"myst-parser": "^1.5.6",
8484
"myst-spec": "^0.0.5",
85-
"myst-spec-ext": "^1.6.0",
85+
"myst-spec-ext": "^1.6.1",
8686
"myst-templates": "^1.0.22",
8787
"myst-to-docx": "^1.0.11",
8888
"myst-to-jats": "^1.0.27",
8989
"myst-to-md": "^1.0.12",
90-
"myst-to-tex": "^1.0.36",
90+
"myst-to-tex": "^1.0.37",
9191
"myst-to-typst": "^0.0.21",
9292
"myst-transforms": "^1.3.25",
9393
"myst-toc": "^0.1.2",
@@ -98,7 +98,7 @@
9898
"redux": "^5.0.1",
9999
"simple-validators": "^1.1.0",
100100
"strip-ansi": "^7.0.1",
101-
"tex-to-myst": "^1.0.36",
101+
"tex-to-myst": "^1.0.37",
102102
"unified": "^10.1.2",
103103
"unist-util-filter": "^4.0.0",
104104
"unist-util-remove": "^3.1.0",

packages/myst-common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# myst-common
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [760e411]
8+
9+
310
## 1.6.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)