Skip to content

Commit

Permalink
🚀 v1.2.0 (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent 50d0375 commit 869103e
Show file tree
Hide file tree
Showing 19 changed files with 66 additions and 55 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-flies-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-spies-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-wolves-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-poems-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-zoos-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-dodos-guess.md

This file was deleted.

22 changes: 11 additions & 11 deletions package-lock.json

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

20 changes: 20 additions & 0 deletions packages/myst-cli/CHANGELOG.md
@@ -1,5 +1,25 @@
# myst-cli

## 1.2.0

### Minor Changes

- 243adf62: Update NodeJS minimum version

### Patch Changes

- 8c00333a: Support myst-theme.css in the dynamic export.
- 1734bffd: Included files remove frontmatter and update math/abbr
- 9a30092f: Support details/summary in HTML
- Updated dependencies [8851eca7]
- Updated dependencies [1734bffd]
- Updated dependencies [7efe77a0]
- Updated dependencies [9a30092f]
- myst-to-typst@0.0.16
- myst-to-tex@1.0.28
- myst-transforms@1.3.10
- tex-to-myst@1.0.28

## 1.1.56

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/myst-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-cli",
"version": "1.1.56",
"version": "1.2.0",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -85,17 +85,17 @@
"myst-to-docx": "^1.0.10",
"myst-to-jats": "^1.0.26",
"myst-to-md": "^1.0.11",
"myst-to-tex": "^1.0.27",
"myst-to-typst": "^0.0.15",
"myst-transforms": "^1.3.9",
"myst-to-tex": "^1.0.28",
"myst-to-typst": "^0.0.16",
"myst-transforms": "^1.3.10",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
"p-limit": "^3.1.0",
"redux": "^5.0.1",
"simple-validators": "^1.0.4",
"strip-ansi": "^7.0.1",
"tex-to-myst": "^1.0.27",
"tex-to-myst": "^1.0.28",
"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-to-tex/CHANGELOG.md
@@ -1,5 +1,11 @@
# myst-to-tex

## 1.0.28

### Patch Changes

- 8851eca7: Support `div` and `span` in typst and tex

## 1.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-tex/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-to-tex",
"version": "1.0.27",
"version": "1.0.28",
"description": "Export from MyST mdast to latex",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-tex",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-to-typst/CHANGELOG.md
@@ -1,5 +1,11 @@
# myst-to-typst

## 0.0.16

### Patch Changes

- 8851eca7: Support `div` and `span` in typst and tex

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-typst/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-to-typst",
"version": "0.0.15",
"version": "0.0.16",
"description": "Export from MyST mdast to Typst",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-tex",
Expand Down
8 changes: 8 additions & 0 deletions packages/myst-transforms/CHANGELOG.md
@@ -1,5 +1,13 @@
# myst-transforms

## 1.3.10

### Patch Changes

- 1734bffd: Included files remove frontmatter and update math/abbr
- 7efe77a0: Ensure include file frontmatter takes priority
- 9a30092f: Support details/summary in HTML

## 1.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-transforms/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-transforms",
"version": "1.3.9",
"version": "1.3.10",
"sideEffects": false,
"type": "module",
"exports": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/mystmd/CHANGELOG.md
@@ -1,5 +1,7 @@
# mystmd

## 1.2.0

## 1.1.56

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mystmd/package.json
@@ -1,6 +1,6 @@
{
"name": "mystmd",
"version": "1.1.56",
"version": "1.2.0",
"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.1.56"
"myst-cli": "^1.2.0"
}
}
2 changes: 2 additions & 0 deletions packages/tex-to-myst/CHANGELOG.md
@@ -1,5 +1,7 @@
# tex-to-myst

## 1.0.28

## 1.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tex-to-myst/package.json
@@ -1,6 +1,6 @@
{
"name": "tex-to-myst",
"version": "1.0.27",
"version": "1.0.28",
"description": "Read LaTeX and convert to MyST AST",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/tex-to-myst",
Expand Down

0 comments on commit 869103e

Please sign in to comment.