Skip to content

Commit

Permalink
🚀 v1.1.52 (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 5, 2024
1 parent be3befd commit 9703264
Show file tree
Hide file tree
Showing 25 changed files with 151 additions and 82 deletions.
7 changes: 0 additions & 7 deletions .changeset/large-monkeys-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-icons-try.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.

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

## 1.1.52

### Patch Changes

- be3befd: Fix circular deps
- Updated dependencies [be3befd]
- Updated dependencies [be3befd]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.1.51

### 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.51",
"version": "1.1.52",
"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.9",
"myst-common": "^1.1.34",
"myst-config": "^1.1.34",
"myst-common": "^1.1.35",
"myst-config": "^1.1.35",
"myst-execute": "^0.0.4",
"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.34",
"myst-parser": "^1.2.2",
"myst-frontmatter": "^1.1.35",
"myst-parser": "^1.2.3",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.1.34",
"myst-spec-ext": "^1.1.35",
"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.25",
"myst-to-typst": "^0.0.13",
"myst-transforms": "^1.3.3",
"myst-transforms": "^1.3.4",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
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.35

### Patch Changes

- Updated dependencies [be3befd]
- Updated dependencies [be3befd]
- [email protected]

## 1.1.34

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

## 1.1.35

### Patch Changes

- Updated dependencies [be3befd]
- Updated dependencies [be3befd]
- [email protected]

## 1.1.34

### 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.34",
"version": "1.1.35",
"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.34",
"myst-frontmatter": "^1.1.35",
"simple-validators": "^1.0.4"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-directives

## 1.2.3

### Patch Changes

- [email protected]
- [email protected]

## 1.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/myst-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-directives",
"version": "1.2.2",
"version": "1.2.3",
"sideEffects": false,
"license": "MIT",
"description": "Default directive definitions for MyST",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"classnames": "^2.3.2",
"js-yaml": "^4.1.0",
"myst-common": "^1.1.34",
"myst-spec-ext": "^1.1.34",
"myst-common": "^1.1.35",
"myst-spec-ext": "^1.1.35",
"nanoid": "^4.0.2",
"unist-util-select": "^4.0.3",
"vfile": "^5.3.7"
Expand Down
Loading

0 comments on commit 9703264

Please sign in to comment.