Skip to content

Commit

Permalink
🚀 1.3.18 (#1637)
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 Nov 13, 2024
1 parent 8ea9365 commit 16a5e58
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-readers-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-comics-melt.md

This file was deleted.

30 changes: 15 additions & 15 deletions package-lock.json

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

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

## 1.3.18

### Patch Changes

- 6f23a6ec: Do not report version updates for whitelabelled binaries
- Updated dependencies [8ea9365]
- myst-frontmatter@1.7.5
- myst-common@1.7.5
- myst-config@1.7.5
- myst-spec-ext@1.7.5

## 1.3.17

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.17",
"version": "1.3.18",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -69,8 +69,8 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.11",
"myst-common": "^1.7.4",
"myst-config": "^1.7.4",
"myst-common": "^1.7.5",
"myst-config": "^1.7.5",
"myst-execute": "^0.1.1",
"myst-ext-card": "^1.0.9",
"myst-ext-exercise": "^1.0.8",
Expand All @@ -79,10 +79,10 @@
"myst-ext-proof": "^1.0.11",
"myst-ext-reactive": "^1.0.9",
"myst-ext-tabs": "^1.0.8",
"myst-frontmatter": "^1.7.4",
"myst-frontmatter": "^1.7.5",
"myst-parser": "^1.5.8",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.4",
"myst-spec-ext": "^1.7.5",
"myst-templates": "^1.0.23",
"myst-to-docx": "^1.0.12",
"myst-to-jats": "^1.0.30",
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.7.5

### Patch Changes

- Updated dependencies [8ea9365]
- myst-frontmatter@1.7.5

## 1.7.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.7.4",
"version": "1.7.5",
"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.7.4",
"myst-frontmatter": "^1.7.5",
"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.7.4",
"myst-spec-ext": "^1.7.5",
"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.7.5

### Patch Changes

- Updated dependencies [8ea9365]
- myst-frontmatter@1.7.5
- myst-common@1.7.5

## 1.7.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.7.4",
"version": "1.7.5",
"license": "MIT",
"description": "Project and site config types and validation for the mystmd ecosystem",
"author": "Franklin Koch <franklin@curvenote.com>",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/jupyter-book/mystmd/issues"
},
"dependencies": {
"myst-common": "^1.7.4",
"myst-frontmatter": "^1.7.4",
"myst-common": "^1.7.5",
"myst-frontmatter": "^1.7.5",
"simple-validators": "^1.1.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-frontmatter

## 1.7.5

### Patch Changes

- 8ea9365: Improvements to spdx license validation

## 1.7.4

## 1.7.3
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-frontmatter",
"version": "1.7.4",
"version": "1.7.5",
"sideEffects": false,
"license": "MIT",
"description": "Frontmatter types and validation for the mystmd ecosystem",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-spec-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-spec-ext

## 1.7.5

## 1.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-spec-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-spec-ext",
"version": "1.7.4",
"version": "1.7.5",
"description": "Extensions for myst-spec that are used in mystmd",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-spec-ext",
Expand Down
2 changes: 2 additions & 0 deletions packages/mystmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mystmd

## 1.3.18

## 1.3.17

## 1.3.16
Expand Down
4 changes: 2 additions & 2 deletions packages/mystmd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mystmd",
"version": "1.3.17",
"version": "1.3.18",
"description": "Command line tools for MyST Markdown",
"author": "Rowan Cockett <rowan@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -45,6 +45,6 @@
"commander": "^10.0.1",
"core-js": "^3.31.1",
"js-yaml": "^4.1.0",
"myst-cli": "^1.3.17"
"myst-cli": "^1.3.18"
}
}

0 comments on commit 16a5e58

Please sign in to comment.