Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fwkoch committed Aug 29, 2023
1 parent 18f30dd commit 27c7557
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-rice-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-maps-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-dragons-live.md

This file was deleted.

16 changes: 8 additions & 8 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/jtex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# jtex

## 1.0.5

### Patch Changes

- 18f30dd: Update the shape of affiliations in myst-template doc
- Updated dependencies [18f30dd]
- [email protected]

## 1.0.4

### 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.4",
"version": "1.0.5",
"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.3",
"myst-frontmatter": "^1.1.0",
"myst-templates": "^1.0.5",
"myst-templates": "^1.0.8",
"node-fetch": "^3.3.1",
"nunjucks": "^3.2.4",
"pretty-hrtime": "^1.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# myst-cli

## 1.1.14

### Patch Changes

- bc3e6a3f: checkLink is exported
- bc3e6a3f: selectFile resolves the input file path
- Updated dependencies [18f30dd]
- [email protected]
- [email protected]

## 1.1.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "1.1.14",
"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.4",
"jtex": "^1.0.5",
"latest-version": "^7.0.0",
"mdast": "^3.0.0",
"mime-types": "^2.1.35",
Expand All @@ -78,7 +78,7 @@
"myst-parser": "^1.0.6",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.4",
"myst-templates": "^1.0.7",
"myst-templates": "^1.0.8",
"myst-to-docx": "^1.0.3",
"myst-to-jats": "^1.0.10",
"myst-to-md": "^1.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-templates

## 1.0.8

### Patch Changes

- 18f30dd: Update the shape of affiliations in myst-template doc

## 1.0.7

### 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.7",
"version": "1.0.8",
"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: 1 addition & 1 deletion packages/mystmd-py/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mystmd
version = 1.1.13
version = 1.1.14
description = Command line tools for MyST Markdown
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 2 additions & 0 deletions packages/mystmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mystmd

## 1.1.14

## 1.1.13

## 1.1.12
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.13",
"version": "1.1.14",
"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.13"
"myst-cli": "^1.1.14"
}
}

0 comments on commit 27c7557

Please sign in to comment.