Skip to content

Commit

Permalink
🚀 1.3.17 (#1621)
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 Nov 4, 2024
1 parent f888081 commit ed916dd
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-carrots-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-tigers-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-socks-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-dryers-sit.md

This file was deleted.

18 changes: 9 additions & 9 deletions package-lock.json

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

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

## 1.3.17

### Patch Changes

- f888081: Add page breaks to multipage typst export
- Updated dependencies [f888081]
- Updated dependencies [fe236580]
- Updated dependencies [f888081]
- myst-to-typst@0.0.27
- tex-to-myst@1.0.40
- myst-to-tex@1.0.40

## 1.3.16

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.16",
"version": "1.3.17",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -87,8 +87,8 @@
"myst-to-docx": "^1.0.12",
"myst-to-jats": "^1.0.30",
"myst-to-md": "^1.0.14",
"myst-to-tex": "^1.0.39",
"myst-to-typst": "^0.0.26",
"myst-to-tex": "^1.0.40",
"myst-to-typst": "^0.0.27",
"myst-transforms": "^1.3.27",
"myst-toc": "^0.1.2",
"nanoid": "^4.0.0",
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.39",
"tex-to-myst": "^1.0.40",
"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-to-tex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-to-tex

## 1.0.40

## 1.0.39

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

## 0.0.27

### Patch Changes

- f888081: Support card nodes
- fe236580: Upgrade table functionality in typst

## 0.0.26

### 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.26",
"version": "0.0.27",
"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
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.3.17

## 1.3.16

## 1.3.15
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.3.16",
"version": "1.3.17",
"description": "Command line tools for MyST Markdown",
"author": "Rowan Cockett <rowan@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -45,6 +45,6 @@
"commander": "^10.0.1",
"core-js": "^3.31.1",
"js-yaml": "^4.1.0",
"myst-cli": "^1.3.16"
"myst-cli": "^1.3.17"
}
}
6 changes: 6 additions & 0 deletions packages/tex-to-myst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tex-to-myst

## 1.0.40

### Patch Changes

- f888081: Fix tex figures with no arguments

## 1.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tex-to-myst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tex-to-myst",
"version": "1.0.39",
"version": "1.0.40",
"description": "Read LaTeX and convert to MyST AST",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/tex-to-myst",
Expand Down

0 comments on commit ed916dd

Please sign in to comment.