Skip to content

Commit

Permalink
🚀 v1.1.33 (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 4, 2023
1 parent 7e8d85e commit de13833
Show file tree
Hide file tree
Showing 28 changed files with 155 additions and 92 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-carrots-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-bottles-hug.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silent-mirrors-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-eggs-relax.md

This file was deleted.

68 changes: 34 additions & 34 deletions package-lock.json

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

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

## 1.1.33

### Patch Changes

- 7e8d85e: Consume table changes
- Updated dependencies [1b4ec507]
- Updated dependencies [4846c7fa]
- Updated dependencies [d83e4b6f]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.1.32

### 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.32",
"version": "1.1.33",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -67,24 +67,24 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.7",
"myst-common": "^1.1.17",
"myst-config": "^1.1.17",
"myst-common": "^1.1.18",
"myst-config": "^1.1.18",
"myst-ext-card": "^1.0.4",
"myst-ext-exercise": "^1.0.4",
"myst-ext-grid": "^1.0.4",
"myst-ext-proof": "^1.0.6",
"myst-ext-reactive": "^1.0.4",
"myst-ext-tabs": "^1.0.4",
"myst-frontmatter": "^1.1.17",
"myst-parser": "^1.0.17",
"myst-frontmatter": "^1.1.18",
"myst-parser": "^1.0.18",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.17",
"myst-spec-ext": "^1.1.18",
"myst-templates": "^1.0.13",
"myst-to-docx": "^1.0.7",
"myst-to-jats": "^1.0.19",
"myst-to-md": "^1.0.9",
"myst-to-tex": "^1.0.14",
"myst-transforms": "^1.1.15",
"myst-transforms": "^1.1.16",
"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.18

### Patch Changes

- Updated dependencies [4846c7fa]
- Updated dependencies [d83e4b6f]
- [email protected]

## 1.1.17

### 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.17",
"version": "1.1.18",
"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.17",
"myst-frontmatter": "^1.1.18",
"myst-spec": "^0.0.4",
"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.17",
"myst-spec-ext": "^1.1.18",
"unist-builder": "3.0.0"
}
}
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.18

### Patch Changes

- Updated dependencies [4846c7fa]
- Updated dependencies [d83e4b6f]
- [email protected]

## 1.1.17

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

## 1.0.18

### Patch Changes

- 4846c7fa: Allow new numbering options to filter through. Add new `kind` option to figure directive
- [email protected]
- [email protected]

## 1.0.17

### Patch Changes
Expand Down
Loading

0 comments on commit de13833

Please sign in to comment.