Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent 5d5c289 commit 7c211b9
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-eyes-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-llamas-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-timers-clap.md

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

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

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

## 1.3.9

### Patch Changes

- Updated dependencies [594a0f87]
- Updated dependencies [5d5c289]
- Updated dependencies [adb3c75a]
- [email protected]
- [email protected]

## 1.3.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "1.3.9",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -87,7 +87,7 @@
"myst-to-docx": "^1.0.11",
"myst-to-jats": "^1.0.27",
"myst-to-md": "^1.0.12",
"myst-to-tex": "^1.0.36",
"myst-to-tex": "^1.0.37",
"myst-to-typst": "^0.0.21",
"myst-transforms": "^1.3.25",
"myst-toc": "^0.1.2",
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.36",
"tex-to-myst": "^1.0.37",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.0",
"unist-util-remove": "^3.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-to-tex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-to-tex

## 1.0.37

### Patch Changes

- 594a0f87: Top level AMS environments are not wrapped
- adb3c75a: Allow index entries on many more nodes for myst-to-tex

## 1.0.36

### 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.36",
"version": "1.0.37",
"description": "Export from MyST mdast to latex",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-tex",
Expand Down
6 changes: 6 additions & 0 deletions packages/mystmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mystmd

## 1.3.9

### Patch Changes

- 594a0f87: Top level AMS environments are not wrapped

## 1.3.8

### Patch Changes
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.8",
"version": "1.3.9",
"description": "Command line tools for MyST Markdown",
"author": "Rowan Cockett <[email protected]>",
"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.8"
"myst-cli": "^1.3.9"
}
}
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.37

### Patch Changes

- 5d5c289: Add cancel to latex

## 1.0.36

## 1.0.35
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.36",
"version": "1.0.37",
"description": "Read LaTeX and convert to MyST AST",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/tex-to-myst",
Expand Down

0 comments on commit 7c211b9

Please sign in to comment.