Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brown-dogs-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-hairs-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-tigers-talk.md

This file was deleted.

41 changes: 20 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions packages/jats-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# jats-cli

## 1.1.0

### Minor Changes

- 3f08834: Update jats convert frontmatter default
- 402296f: Add data fetch from bioRxiv s3

### Patch Changes

- Updated dependencies [3f08834]
- Updated dependencies [3f08834]
- Updated dependencies [402296f]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.0.18

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/jats-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-cli",
"version": "1.0.18",
"version": "1.1.0",
"description": "Typescript CLI for with JATS",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/continuous-foundation/jats",
Expand Down Expand Up @@ -45,11 +45,11 @@
"dependencies": {
"doi-utils": "^2.0.6",
"fair-principles": "^2.0.0",
"jats-convert": "^1.0.18",
"jats-fetch": "^1.0.18",
"jats-tags": "^1.0.18",
"jats-utils": "^1.0.18",
"jats-xml": "^1.0.18",
"jats-convert": "^1.1.0",
"jats-fetch": "^1.1.0",
"jats-tags": "^1.1.0",
"jats-utils": "^1.1.0",
"jats-xml": "^1.1.0",
"js-yaml": "^4.1.0",
"unist-util-is": "^5.2.1",
"unist-util-select": "^4.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/jats-convert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# jats-convert

## 1.1.0

### Minor Changes

- 3f08834: Update jats convert frontmatter default

### Patch Changes

- Updated dependencies [3f08834]
- Updated dependencies [402296f]
- [email protected]
- [email protected]
- [email protected]

## 1.0.18

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/jats-convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-convert",
"version": "1.0.18",
"version": "1.1.0",
"description": "Read JATS and convert to MyST-spec frontmatter and AST",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/continuous-foundation/jats/tree/main/packages/jats-convert",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"doi-utils": "^2.0.6",
"dotenv": "^16.4.5",
"jats-fetch": "^1.0.18",
"jats-tags": "^1.0.18",
"jats-xml": "^1.0.18",
"jats-fetch": "^1.1.0",
"jats-tags": "^1.1.0",
"jats-xml": "^1.1.0",
"js-yaml": "^4.1.0",
"mathml-to-latex": "^1.3.0",
"myst-cli-utils": "^2.0.11",
Expand Down
10 changes: 10 additions & 0 deletions packages/jats-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# jats-fetch

## 1.1.0

### Minor Changes

- 402296f: Add data fetch from bioRxiv s3

### Patch Changes

- 3f08834: Enable v# suffixed bioRxiv dois

## 1.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jats-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-fetch",
"version": "1.0.18",
"version": "1.1.0",
"description": "Types and utilities for downloading JATS",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/continuous-foundation/jats",
Expand Down
2 changes: 2 additions & 0 deletions packages/jats-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# jats-tags

## 1.1.0

## 1.0.18

## 1.0.17
Expand Down
2 changes: 1 addition & 1 deletion packages/jats-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-tags",
"version": "1.0.18",
"version": "1.1.0",
"description": "Tags and types for working with JATS in Typescript",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/continuous-foundation/jats",
Expand Down
6 changes: 6 additions & 0 deletions packages/jats-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jats-utils

## 1.1.0

### Patch Changes

- [email protected]

## 1.0.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jats-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-utils",
"version": "1.0.18",
"version": "1.1.0",
"description": "Utility functions for working with JATS in Typescript",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/continuous-foundation/jats",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"unist-util-select": "^4.0.0",
"jats-tags": "^1.0.18"
"jats-tags": "^1.1.0"
},
"peerDependencies": {
"xml-js": "^1"
Expand Down
7 changes: 7 additions & 0 deletions packages/jats-xml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# jats-xml

## 1.1.0

### Patch Changes

- [email protected]
- [email protected]

## 1.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/jats-xml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-xml",
"version": "1.0.18",
"version": "1.1.0",
"description": "Types and utilities for working with JATS in Typescript",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/continuous-foundation/jats",
Expand Down Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"adm-zip": "^0.5.10",
"doi-utils": "^2.0.6",
"jats-tags": "^1.0.18",
"jats-utils": "^1.0.18",
"jats-tags": "^1.1.0",
"jats-utils": "^1.1.0",
"myst-cli-utils": "^2.0.11",
"myst-common": "^1.7.5",
"myst-frontmatter": "^1.7.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/meca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# meca

## 1.1.0

### Patch Changes

- [email protected]
- [email protected]

## 1.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/meca/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meca",
"version": "1.0.18",
"version": "1.1.0",
"description": "Types and utilities for working with MECA",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/continuous-foundation/jats",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"adm-zip": "^0.5.10",
"jats-utils": "^1.0.18",
"jats-xml": "^1.0.18",
"jats-utils": "^1.1.0",
"jats-xml": "^1.1.0",
"node-fetch": "^3.3.1",
"unist-util-select": "^4.0.0",
"xml-js": "^1.6.11"
Expand Down