Skip to content

Commit

Permalink
🚀 Release (#818)
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 23, 2023
1 parent bfed37b commit 9f538e9
Show file tree
Hide file tree
Showing 37 changed files with 206 additions and 144 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-panthers-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brown-suits-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-tools-clean.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/eighty-students-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-plants-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-books-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-beds-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-wolves-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-walls-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-kangaroos-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-bulldogs-work.md

This file was deleted.

78 changes: 39 additions & 39 deletions package-lock.json

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

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

## 1.1.37

### Patch Changes

- b44980c2: Fix inline expression block metadata
- 134c26ab: Add watch to build command
- 9573382a: Changes processing of jupytext/myst style notebooks to ensure that `code-cell`s have a default output node associated with them and that any nested blocks containing a `code-cell` are lifted to the top level children of the root node.

This should ensure proper representation of the document as a notebook, and ensure that it can be treated the same as a noteobok that originated in an `ipynb` by web front ends.

Addresses:

- https://github.com/executablebooks/mystmd/pull/748
- https://github.com/executablebooks/mystmd/issues/816

- 134c26ab: Watch dependency files during myst start and build
- a9073876: Remove file extensions from latex include
- b44980c2: Support image inline expressions
- Updated dependencies [bfed37b]
- Updated dependencies [9573382a]
- Updated dependencies [134c26ab]
- Updated dependencies [bfed37b]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.1.36

### 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.36",
"version": "1.1.37",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -67,25 +67,25 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.7",
"myst-common": "^1.1.20",
"myst-config": "^1.1.20",
"myst-common": "^1.1.21",
"myst-config": "^1.1.21",
"myst-ext-card": "^1.0.5",
"myst-ext-exercise": "^1.0.5",
"myst-ext-grid": "^1.0.5",
"myst-ext-proof": "^1.0.7",
"myst-ext-reactive": "^1.0.5",
"myst-ext-tabs": "^1.0.5",
"myst-frontmatter": "^1.1.20",
"myst-parser": "^1.0.20",
"myst-frontmatter": "^1.1.21",
"myst-parser": "^1.0.21",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.20",
"myst-spec-ext": "^1.1.21",
"myst-templates": "^1.0.15",
"myst-to-docx": "^1.0.8",
"myst-to-jats": "^1.0.20",
"myst-to-md": "^1.0.10",
"myst-to-tex": "^1.0.16",
"myst-to-typst": "^0.0.7",
"myst-transforms": "^1.1.18",
"myst-to-typst": "^0.0.8",
"myst-transforms": "^1.1.19",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-common

## 1.1.21

### Patch Changes

- Updated dependencies [134c26ab]
- [email protected]

## 1.1.20

### Patch Changes
Expand Down
Loading

0 comments on commit 9f538e9

Please sign in to comment.