Skip to content

Commit 95129b5

Browse files
🚀 Release
1 parent aba633a commit 95129b5

50 files changed

Lines changed: 296 additions & 126 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/all-planets-know.md

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

.changeset/fruity-ties-speak.md

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

.changeset/polite-eels-do.md

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

.changeset/proud-items-smash.md

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

.changeset/proud-mangos-begin.md

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

.changeset/tangy-mirrors-double.md

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

.changeset/vast-brooms-clap.md

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

bun.lock

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

3+
## 1.0.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aba633a]
8+
- Updated dependencies [029025f]
9+
- Updated dependencies [a540867]
10+
- Updated dependencies [3252535]
11+
- myst-frontmatter@1.10.1
12+
- myst-transforms@1.3.51
13+
- myst-spec@0.0.6
14+
- myst-common@1.10.1
15+
- myst-spec-ext@1.10.1
16+
317
## 1.0.35
418

519
### Patch Changes

packages/jats-to-myst/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-to-myst",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"description": "Read JATS and convert to MyST AST",
55
"author": "Rowan Cockett <rowan@curvenote.com>",
66
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/jats-to-myst",
@@ -38,11 +38,11 @@
3838
"doi-utils": "^2.0.5",
3939
"jats-tags": "^1.0.8",
4040
"jats-xml": "^1.0.8",
41-
"myst-common": "^1.9.2",
42-
"myst-frontmatter": "^1.9.2",
43-
"myst-spec": "^0.0.5",
44-
"myst-spec-ext": "^1.9.2",
45-
"myst-transforms": "^1.3.44",
41+
"myst-common": "^1.10.1",
42+
"myst-frontmatter": "^1.10.1",
43+
"myst-spec": "^0.0.6",
44+
"myst-spec-ext": "^1.10.1",
45+
"myst-transforms": "^1.3.51",
4646
"unified": "^10.0.0",
4747
"unist-builder": "^3.0.0",
4848
"unist-util-select": "^4.0.3",
@@ -51,6 +51,6 @@
5151
"vfile-reporter": "^7.0.4"
5252
},
5353
"devDependencies": {
54-
"myst-to-tex": "^1.0.43"
54+
"myst-to-tex": "^1.0.47"
5555
}
5656
}

0 commit comments

Comments
 (0)