Skip to content

Commit

Permalink
🚀 v1.3.3 (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 9, 2024
1 parent c4f2038 commit 52f4564
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-donkeys-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-shoes-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-taxis-obey.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thin-kings-breathe.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.

6 changes: 6 additions & 0 deletions packages/citation-js-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# citation-js-utils

## 1.2.5

### Patch Changes

- 05b5e40e: Fix citations

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/citation-js-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "citation-js-utils",
"version": "1.2.4",
"version": "1.2.5",
"description": "Utilities for citation-js.",
"type": "module",
"exports": "./dist/index.js",
Expand Down
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.3

### Patch Changes

- 8b75342d: Fix handling of remove- for exports
- Updated dependencies [05b5e40e]
- Updated dependencies [706d01e8]
- Updated dependencies [8b75342d]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.3.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "1.3.3",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"chalk": "^5.2.0",
"check-node-version": "^4.2.1",
"chokidar": "^3.5.3",
"citation-js-utils": "^1.2.4",
"citation-js-utils": "^1.2.5",
"commander": "^10.0.1",
"cors": "^2.8.5",
"docx": "^7.5.0",
Expand Down Expand Up @@ -86,8 +86,8 @@
"myst-to-docx": "^1.0.11",
"myst-to-jats": "^1.0.27",
"myst-to-md": "^1.0.12",
"myst-to-tex": "^1.0.32",
"myst-to-typst": "^0.0.19",
"myst-to-tex": "^1.0.33",
"myst-to-typst": "^0.0.20",
"myst-transforms": "^1.3.21",
"myst-toc": "^0.1.2",
"nanoid": "^4.0.0",
Expand All @@ -97,7 +97,7 @@
"redux": "^5.0.1",
"simple-validators": "^1.0.6",
"strip-ansi": "^7.0.1",
"tex-to-myst": "^1.0.32",
"tex-to-myst": "^1.0.33",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-to-tex

## 1.0.33

### Patch Changes

- 8b75342d: Fix handling of remove- for exports

## 1.0.32

### 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.32",
"version": "1.0.33",
"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/myst-to-typst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-to-typst

## 0.0.20

### Patch Changes

- 706d01e8: Updates for typst math subscripts
- 8b75342d: Fix handling of remove- for exports

## 0.0.19

### 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.19",
"version": "0.0.20",
"description": "Export from MyST mdast to Typst",
"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.3

### Patch Changes

- 706d01e8: Updates for typst math subscripts
- 05b5e40e: 🐛 Citations broken with trim when a list

## 1.3.2

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

## 1.0.33

## 1.0.32

### 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.32",
"version": "1.0.33",
"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 52f4564

Please sign in to comment.