Skip to content

Commit 52f4564

Browse files
🚀 v1.3.3 (#1430)
1 parent c4f2038 commit 52f4564

File tree

17 files changed

+63
-45
lines changed

17 files changed

+63
-45
lines changed

.changeset/early-donkeys-worry.md

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

.changeset/old-shoes-walk.md

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

.changeset/sweet-taxis-obey.md

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

.changeset/thin-kings-breathe.md

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

package-lock.json

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

packages/citation-js-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# citation-js-utils
22

3+
## 1.2.5
4+
5+
### Patch Changes
6+
7+
- 05b5e40e: Fix citations
8+
39
## 1.2.4
410

511
### Patch Changes

packages/citation-js-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "citation-js-utils",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Utilities for citation-js.",
55
"type": "module",
66
"exports": "./dist/index.js",

packages/myst-cli/CHANGELOG.md

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

3+
## 1.3.3
4+
5+
### Patch Changes
6+
7+
- 8b75342d: Fix handling of remove- for exports
8+
- Updated dependencies [05b5e40e]
9+
- Updated dependencies [706d01e8]
10+
- Updated dependencies [8b75342d]
11+
12+
13+
14+
15+
316
## 1.3.2
417

518
### Patch Changes

packages/myst-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myst-cli",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Command line tools for MyST",
55
"author": "Franklin Koch <[email protected]>",
66
"license": "MIT",
@@ -50,7 +50,7 @@
5050
"chalk": "^5.2.0",
5151
"check-node-version": "^4.2.1",
5252
"chokidar": "^3.5.3",
53-
"citation-js-utils": "^1.2.4",
53+
"citation-js-utils": "^1.2.5",
5454
"commander": "^10.0.1",
5555
"cors": "^2.8.5",
5656
"docx": "^7.5.0",
@@ -86,8 +86,8 @@
8686
"myst-to-docx": "^1.0.11",
8787
"myst-to-jats": "^1.0.27",
8888
"myst-to-md": "^1.0.12",
89-
"myst-to-tex": "^1.0.32",
90-
"myst-to-typst": "^0.0.19",
89+
"myst-to-tex": "^1.0.33",
90+
"myst-to-typst": "^0.0.20",
9191
"myst-transforms": "^1.3.21",
9292
"myst-toc": "^0.1.2",
9393
"nanoid": "^4.0.0",
@@ -97,7 +97,7 @@
9797
"redux": "^5.0.1",
9898
"simple-validators": "^1.0.6",
9999
"strip-ansi": "^7.0.1",
100-
"tex-to-myst": "^1.0.32",
100+
"tex-to-myst": "^1.0.33",
101101
"unified": "^10.1.2",
102102
"unist-util-filter": "^4.0.0",
103103
"unist-util-remove": "^3.1.0",

packages/myst-to-tex/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# myst-to-tex
22

3+
## 1.0.33
4+
5+
### Patch Changes
6+
7+
- 8b75342d: Fix handling of remove- for exports
8+
39
## 1.0.32
410

511
### Patch Changes

0 commit comments

Comments
 (0)