Skip to content

Commit

Permalink
🚀 Release (#1148)
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] committed Apr 23, 2024
1 parent 327ee1a commit 3665fa1
Show file tree
Hide file tree
Showing 24 changed files with 84 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-eels-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-coats-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-insects-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-turtles-drive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-poets-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-badgers-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-bikes-study.md

This file was deleted.

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

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

6 changes: 6 additions & 0 deletions packages/citation-js-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# citation-js-utils

## 1.2.1

### Patch Changes

- f90882dc: Avoid repeated `https://doi.org/https://doi.org/...`

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/citation-js-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "citation-js-utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "Utilities for citation-js.",
"type": "module",
"exports": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/myst-cli/CHANGELOG.md
@@ -1,5 +1,18 @@
# myst-cli

## 1.1.56

### Patch Changes

- 327ee1a: Move localArticle export functions to legacy file
- 7ae68707: Bundle all static files
- 327ee1a: Move shared cli interfaces to myst-cli
- 327ee1a: Clarify options across build/process functions
- Updated dependencies [f90882dc]
- citation-js-utils@1.2.1
- myst-parser@1.4.2
- myst-transforms@1.3.9

## 1.1.55

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/myst-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-cli",
"version": "1.1.55",
"version": "1.1.56",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"chalk": "^5.2.0",
"check-node-version": "^4.2.1",
"chokidar": "^3.5.3",
"citation-js-utils": "^1.2.0",
"citation-js-utils": "^1.2.1",
"commander": "^10.0.1",
"cors": "^2.8.5",
"docx": "^7.5.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"myst-ext-reactive": "^1.0.6",
"myst-ext-tabs": "^1.0.6",
"myst-frontmatter": "^1.3.0",
"myst-parser": "^1.4.0",
"myst-parser": "^1.4.2",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.3.0",
"myst-templates": "^1.0.18",
Expand All @@ -87,7 +87,7 @@
"myst-to-md": "^1.0.11",
"myst-to-tex": "^1.0.27",
"myst-to-typst": "^0.0.15",
"myst-transforms": "^1.3.7",
"myst-transforms": "^1.3.9",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-directives/CHANGELOG.md
@@ -1,5 +1,11 @@
# myst-directives

## 1.4.2

### Patch Changes

- 59b523c4: Support empty cells in csv-table

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-directives/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-directives",
"version": "1.4.1",
"version": "1.4.2",
"sideEffects": false,
"license": "MIT",
"description": "Default directive definitions for MyST",
Expand Down
8 changes: 8 additions & 0 deletions packages/myst-parser/CHANGELOG.md
@@ -1,5 +1,13 @@
# myst-parser

## 1.4.2

### Patch Changes

- Updated dependencies [59b523c4]
- myst-directives@1.4.2
- myst-roles@1.4.2

## 1.4.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/myst-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-parser",
"version": "1.4.1",
"version": "1.4.2",
"description": "Markdown parser for MyST markdown in JavaScript",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-parser",
Expand Down Expand Up @@ -52,8 +52,8 @@
"markdown-it-myst-extras": "0.3.0",
"markdown-it-task-lists": "^2.1.1",
"myst-common": "^1.3.0",
"myst-directives": "^1.4.1",
"myst-roles": "^1.4.1",
"myst-directives": "^1.4.2",
"myst-roles": "^1.4.2",
"myst-spec": "^0.0.5",
"unified": "^10.1.1",
"unist-builder": "^3.0.0",
Expand All @@ -70,8 +70,8 @@
"@types/markdown-it": "^12.2.3",
"@types/mdast": "^3.0.10",
"js-yaml": "^4.1.0",
"myst-to-html": "^1.4.1",
"myst-transforms": "^1.3.8",
"myst-to-html": "^1.4.2",
"myst-transforms": "^1.3.9",
"rehype-stringify": "^9.0.3"
}
}
2 changes: 2 additions & 0 deletions packages/myst-roles/CHANGELOG.md
@@ -1,5 +1,7 @@
# myst-roles

## 1.4.2

## 1.4.1

## 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-roles/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-roles",
"version": "1.4.1",
"version": "1.4.2",
"sideEffects": false,
"license": "MIT",
"description": "Default role definitions for MyST",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-to-html/CHANGELOG.md
@@ -1,5 +1,7 @@
# myst-to-html

## 1.4.2

## 1.4.1

## 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-html/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-to-html",
"version": "1.4.1",
"version": "1.4.2",
"description": "Export from MyST mdast to HTML",
"author": "Franklin Koch <franklin@curvenote.com>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-html",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-transforms/CHANGELOG.md
@@ -1,5 +1,11 @@
# myst-transforms

## 1.3.9

### Patch Changes

- myst-to-html@1.4.2

## 1.3.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-transforms/package.json
@@ -1,6 +1,6 @@
{
"name": "myst-transforms",
"version": "1.3.8",
"version": "1.3.9",
"sideEffects": false,
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"myst-frontmatter": "^1.3.0",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.3.0",
"myst-to-html": "1.4.1",
"myst-to-html": "1.4.2",
"rehype-parse": "^8.0.4",
"rehype-remark": "^9.1.2",
"unified": "^10.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/mystmd/CHANGELOG.md
@@ -1,5 +1,12 @@
# mystmd

## 1.1.56

### Patch Changes

- 327ee1a: Move shared cli interfaces to myst-cli
- 327ee1a: Refactor CLI for reusability

## 1.1.55

## 1.1.54
Expand Down

0 comments on commit 3665fa1

Please sign in to comment.