Skip to content

Commit

Permalink
🚀 v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Jul 13, 2023
1 parent 016c55e commit 322fa25
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-years-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-radios-fry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-windows-develop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tall-bobcats-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-terms-give.md

This file was deleted.

22 changes: 11 additions & 11 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-to-myst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jats-to-myst

## 1.0.5

### Patch Changes

- 016c55e7: Use adm-zip to unzip templates, not unzipper

## 1.0.4

## 1.0.3
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.0.5",
"description": "Read JATS and convert to MyST AST",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/jats-to-myst",
Expand Down
9 changes: 9 additions & 0 deletions packages/jtex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# jtex

## 1.0.3

### Patch Changes

- 016c55e7: Use adm-zip to unzip templates, not unzipper
- Updated dependencies [016c55e7]
- Updated dependencies [016c55e7]
- [email protected]

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jtex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jtex",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tool for rendering LaTeX documents from jinja-style templates",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"js-yaml": "^4.1.0",
"myst-cli-utils": "^2.0.1",
"myst-frontmatter": "^1.0.3",
"myst-templates": "^1.0.2",
"myst-templates": "^1.0.3",
"node-fetch": "^3.3.1",
"nunjucks": "^3.2.4",
"pretty-hrtime": "^1.0.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# myst-cli

## 1.1.4

### Patch Changes

- f5915127: Improve latex logging errors
- 6a4f57b5: Notify about upgrades in the CLI
- 56872ae1: We are supporting LTS branches of node. This adds an additional check for >=16.
- Updated dependencies [016c55e7]
- Updated dependencies [016c55e7]
- [email protected]
- [email protected]
- [email protected]

## 1.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "1.1.4",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -61,7 +61,7 @@
"inquirer": "^8.2.2",
"intersphinx": "^1.0.2",
"js-yaml": "^4.1.0",
"jtex": "^1.0.2",
"jtex": "^1.0.3",
"latest-version": "^7.0.0",
"mdast": "^3.0.0",
"mime-types": "^2.1.35",
Expand All @@ -78,9 +78,9 @@
"myst-parser": "^1.0.3",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.0.2",
"myst-templates": "^1.0.2",
"myst-templates": "^1.0.3",
"myst-to-docx": "^1.0.1",
"myst-to-jats": "^1.0.4",
"myst-to-jats": "^1.0.5",
"myst-to-md": "^1.0.3",
"myst-to-tex": "^1.0.3",
"myst-transforms": "^1.0.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-templates

## 1.0.3

### Patch Changes

- 016c55e7: Download and unzip site templates, do not clone
- 016c55e7: Use adm-zip to unzip templates, not unzipper

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-templates",
"version": "1.0.2",
"version": "1.0.3",
"description": "API types and scripts for downloading MyST Templates",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-templates",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-to-jats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-to-jats

## 1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-jats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-to-jats",
"version": "1.0.4",
"version": "1.0.5",
"description": "Export from MyST Markdown to JATS",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-jats",
Expand Down
7 changes: 7 additions & 0 deletions packages/mystmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mystmd

## 1.1.4

### Patch Changes

- 6a4f57b5: Notify about upgrades in the CLI
- 56872ae1: We are supporting LTS branches of node. This adds an additional check for >=16.

## 1.1.3

## 1.1.2
Expand Down
4 changes: 2 additions & 2 deletions packages/mystmd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mystmd",
"version": "1.1.3",
"version": "1.1.4",
"description": "Command line tools for MyST Markdown",
"author": "Rowan Cockett <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"commander": "^10.0.1",
"core-js": "^3.31.1",
"myst-cli": "^1.1.3"
"myst-cli": "^1.1.4"
}
}

0 comments on commit 322fa25

Please sign in to comment.