Skip to content

Commit

Permalink
🚀 1.1.35 (#806)
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 Dec 9, 2023
1 parent a0044da commit 232e19d
Show file tree
Hide file tree
Showing 29 changed files with 143 additions and 107 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-kiwis-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-bulldogs-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-peas-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-oranges-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-moose-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-baboons-sing.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/ninety-fireants-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-ducks-march.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-donuts-hear.md

This file was deleted.

56 changes: 28 additions & 28 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/jtex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# jtex

## 1.0.11

### Patch Changes

- a0044da: Modify jtex to support typst
- a0044da: Allow myst template to specify template file name
- Updated dependencies [a0044da]
- Updated dependencies [a0044da]
- Updated dependencies [a0044da]
- myst-templates@1.0.14
- myst-frontmatter@1.1.20
- myst-common@1.1.20

## 1.0.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/jtex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jtex",
"version": "1.0.10",
"version": "1.0.11",
"description": "Tool for rendering LaTeX documents from jinja-style templates",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -49,9 +49,9 @@
"commander": "^10.0.1",
"js-yaml": "^4.1.0",
"myst-cli-utils": "^2.0.4",
"myst-frontmatter": "^1.1.13",
"myst-templates": "^1.0.12",
"myst-common": "^1.1.13",
"myst-frontmatter": "^1.1.20",
"myst-templates": "^1.0.14",
"myst-common": "^1.1.20",
"node-fetch": "^3.3.1",
"nunjucks": "^3.2.4",
"pretty-hrtime": "^1.0.3",
Expand Down
22 changes: 22 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# myst-cli

## 1.1.35

### Patch Changes

- a0044da: Add typst invocation to typst export from cli
- a0044da: Update typst export to use jtex
- a0044da: Add typst export to CLI
- a0044da: Write terser bibtex when exporting
- Updated dependencies [a0044da]
- Updated dependencies [a0044da]
- Updated dependencies [a0044da]
- Updated dependencies [a0044da]
- Updated dependencies [a0044da]
- Updated dependencies [a0044da]
- myst-to-typst@0.0.7
- myst-templates@1.0.14
- jtex@1.0.11
- myst-frontmatter@1.1.20
- myst-common@1.1.20
- myst-config@1.1.20
- myst-spec-ext@1.1.20

## 1.1.34

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.1.34",
"version": "1.1.35",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -61,30 +61,30 @@
"inquirer": "^8.2.2",
"intersphinx": "^1.0.2",
"js-yaml": "^4.1.0",
"jtex": "^1.0.10",
"jtex": "^1.0.11",
"latest-version": "^7.0.0",
"mdast": "^3.0.0",
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.7",
"myst-common": "^1.1.19",
"myst-config": "^1.1.19",
"myst-common": "^1.1.20",
"myst-config": "^1.1.20",
"myst-ext-card": "^1.0.4",
"myst-ext-exercise": "^1.0.4",
"myst-ext-grid": "^1.0.4",
"myst-ext-proof": "^1.0.6",
"myst-ext-reactive": "^1.0.4",
"myst-ext-tabs": "^1.0.4",
"myst-frontmatter": "^1.1.19",
"myst-frontmatter": "^1.1.20",
"myst-parser": "^1.0.18",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.19",
"myst-templates": "^1.0.13",
"myst-spec-ext": "^1.1.20",
"myst-templates": "^1.0.14",
"myst-to-docx": "^1.0.7",
"myst-to-jats": "^1.0.19",
"myst-to-md": "^1.0.9",
"myst-to-tex": "^1.0.15",
"myst-to-typst": "^0.0.6",
"myst-to-typst": "^0.0.7",
"myst-transforms": "^1.1.16",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# myst-common

## 1.1.20

### Patch Changes

- a0044da: Add typst export to CLI
- Updated dependencies [a0044da]
- myst-frontmatter@1.1.20

## 1.1.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/myst-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myst-common",
"sideEffects": false,
"version": "1.1.19",
"version": "1.1.20",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"mdast": "^3.0.0",
"myst-frontmatter": "^1.1.19",
"myst-frontmatter": "^1.1.20",
"myst-spec": "^0.0.4",
"nanoid": "^4.0.0",
"unified": "^10.1.2",
Expand All @@ -30,7 +30,7 @@
"vfile-message": "^3.0.0"
},
"devDependencies": {
"myst-spec-ext": "^1.1.19",
"myst-spec-ext": "^1.1.20",
"unist-builder": "3.0.0"
}
}
Loading

0 comments on commit 232e19d

Please sign in to comment.