Skip to content

Commit

Permalink
🚀 v1.2.6 (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 12, 2024
1 parent 48fe723 commit 941fd07
Show file tree
Hide file tree
Showing 39 changed files with 180 additions and 149 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-masks-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-chicken-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-pumas-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-laws-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-actors-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-ravens-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-students-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-kangaroos-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-dogs-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-deers-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-suns-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-books-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-snails-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-ants-glow.md

This file was deleted.

76 changes: 38 additions & 38 deletions package-lock.json

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

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

## 1.2.6

### Patch Changes

- 10e80d03: Modify index file selection - allow tex, prefer index.ipynb over non-index md
- 90446d99: Error if toc index file has children
- 2c3290be: Add build command to write remote doi citations to bibtex
- 2c3290be: Fall back to handle.net if doi.org fails
- 286ceaaf: Fetch config files from url
- a665cb14: Surface warnings during tocfile extension resolution
- 2c3290be: Normalize doi keys in in-memory doi cache
- b2736fa4: Add a log message for slow web requests
- 2c3290be: Prioritize dois from bibtex over remote fetching
- 10e80d03: Resolve toc patterns in intentional order
- Updated dependencies [ad969c37]
- Updated dependencies [20beec96]
- Updated dependencies [3d93fdb9]
- myst-frontmatter@1.4.5
- myst-toc@0.1.1
- myst-transforms@1.3.16
- myst-common@1.4.5
- myst-config@1.4.5
- myst-spec-ext@1.4.5
- myst-parser@1.4.4

## 1.2.5

### 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.2.5",
"version": "1.2.6",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -68,27 +68,27 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.9",
"myst-common": "^1.4.4",
"myst-config": "^1.4.4",
"myst-common": "^1.4.5",
"myst-config": "^1.4.5",
"myst-execute": "^0.0.6",
"myst-ext-card": "^1.0.6",
"myst-ext-exercise": "^1.0.6",
"myst-ext-grid": "^1.0.6",
"myst-ext-proof": "^1.0.9",
"myst-ext-reactive": "^1.0.6",
"myst-ext-tabs": "^1.0.6",
"myst-frontmatter": "^1.4.4",
"myst-parser": "^1.4.3",
"myst-frontmatter": "^1.4.5",
"myst-parser": "^1.4.4",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.4.4",
"myst-spec-ext": "^1.4.5",
"myst-templates": "^1.0.18",
"myst-toc": "^0.1.0",
"myst-toc": "^0.1.1",
"myst-to-docx": "^1.0.10",
"myst-to-jats": "^1.0.26",
"myst-to-md": "^1.0.11",
"myst-to-tex": "^1.0.29",
"myst-to-typst": "^0.0.17",
"myst-transforms": "^1.3.15",
"myst-transforms": "^1.3.16",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
Expand Down
Loading

0 comments on commit 941fd07

Please sign in to comment.