Skip to content

Commit

Permalink
🚀 v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Sep 30, 2023
1 parent 3410b55 commit 129232a
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-apes-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-oranges-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-rings-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-apes-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-penguins-grin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-geckos-develop.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.

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

## 1.0.5

### Patch Changes

- 76decdf: Split out download functionality into a separate package.
2 changes: 1 addition & 1 deletion packages/jats-download/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-download",
"version": "1.0.4",
"version": "1.0.5",
"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.5

### Patch Changes

- 913965b: Change the typescript config and package github

## 1.0.4

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

## 1.0.5

### Patch Changes

- 71402d0: XML read --> unist use the \_type attribute.
- bb9af8b: Relax xmlValidate taking session (only need log)
- 4bb09b5: Update cli-utils and export unist helpers
- 76decdf: Split out download functionality into a separate package.
- 913965b: Change the typescript config and package github
- Updated dependencies [76decdf]
- Updated dependencies [913965b]
- jats-download@1.0.5
- jats-tags@1.0.5

## 1.0.4

### 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.4",
"version": "1.0.5",
"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-download": "^1.0.4",
"jats-tags": "^1.0.4",
"jats-download": "^1.0.5",
"jats-tags": "^1.0.5",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.1",
"unist-util-is": "^5.2.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/meca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# meca

## 1.0.5

### Patch Changes

- ddcaefa: Add a manifest.xml class
- 4bb09b5: Update cli-utils and export unist helpers
- 913965b: Change the typescript config and package github
- Updated dependencies [71402d0]
- Updated dependencies [bb9af8b]
- Updated dependencies [4bb09b5]
- Updated dependencies [76decdf]
- Updated dependencies [913965b]
- jats-xml@1.0.5

## 1.0.4

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

0 comments on commit 129232a

Please sign in to comment.