Skip to content

Commit 3428aa9

Browse files
🚀 1.0.18 (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f0bc51a commit 3428aa9

File tree

16 files changed

+90
-47
lines changed

16 files changed

+90
-47
lines changed

.changeset/polite-cameras-protect.md

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

package-lock.json

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

3+
## 1.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f0bc51a]
8+
- jats-fetch@1.0.18
9+
- jats-convert@1.0.18
10+
- jats-xml@1.0.18
11+
- jats-tags@1.0.18
12+
- jats-utils@1.0.18
13+
314
## 1.0.17
415

516
### 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.17",
3+
"version": "1.0.18",
44
"description": "Typescript CLI for with JATS",
55
"author": "Rowan Cockett <rowan@continuous.foundation>",
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.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",
48+
"jats-convert": "^1.0.18",
49+
"jats-fetch": "^1.0.18",
50+
"jats-tags": "^1.0.18",
51+
"jats-utils": "^1.0.18",
52+
"jats-xml": "^1.0.18",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# jats-convert
22

3+
## 1.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f0bc51a]
8+
- jats-fetch@1.0.18
9+
- jats-xml@1.0.18
10+
- jats-tags@1.0.18
11+
312
## 1.0.17
413

514
### 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.17",
3+
"version": "1.0.18",
44
"description": "Read JATS and convert to MyST-spec frontmatter and AST",
55
"author": "Rowan Cockett <rowan@continuous.foundation>",
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.17",
42-
"jats-tags": "^1.0.17",
43-
"jats-xml": "^1.0.17",
41+
"jats-fetch": "^1.0.18",
42+
"jats-tags": "^1.0.18",
43+
"jats-xml": "^1.0.18",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# jats-fetch
22

3+
## 1.0.18
4+
5+
### Patch Changes
6+
7+
- f0bc51a: Refactor ordering of attempted fetch methods
8+
39
## 1.0.17
410

511
### 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.17",
3+
"version": "1.0.18",
44
"description": "Types and utilities for downloading JATS",
55
"author": "Rowan Cockett <rowan@continuous.foundation>",
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.18
4+
35
## 1.0.17
46

57
## 1.0.16

packages/jats-tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-tags",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "Tags and types for working with JATS in Typescript",
55
"author": "Rowan Cockett <rowan@continuous.foundation>",
66
"homepage": "https://github.com/continuous-foundation/jats",

0 commit comments

Comments
 (0)