Skip to content

Commit d144d75

Browse files
committed
🚀 v1.0.4
1 parent 73d1c41 commit d144d75

File tree

8 files changed

+26
-16
lines changed

8 files changed

+26
-16
lines changed

.changeset/good-donkeys-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/jats-tags/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# jats-tags
22

3+
## 1.0.4
4+
35
## 1.0.3
46

57
## 1.0.2

packages/jats-tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-tags",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Tags and types for working with JATS in Typescript",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/curvenote/jats-xml",

packages/jats-xml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# jats-xml
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.3
410

511
### Patch Changes

packages/jats-xml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jats-xml",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Types and utilities for working with JATS in Typescript",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/curvenote/jats-xml",
@@ -48,7 +48,7 @@
4848
"adm-zip": "^0.5.10",
4949
"doi-utils": "^2.0.0",
5050
"fair-principles": "^2.0.0",
51-
"jats-tags": "^1.0.3",
51+
"jats-tags": "^1.0.4",
5252
"js-yaml": "^4.1.0",
5353
"node-fetch": "^3.3.1",
5454
"unist-util-is": "^5.2.1",

packages/meca/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# meca
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- 71a4617: Fix bug where meca reports existing file in zip archive as missing
8+
9+
310
## 1.0.3
411

512
### Patch Changes

packages/meca/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meca",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Types and utilities for working with MECA",
55
"author": "Rowan Cockett <[email protected]>",
66
"homepage": "https://github.com/curvenote/meca",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"adm-zip": "^0.5.10",
48-
"jats-xml": "^1.0.3",
48+
"jats-xml": "^1.0.4",
4949
"xml-js": "^1.6.11"
5050
},
5151
"peerDependencies": {

0 commit comments

Comments
 (0)