Skip to content

Commit

Permalink
🚀 v1.2.1 (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 7, 2024
1 parent 1802d9f commit 1f57852
Show file tree
Hide file tree
Showing 28 changed files with 124 additions and 110 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-turkeys-divide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilled-trains-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-coats-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-kiwis-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-hats-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-pandas-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-sheep-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-wasps-do.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-knives-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-fireants-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-coats-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-apricots-tan.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-beds-change.md

This file was deleted.

38 changes: 19 additions & 19 deletions package-lock.json

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

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

## 1.2.1

### Patch Changes

- ab863c8a: Change loadIntersphinx -> loadReferences and include MyST xrefs
- ab863c8a: Alias name/label in prjoect/page frontmatter and respect as identifiers
- ab863c8a: Write myst.xref.json file to site
- ab863c8a: Fill enumerator strings for external project xrefs
- ab863c8a: Add transform to add link text from myst xrefs
- ab863c8a: Warn on duplicate identifiers across project pages
- ab863c8a: Add check for empty link text
- ab863c8a: Do not build pages that do not exist for static html export
- 7a04910f: Rename Toc to TOC
- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- Updated dependencies [7a04910f]
- myst-transforms@1.3.11
- myst-frontmatter@1.4.0
- myst-spec-ext@1.4.0
- myst-common@1.4.0
- myst-config@1.4.0

## 1.2.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 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.2.0",
"version": "1.2.1",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"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.3.0",
"myst-config": "^1.3.0",
"myst-common": "^1.4.0",
"myst-config": "^1.4.0",
"myst-execute": "^0.0.6",
"myst-ext-card": "^1.0.6",
"myst-ext-exercise": "^1.0.6",
"myst-ext-grid": "^1.0.6",
"myst-ext-proof": "^1.0.9",
"myst-ext-reactive": "^1.0.6",
"myst-ext-tabs": "^1.0.6",
"myst-frontmatter": "^1.3.0",
"myst-frontmatter": "^1.4.0",
"myst-parser": "^1.4.2",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.3.0",
"myst-spec-ext": "^1.4.0",
"myst-templates": "^1.0.18",
"myst-to-docx": "^1.0.10",
"myst-to-jats": "^1.0.26",
"myst-to-md": "^1.0.11",
"myst-to-tex": "^1.0.28",
"myst-to-typst": "^0.0.16",
"myst-transforms": "^1.3.10",
"myst-transforms": "^1.3.11",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# myst-common

## 1.4.0

### Minor Changes

- 7a04910f: Rename Toc to TOC

### Patch Changes

- ab863c8a: Add check for empty link text
- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- myst-frontmatter@1.4.0

## 1.3.0

### 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.3.0",
"version": "1.4.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.3.0",
"myst-frontmatter": "^1.4.0",
"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.3.0",
"myst-spec-ext": "^1.4.0",
"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.4.0

### Patch Changes

- Updated dependencies [ab863c8a]
- Updated dependencies [ab863c8a]
- myst-frontmatter@1.4.0

## 1.3.0

### 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.3.0",
"version": "1.4.0",
"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,7 +31,7 @@
"url": "https://github.com/executablebooks/mystmd/issues"
},
"dependencies": {
"myst-frontmatter": "^1.3.0",
"myst-frontmatter": "^1.4.0",
"simple-validators": "^1.0.4"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-frontmatter

## 1.4.0

### Patch Changes

- ab863c8a: Alias name/label in prjoect/page frontmatter and respect as identifiers
- ab863c8a: Improve frontmatter reference validation

## 1.3.0

## 1.2.0
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.3.0",
"version": "1.4.0",
"sideEffects": false,
"license": "MIT",
"description": "Frontmatter types and validation for the mystmd ecosystem",
Expand Down
Loading

0 comments on commit 1f57852

Please sign in to comment.