Skip to content

Commit

Permalink
🚀 v1.2.2 (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 61c7291 commit 34a90df
Show file tree
Hide file tree
Showing 34 changed files with 123 additions and 133 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-gorillas-poke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-readers-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-tools-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-spoons-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-lizards-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-ravens-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-tomatoes-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-apes-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-bats-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-months-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-ways-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-tools-breathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-feet-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-ants-add.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-apples-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pigs-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-bugs-press.md

This file was deleted.

40 changes: 20 additions & 20 deletions package-lock.json

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

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

## 1.2.2

### Patch Changes

- 61c7291: Consume improved node selection utils for embed content
- 61c7291: Add caching to external myst data loading
- 61c7291: Support cite-style syntax for myst xrefs
- 61c7291: Support file#id style labels on embed node
- 4661c479: Support for bioRxiv URLs
- 61c7291: Links with file and target resolve as cross-references
- 61c7291: Update embed transform to allow myst project cross-references
- 61c7291: Move target node selection utils to myst-common
- 1e24a9f7: Add ROR link resolvers
- 61c7291: Centralize caching logic and add max-age
- 99adfdcd: Change priority of mp4 to prefer video over images if both are available
- Updated dependencies [61c7291]
- Updated dependencies [da9ca5b2]
- Updated dependencies [9bd9ec83]
- Updated dependencies [61c7291]
- Updated dependencies [7c6f45c4]
- Updated dependencies [61c7291]
- Updated dependencies [61c7291]
- Updated dependencies [61c7291]
- Updated dependencies [1e24a9f7]
- myst-spec-ext@1.4.1
- myst-transforms@1.3.12
- myst-common@1.4.1
- myst-config@1.4.1
- myst-frontmatter@1.4.1

## 1.2.1

### Patch 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.1",
"version": "1.2.2",
"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.4.0",
"myst-config": "^1.4.0",
"myst-common": "^1.4.1",
"myst-config": "^1.4.1",
"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.4.0",
"myst-frontmatter": "^1.4.1",
"myst-parser": "^1.4.2",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.4.0",
"myst-spec-ext": "^1.4.1",
"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.11",
"myst-transforms": "^1.3.12",
"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.4.1

### Patch Changes

- 61c7291: Move target node selection utils to myst-common
- 1e24a9f7: Add ROR link resolvers
- myst-frontmatter@1.4.1

## 1.4.0

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

## 1.4.1

### Patch Changes

- myst-frontmatter@1.4.1

## 1.4.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.4.0",
"version": "1.4.1",
"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.4.0",
"myst-frontmatter": "^1.4.1",
"simple-validators": "^1.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 34a90df

Please sign in to comment.