Skip to content

Commit c6b63a0

Browse files
🚀 v1.3.12 (#1558)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c65de0 commit c6b63a0

File tree

26 files changed

+159
-92
lines changed

26 files changed

+159
-92
lines changed

.changeset/hip-impalas-deliver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-dingos-promise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/thick-toes-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-ties-reflect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-snails-tease.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/jats-to-myst/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# jats-to-myst
22

3+
## 1.0.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3c65de0]
8+
- Updated dependencies [64a33837]
9+
- Updated dependencies [3c65de0]
10+
11+
12+
13+
314
## 1.0.27
415

516
### Patch Changes

packages/jats-to-myst/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-to-myst",
3-
"version": "1.0.27",
3+
"version": "1.0.28",
44
"description": "Read JATS and convert to MyST AST",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/jats-to-myst",
@@ -38,10 +38,10 @@
3838
"doi-utils": "^2.0.0",
3939
"jats-tags": "^1.0.8",
4040
"jats-xml": "^1.0.8",
41-
"myst-common": "^1.5.1",
42-
"myst-frontmatter": "^1.5.1",
41+
"myst-common": "^1.7.1",
42+
"myst-frontmatter": "^1.7.1",
4343
"myst-spec": "^0.0.5",
44-
"myst-spec-ext": "^1.5.1",
44+
"myst-spec-ext": "^1.7.1",
4545
"myst-transforms": "^1.3.20",
4646
"unified": "^10.0.0",
4747
"unist-builder": "^3.0.0",

packages/myst-cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# myst-cli
22

3+
## 1.3.12
4+
5+
### Patch Changes
6+
7+
- 64a33837: Consume new license simplification function
8+
- 3c65de0: Deprecate biblio in favor of complete volume/issue objects
9+
- Updated dependencies [53fcd2ba]
10+
- Updated dependencies [64a33837]
11+
- Updated dependencies [3c65de0]
12+
- Updated dependencies [64a33837]
13+
- Updated dependencies [3c65de0]
14+
15+
16+
17+
18+
19+
20+
21+
322
## 1.3.11
423

524
### Patch Changes

packages/myst-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myst-cli",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"description": "Command line tools for MyST",
55
"author": "Franklin Koch <[email protected]>",
66
"license": "MIT",
@@ -69,8 +69,8 @@
6969
"meca": "^1.0.8",
7070
"mime-types": "^2.1.35",
7171
"myst-cli-utils": "^2.0.10",
72-
"myst-common": "^1.7.0",
73-
"myst-config": "^1.7.0",
72+
"myst-common": "^1.7.1",
73+
"myst-config": "^1.7.1",
7474
"myst-execute": "^0.1.0",
7575
"myst-ext-card": "^1.0.8",
7676
"myst-ext-exercise": "^1.0.7",
@@ -79,16 +79,16 @@
7979
"myst-ext-proof": "^1.0.10",
8080
"myst-ext-reactive": "^1.0.8",
8181
"myst-ext-tabs": "^1.0.7",
82-
"myst-frontmatter": "^1.7.0",
82+
"myst-frontmatter": "^1.7.1",
8383
"myst-parser": "^1.5.6",
8484
"myst-spec": "^0.0.5",
85-
"myst-spec-ext": "^1.7.0",
85+
"myst-spec-ext": "^1.7.1",
8686
"myst-templates": "^1.0.22",
8787
"myst-to-docx": "^1.0.11",
88-
"myst-to-jats": "^1.0.27",
89-
"myst-to-md": "^1.0.12",
88+
"myst-to-jats": "^1.0.28",
89+
"myst-to-md": "^1.0.13",
9090
"myst-to-tex": "^1.0.37",
91-
"myst-to-typst": "^0.0.22",
91+
"myst-to-typst": "^0.0.23",
9292
"myst-transforms": "^1.3.25",
9393
"myst-toc": "^0.1.2",
9494
"nanoid": "^4.0.0",

0 commit comments

Comments
 (0)