Skip to content

Commit

Permalink
🚀 v1.3.12 (#1558)
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 Oct 3, 2024
1 parent 3c65de0 commit c6b63a0
Show file tree
Hide file tree
Showing 26 changed files with 159 additions and 92 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-impalas-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-dingos-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-toes-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-ties-reflect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-snails-tease.md

This file was deleted.

64 changes: 32 additions & 32 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/jats-to-myst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# jats-to-myst

## 1.0.28

### Patch Changes

- Updated dependencies [3c65de0]
- Updated dependencies [64a33837]
- Updated dependencies [3c65de0]
- myst-frontmatter@1.7.1
- myst-common@1.7.1
- myst-spec-ext@1.7.1

## 1.0.27

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/jats-to-myst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-to-myst",
"version": "1.0.27",
"version": "1.0.28",
"description": "Read JATS and convert to MyST AST",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/jats-to-myst",
Expand Down Expand Up @@ -38,10 +38,10 @@
"doi-utils": "^2.0.0",
"jats-tags": "^1.0.8",
"jats-xml": "^1.0.8",
"myst-common": "^1.5.1",
"myst-frontmatter": "^1.5.1",
"myst-common": "^1.7.1",
"myst-frontmatter": "^1.7.1",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.5.1",
"myst-spec-ext": "^1.7.1",
"myst-transforms": "^1.3.20",
"unified": "^10.0.0",
"unist-builder": "^3.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# myst-cli

## 1.3.12

### Patch Changes

- 64a33837: Consume new license simplification function
- 3c65de0: Deprecate biblio in favor of complete volume/issue objects
- Updated dependencies [53fcd2ba]
- Updated dependencies [64a33837]
- Updated dependencies [3c65de0]
- Updated dependencies [64a33837]
- Updated dependencies [3c65de0]
- myst-to-typst@0.0.23
- myst-to-md@1.0.13
- myst-frontmatter@1.7.1
- myst-to-jats@1.0.28
- myst-common@1.7.1
- myst-config@1.7.1
- myst-spec-ext@1.7.1

## 1.3.11

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.11",
"version": "1.3.12",
"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.10",
"myst-common": "^1.7.0",
"myst-config": "^1.7.0",
"myst-common": "^1.7.1",
"myst-config": "^1.7.1",
"myst-execute": "^0.1.0",
"myst-ext-card": "^1.0.8",
"myst-ext-exercise": "^1.0.7",
Expand All @@ -79,16 +79,16 @@
"myst-ext-proof": "^1.0.10",
"myst-ext-reactive": "^1.0.8",
"myst-ext-tabs": "^1.0.7",
"myst-frontmatter": "^1.7.0",
"myst-frontmatter": "^1.7.1",
"myst-parser": "^1.5.6",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.0",
"myst-spec-ext": "^1.7.1",
"myst-templates": "^1.0.22",
"myst-to-docx": "^1.0.11",
"myst-to-jats": "^1.0.27",
"myst-to-md": "^1.0.12",
"myst-to-jats": "^1.0.28",
"myst-to-md": "^1.0.13",
"myst-to-tex": "^1.0.37",
"myst-to-typst": "^0.0.22",
"myst-to-typst": "^0.0.23",
"myst-transforms": "^1.3.25",
"myst-toc": "^0.1.2",
"nanoid": "^4.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# myst-common

## 1.7.1

### Patch Changes

- Updated dependencies [3c65de0]
- Updated dependencies [64a33837]
- Updated dependencies [3c65de0]
- myst-frontmatter@1.7.1

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

## 1.7.1

### Patch Changes

- Updated dependencies [3c65de0]
- Updated dependencies [64a33837]
- Updated dependencies [3c65de0]
- myst-frontmatter@1.7.1

## 1.7.0

### Patch Changes
Expand Down
Loading

0 comments on commit c6b63a0

Please sign in to comment.