Skip to content

Commit

Permalink
🚀 v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Oct 13, 2023
1 parent 8d71b11 commit 91d7fd8
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-apes-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-rings-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-years-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-knives-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-ads-fail.md

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

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

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

## 1.0.7

## 1.0.6

### 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.6",
"version": "1.0.7",
"description": "Types and utilities for downloading JATS",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/curvenote/jats",
Expand Down
6 changes: 6 additions & 0 deletions packages/jats-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jats-tags

## 1.0.7

### Patch Changes

- 8d71b11: Add ArticleMeta tag

## 1.0.6

## 1.0.5
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.6",
"version": "1.0.7",
"description": "Tags and types for working with JATS in Typescript",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/curvenote/jats",
Expand Down
10 changes: 10 additions & 0 deletions packages/jats-xml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# jats-xml

## 1.0.7

### Patch Changes

- 8d71b11: premissions --> permissions
- 8d71b11: Allow to modify the tree and write the XML
- Updated dependencies [8d71b11]
- jats-tags@1.0.7
- jats-fetch@1.0.7

## 1.0.6

### 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.6",
"version": "1.0.7",
"description": "Types and utilities for working with JATS in Typescript",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/curvenote/jats",
Expand Down Expand Up @@ -48,8 +48,8 @@
"adm-zip": "^0.5.10",
"doi-utils": "^2.0.0",
"fair-principles": "^2.0.0",
"jats-fetch": "^1.0.6",
"jats-tags": "^1.0.6",
"jats-fetch": "^1.0.7",
"jats-tags": "^1.0.7",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.1",
"unist-util-is": "^5.2.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/meca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# meca

## 1.0.7

### Patch Changes

- 8d71b11: Align type requirements in transfer with xml DTD
- 8d71b11: Remove console log of transfer.xml
- Updated dependencies [8d71b11]
- Updated dependencies [8d71b11]
- jats-xml@1.0.7

## 1.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/meca/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meca",
"version": "1.0.6",
"version": "1.0.7",
"description": "Types and utilities for working with MECA",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/curvenote/jats",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"adm-zip": "^0.5.10",
"jats-xml": "^1.0.6",
"jats-xml": "^1.0.7",
"node-fetch": "^3.3.1",
"xml-js": "^1.6.11"
},
Expand Down

0 comments on commit 91d7fd8

Please sign in to comment.