Skip to content

Commit 5801619

Browse files
🚀 Release
1 parent 402296f commit 5801619

File tree

16 files changed

+94
-48
lines changed

16 files changed

+94
-48
lines changed

.changeset/stale-tigers-talk.md

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

3+
## 2.0.0
4+
5+
### Minor Changes
6+
7+
- 402296f: Add data fetch from bioRxiv s3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [402296f]
12+
13+
14+
15+
16+
17+
318
## 1.0.18
419

520
### 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.18",
3+
"version": "2.0.0",
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.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",
48+
"jats-convert": "^2.0.0",
49+
"jats-fetch": "^2.0.0",
50+
"jats-tags": "^2.0.0",
51+
"jats-utils": "^2.0.0",
52+
"jats-xml": "^2.0.0",
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+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [402296f]
8+
9+
10+
11+
312
## 1.0.18
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.18",
3+
"version": "2.0.0",
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.18",
42-
"jats-tags": "^1.0.18",
43-
"jats-xml": "^1.0.18",
41+
"jats-fetch": "^2.0.0",
42+
"jats-tags": "^2.0.0",
43+
"jats-xml": "^2.0.0",
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+
## 2.0.0
4+
5+
### Minor Changes
6+
7+
- 402296f: Add data fetch from bioRxiv s3
8+
39
## 1.0.18
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.18",
3+
"version": "2.0.0",
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+
## 2.0.0
4+
35
## 1.0.18
46

57
## 1.0.17

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.18",
3+
"version": "2.0.0",
44
"description": "Tags and types for working with JATS in Typescript",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/continuous-foundation/jats",

0 commit comments

Comments
 (0)