Skip to content

Commit

Permalink
🚀 v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Oct 24, 2023
1 parent f88ba59 commit 55c4817
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-keys-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-mugs-remain.md

This file was deleted.

24 changes: 12 additions & 12 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.9

## 1.0.8

## 1.0.7
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.8",
"version": "1.0.9",
"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.9

## 1.0.8

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

## 1.0.9

### Patch Changes

- f88ba59: Update serialization pretty-print
- jats-tags@1.0.9

## 1.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "1.0.9",
"description": "Utility functions for working with JATS in Typescript",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/curvenote/jats",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"peerDependencies": {
"xml-js": "^1",
"jats-tags": "^1.0.8"
"jats-tags": "^1.0.9"
},
"devDependencies": {
"myst-common": "^1.0.0",
"jats-tags": "^1.0.8"
"jats-tags": "^1.0.9"
}
}
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.9

### Patch Changes

- f88ba59: Ensure table-wrap has correct order
- Updated dependencies [f88ba59]
- jats-utils@1.0.9
- jats-tags@1.0.9
- jats-fetch@1.0.9

## 1.0.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "1.0.9",
"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,9 +48,9 @@
"adm-zip": "^0.5.10",
"doi-utils": "^2.0.0",
"fair-principles": "^2.0.0",
"jats-fetch": "^1.0.8",
"jats-tags": "^1.0.8",
"jats-utils": "^1.0.8",
"jats-fetch": "^1.0.9",
"jats-tags": "^1.0.9",
"jats-utils": "^1.0.9",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.1",
"unist-util-is": "^5.2.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/meca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# meca

## 1.0.9

### Patch Changes

- Updated dependencies [f88ba59]
- Updated dependencies [f88ba59]
- jats-utils@1.0.9
- jats-xml@1.0.9

## 1.0.8

### 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.8",
"version": "1.0.9",
"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,8 +45,8 @@
},
"dependencies": {
"adm-zip": "^0.5.10",
"jats-utils": "^1.0.8",
"jats-xml": "^1.0.8",
"jats-utils": "^1.0.9",
"jats-xml": "^1.0.9",
"node-fetch": "^3.3.1",
"unist-util-select": "^4.0.0",
"xml-js": "^1.6.11"
Expand Down

0 comments on commit 55c4817

Please sign in to comment.