Skip to content

Commit

Permalink
🚀 1.1.46 #959
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 Mar 6, 2024
1 parent 5565d60 commit 76c4d7b
Show file tree
Hide file tree
Showing 29 changed files with 165 additions and 103 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-clocks-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-yaks-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-teachers-look.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-walls-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-papayas-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-squids-refuse.md

This file was deleted.

70 changes: 35 additions & 35 deletions package-lock.json

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

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

## 1.1.46

### Patch Changes

- 77549eea: Expose max size for webp conversion
- cbad68cc: Add raw directive
- 77549eea: Expose max size webp conversion to cli
- Updated dependencies [a4c7a116]
- Updated dependencies [5565d60]
- Updated dependencies [cbad68cc]
- Updated dependencies [5565d60]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.1.45

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.45",
"version": "1.1.46",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -68,26 +68,26 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.8",
"myst-common": "^1.1.28",
"myst-config": "^1.1.28",
"myst-common": "^1.1.29",
"myst-config": "^1.1.29",
"myst-execute": "^0.0.3",
"myst-ext-card": "^1.0.5",
"myst-ext-exercise": "^1.0.5",
"myst-ext-grid": "^1.0.5",
"myst-ext-proof": "^1.0.8",
"myst-ext-reactive": "^1.0.5",
"myst-ext-tabs": "^1.0.5",
"myst-frontmatter": "^1.1.28",
"myst-parser": "^1.0.23",
"myst-frontmatter": "^1.1.29",
"myst-parser": "^1.0.24",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.1.28",
"myst-spec-ext": "^1.1.29",
"myst-templates": "^1.0.17",
"myst-to-docx": "^1.0.9",
"myst-to-jats": "^1.0.24",
"myst-to-md": "^1.0.10",
"myst-to-tex": "^1.0.22",
"myst-to-typst": "^0.0.11",
"myst-transforms": "^1.2.4",
"myst-transforms": "^1.2.5",
"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.29

### Patch Changes

- Updated dependencies [5565d60]
- [email protected]

## 1.1.28

### 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.28",
"version": "1.1.29",
"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.28",
"myst-frontmatter": "^1.1.29",
"myst-spec": "^0.0.5",
"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.28",
"myst-spec-ext": "^1.1.29",
"unist-builder": "3.0.0",
"@jupyterlab/nbformat": "^3.5.2",
"@lumino/coreutils": "^2.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-config

## 1.1.29

### Patch Changes

- Updated dependencies [5565d60]
- [email protected]

## 1.1.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-config",
"version": "1.1.28",
"version": "1.1.29",
"license": "MIT",
"description": "Project and site config types and validation for the mystmd ecosystem",
"author": "Franklin Koch <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/executablebooks/mystmd/issues"
},
"dependencies": {
"myst-frontmatter": "^1.1.28",
"myst-frontmatter": "^1.1.29",
"simple-validators": "^1.0.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 76c4d7b

Please sign in to comment.