Skip to content

Commit

Permalink
🚀 v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Sep 30, 2023
1 parent 4ef7732 commit 2c4a4a1
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/stale-cheetahs-pull.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.

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

## 1.0.6

### Patch Changes

- 30cd2c8: Rename `jats-download` to `jats-fetch`

## 1.0.5

### 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.5",
"version": "1.0.6",
"description": "Types and utilities for downloading JATS",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/curvenote/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.0.6

## 1.0.5

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

## 1.0.6

### Patch Changes

- 30cd2c8: Rename `jats-download` to `jats-fetch`
- Updated dependencies [30cd2c8]
- jats-fetch@1.0.6
- jats-tags@1.0.6

## 1.0.5

### 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.5",
"version": "1.0.6",
"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.5",
"jats-tags": "^1.0.5",
"jats-fetch": "^1.0.6",
"jats-tags": "^1.0.6",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.1",
"unist-util-is": "^5.2.1",
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.0.6

### Patch Changes

- Updated dependencies [30cd2c8]
- jats-xml@1.0.6

## 1.0.5

### 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.5",
"version": "1.0.6",
"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.5",
"jats-xml": "^1.0.6",
"node-fetch": "^3.3.1",
"xml-js": "^1.6.11"
},
Expand Down

0 comments on commit 2c4a4a1

Please sign in to comment.