Skip to content

Commit

Permalink
🚀 Release (#595)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 15, 2023
1 parent 911d1b1 commit ea19f62
Show file tree
Hide file tree
Showing 29 changed files with 137 additions and 97 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-squids-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-masks-relax.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-baboons-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-melons-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-rabbits-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-cooks-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-hounds-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-eels-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-jeans-sell.md

This file was deleted.

50 changes: 25 additions & 25 deletions package-lock.json

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

12 changes: 12 additions & 0 deletions packages/jats-to-myst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# jats-to-myst

## 1.0.12

### Patch Changes

- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [59b54584]
- myst-frontmatter@1.1.6
- myst-common@1.1.6
- myst-spec-ext@1.1.6

## 1.0.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/jats-to-myst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-to-myst",
"version": "1.0.11",
"version": "1.0.12",
"description": "Read JATS and convert to MyST AST",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/jats-to-myst",
Expand Down Expand Up @@ -38,10 +38,10 @@
"doi-utils": "^2.0.0",
"jats-tags": "^1.0.0",
"jats-xml": "^1.0.3",
"myst-common": "^1.1.5",
"myst-frontmatter": "^1.1.5",
"myst-common": "^1.1.6",
"myst-frontmatter": "^1.1.6",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.5",
"myst-spec-ext": "^1.1.6",
"myst-transforms": "^1.1.1",
"unist-util-select": "^4.0.3",
"vfile-reporter": "^7.0.4"
Expand Down
21 changes: 21 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# myst-cli

## 1.1.16

### Patch Changes

- 911d1b1: Consume myst-frontmatter Author -> Contributor type change
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [59b54584]
- myst-frontmatter@1.1.6
- myst-to-jats@1.0.12
- myst-templates@1.0.9
- myst-common@1.1.6
- myst-config@1.1.6
- myst-spec-ext@1.1.6

## 1.1.15

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/myst-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-cli",
"version": "1.1.15",
"version": "1.1.16",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -66,21 +66,21 @@
"mdast": "^3.0.0",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.3",
"myst-common": "^1.1.5",
"myst-config": "^1.1.5",
"myst-common": "^1.1.6",
"myst-config": "^1.1.6",
"myst-ext-card": "^1.0.3",
"myst-ext-exercise": "^1.0.3",
"myst-ext-grid": "^1.0.3",
"myst-ext-proof": "^1.0.3",
"myst-ext-reactive": "^1.0.3",
"myst-ext-tabs": "^1.0.3",
"myst-frontmatter": "^1.1.5",
"myst-frontmatter": "^1.1.6",
"myst-parser": "^1.0.7",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.5",
"myst-templates": "^1.0.8",
"myst-spec-ext": "^1.1.6",
"myst-templates": "^1.0.9",
"myst-to-docx": "^1.0.4",
"myst-to-jats": "^1.0.11",
"myst-to-jats": "^1.0.12",
"myst-to-md": "^1.0.6",
"myst-to-tex": "^1.0.5",
"myst-transforms": "^1.1.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-common

## 1.1.6

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myst-common",
"sideEffects": false,
"version": "1.1.5",
"version": "1.1.6",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/myst-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# myst-config

## 1.1.6

### Patch Changes

- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [911d1b1]
- Updated dependencies [59b54584]
- myst-frontmatter@1.1.6

## 1.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-config",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"description": "Project and site config types and validation for the mystmd ecosystem",
"author": "Franklin Koch <franklin@curvenote.com>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/executablebooks/mystmd/issues"
},
"dependencies": {
"myst-frontmatter": "^1.1.5",
"myst-frontmatter": "^1.1.6",
"simple-validators": "^1.0.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/myst-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# myst-frontmatter

## 1.1.6

### Patch Changes

- 911d1b1: Make institution an alias of name on Affiliation type rather than allowing both
- 911d1b1: Separate contributors from authors on processed frontmatter
- 911d1b1: Add funding to frontmatter
- 59b54584: Support parsed author names and parse string names

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-frontmatter",
"version": "1.1.5",
"version": "1.1.6",
"sideEffects": false,
"license": "MIT",
"description": "Frontmatter types and validation for the mystmd ecosystem",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-spec-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-spec-ext

## 1.1.6

## 1.1.5

## 1.1.4
Expand Down
Loading

0 comments on commit ea19f62

Please sign in to comment.