Skip to content

Commit 9936e5e

Browse files
🚀 1.0.17 (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1cafc2a commit 9936e5e

File tree

17 files changed

+98
-56
lines changed

17 files changed

+98
-56
lines changed

.changeset/selfish-poems-compete.md

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

.changeset/spotty-donuts-knock.md

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

package-lock.json

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

packages/jats-cli/CHANGELOG.md

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

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- 1cafc2a: Bump doi-utils version
8+
- Updated dependencies [1cafc2a]
9+
- Updated dependencies [1cafc2a]
10+
11+
12+
13+
14+
15+
316
## 1.0.16
417

518
### Patch Changes

packages/jats-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-cli",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Typescript CLI for with JATS",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/continuous-foundation/jats",
@@ -45,11 +45,11 @@
4545
"dependencies": {
4646
"doi-utils": "^2.0.6",
4747
"fair-principles": "^2.0.0",
48-
"jats-convert": "^1.0.16",
49-
"jats-fetch": "^1.0.16",
50-
"jats-tags": "^1.0.16",
51-
"jats-utils": "^1.0.16",
52-
"jats-xml": "^1.0.16",
48+
"jats-convert": "^1.0.17",
49+
"jats-fetch": "^1.0.17",
50+
"jats-tags": "^1.0.17",
51+
"jats-utils": "^1.0.17",
52+
"jats-xml": "^1.0.17",
5353
"js-yaml": "^4.1.0",
5454
"unist-util-is": "^5.2.1",
5555
"unist-util-select": "^4.0.0"

packages/jats-convert/CHANGELOG.md

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

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- 1cafc2a: Bump doi-utils version
8+
- Updated dependencies [1cafc2a]
9+
- Updated dependencies [1cafc2a]
10+
11+
12+
13+
314
## 1.0.16
415

516
### Patch Changes

packages/jats-convert/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-convert",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Read JATS and convert to MyST-spec frontmatter and AST",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/continuous-foundation/jats/tree/main/packages/jats-convert",
@@ -38,9 +38,9 @@
3838
"dependencies": {
3939
"doi-utils": "^2.0.6",
4040
"dotenv": "^16.4.5",
41-
"jats-fetch": "^1.0.16",
42-
"jats-tags": "^1.0.16",
43-
"jats-xml": "^1.0.16",
41+
"jats-fetch": "^1.0.17",
42+
"jats-tags": "^1.0.17",
43+
"jats-xml": "^1.0.17",
4444
"js-yaml": "^4.1.0",
4545
"mathml-to-latex": "^1.3.0",
4646
"myst-cli-utils": "^2.0.11",

packages/jats-fetch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# jats-fetch
22

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- 1cafc2a: Bump doi-utils version
8+
- 1cafc2a: Prioritize custom resolver jats urls over pmc/doi
9+
310
## 1.0.16
411

512
### Patch Changes

packages/jats-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-fetch",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Types and utilities for downloading JATS",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/continuous-foundation/jats",

packages/jats-tags/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# jats-tags
22

3+
## 1.0.17
4+
35
## 1.0.16
46

57
### Patch Changes

0 commit comments

Comments
 (0)