Skip to content

Commit

Permalink
🚀 v1.3.6 (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 31, 2024
1 parent 9864473 commit a6b59d6
Show file tree
Hide file tree
Showing 32 changed files with 183 additions and 114 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-parrots-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-bugs-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-students-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-pumpkins-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-trains-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-tools-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-guests-train.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.

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

## 1.3.6

### Patch Changes

- 0812009a: Fix TOC upgrade
- 9864473: Quiet webp warnings to debug
- 8ba7b73a: Add `ValidatedMystPlugin` to make types more strict
- Updated dependencies [9c28805a]
- Updated dependencies [85db77c7]
- Updated dependencies [9c1b8c73]
- Updated dependencies [8ba7b73a]
- myst-ext-icon@0.0.1
- myst-spec-ext@1.6.0
- myst-frontmatter@1.6.0
- myst-common@1.6.0
- myst-config@1.6.0
- myst-parser@1.5.5
- myst-transforms@1.3.24

## 1.3.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.3.5",
"version": "1.3.6",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -69,27 +69,27 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.10",
"myst-common": "^1.5.4",
"myst-config": "^1.5.4",
"myst-common": "^1.6.0",
"myst-config": "^1.6.0",
"myst-execute": "^0.0.8",
"myst-ext-card": "^1.0.7",
"myst-ext-exercise": "^1.0.7",
"myst-ext-grid": "^1.0.7",
"myst-ext-icon": "^0.0.0",
"myst-ext-icon": "^0.0.1",
"myst-ext-proof": "^1.0.10",
"myst-ext-reactive": "^1.0.7",
"myst-ext-tabs": "^1.0.7",
"myst-frontmatter": "^1.5.4",
"myst-parser": "^1.5.4",
"myst-frontmatter": "^1.6.0",
"myst-parser": "^1.5.5",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.5.4",
"myst-spec-ext": "^1.6.0",
"myst-templates": "^1.0.22",
"myst-to-docx": "^1.0.11",
"myst-to-jats": "^1.0.27",
"myst-to-md": "^1.0.12",
"myst-to-tex": "^1.0.35",
"myst-to-typst": "^0.0.21",
"myst-transforms": "^1.3.23",
"myst-transforms": "^1.3.24",
"myst-toc": "^0.1.2",
"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.6.0

### Patch Changes

- 8ba7b73a: Add `ValidatedMystPlugin` to make types more strict
- Updated dependencies [9c1b8c73]
- myst-frontmatter@1.6.0

## 1.5.4

### 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.5.4",
"version": "1.6.0",
"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.5.4",
"myst-frontmatter": "^1.6.0",
"myst-spec": "^0.0.5",
"nanoid": "^4.0.0",
"unified": "^10.1.2",
Expand All @@ -31,7 +31,7 @@
"vfile-message": "^3.0.0"
},
"devDependencies": {
"myst-spec-ext": "^1.5.4",
"myst-spec-ext": "^1.6.0",
"unist-builder": "3.0.0",
"@jupyterlab/nbformat": "^3.5.2",
"@lumino/coreutils": "^2.0.0"
Expand Down
Loading

0 comments on commit a6b59d6

Please sign in to comment.