Skip to content

Commit 1fa00a5

Browse files
🚀 Release (#521)
1 parent d59f140 commit 1fa00a5

File tree

11 files changed

+35
-20
lines changed

11 files changed

+35
-20
lines changed

.changeset/good-apples-pump.md

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

package-lock.json

Lines changed: 6 additions & 6 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# jats-to-myst
22

3+
## 1.0.8
4+
35
## 1.0.7
46

57
### Patch Changes

packages/jats-to-myst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-to-myst",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Read JATS and convert to MyST AST",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/jats-to-myst",

packages/myst-cli/CHANGELOG.md

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

3+
## 1.1.9
4+
5+
### Patch Changes
6+
7+
- eb32ae98: Add mathml to the exported JATS.
8+
- Updated dependencies [eb32ae98]
9+
10+
311
## 1.1.8
412

513
### Patch Changes

packages/myst-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myst-cli",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Command line tools for MyST",
55
"author": "Franklin Koch <[email protected]>",
66
"license": "MIT",
@@ -80,7 +80,7 @@
8080
"myst-spec-ext": "^1.1.1",
8181
"myst-templates": "^1.0.5",
8282
"myst-to-docx": "^1.0.2",
83-
"myst-to-jats": "^1.0.7",
83+
"myst-to-jats": "^1.0.8",
8484
"myst-to-md": "^1.0.5",
8585
"myst-to-tex": "^1.0.4",
8686
"myst-transforms": "^1.0.6",

packages/myst-to-jats/CHANGELOG.md

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

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- eb32ae98: Add mathml to the exported JATS.
8+
39
## 1.0.7
410

511
### Patch Changes

packages/myst-to-jats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myst-to-jats",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Export from MyST Markdown to JATS",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-jats",

packages/mystmd-py/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mystmd
3-
version = 1.1.7
3+
version = 1.1.9
44
description = Command line tools for MyST Markdown
55
long_description = file: README.md
66
author = Franklin Koch

packages/mystmd/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mystmd
22

3+
## 1.1.9
4+
5+
### Patch Changes
6+
7+
- eb32ae98: Add mathml to the exported JATS.
8+
39
## 1.1.8
410

511
## 1.1.7

0 commit comments

Comments
 (0)