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 19, 2024
1 parent a2519bb commit 1193a50
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 45 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-eyes-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-pumpkins-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-points-listen.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.

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.

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.3.9

### Patch Changes

- Updated dependencies [594a0f87]
- Updated dependencies [e3c3efa7]
- Updated dependencies [a2519bb]
- Updated dependencies [5d5c2893]
- Updated dependencies [adb3c75a]
- [email protected]
- [email protected]
- [email protected]

## 1.3.8

### 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.8",
"version": "1.3.9",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -71,7 +71,7 @@
"myst-cli-utils": "^2.0.10",
"myst-common": "^1.6.0",
"myst-config": "^1.6.0",
"myst-execute": "^0.0.9",
"myst-execute": "^0.1.0",
"myst-ext-card": "^1.0.8",
"myst-ext-exercise": "^1.0.7",
"myst-ext-grid": "^1.0.7",
Expand All @@ -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
6 changes: 6 additions & 0 deletions packages/myst-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-execute

## 0.1.0

### Minor Changes

- a2519bb: Add skip-execution tag support

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-execute",
"version": "0.0.9",
"version": "0.1.0",
"sideEffects": false,
"license": "MIT",
"description": "Execute MyST content with Jupyter",
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
7 changes: 7 additions & 0 deletions packages/mystmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mystmd

## 1.3.9

### Patch Changes

- 594a0f87: Top level AMS environments are not wrapped
- e3c3efa7: Add latex support for hyperlink and hypertarget

## 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"
}
}
7 changes: 7 additions & 0 deletions packages/tex-to-myst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tex-to-myst

## 1.0.37

### Patch Changes

- e3c3efa7: Add latex support for hyperlink and hypertarget
- 5d5c2893: 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 1193a50

Please sign in to comment.