Skip to content

Commit

Permalink
🚀 v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Jun 21, 2023
1 parent e4655f6 commit 9e3c04c
Show file tree
Hide file tree
Showing 26 changed files with 126 additions and 90 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-boats-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-pigs-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-apples-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-bottles-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-sloths-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-rockets-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-buttons-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-candles-whisper.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-ligers-hammer.md

This file was deleted.

42 changes: 21 additions & 21 deletions package-lock.json

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

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

## 1.0.1

### Patch Changes

- 0410d194: Move from myst-tools.org --> mystmd.org
- Updated dependencies [2c19d72c]
- Updated dependencies [3b32538b]
- Updated dependencies [0410d194]
- myst-frontmatter@1.0.1
- myst-templates@1.0.1

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/jtex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jtex",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tool for rendering LaTeX documents from jinja-style templates",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
"commander": "^10.0.1",
"js-yaml": "^4.1.0",
"myst-cli-utils": "^2.0.0",
"myst-frontmatter": "^1.0.0",
"myst-templates": "^1.0.0",
"myst-frontmatter": "^1.0.1",
"myst-templates": "^1.0.1",
"node-fetch": "^3.3.1",
"nunjucks": "^3.2.4",
"pretty-hrtime": "^1.0.3",
Expand Down
23 changes: 23 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# myst-cli

## 1.0.4

### Patch Changes

- 3b32538b: Add preliminary MECA export target
- 3b32538b: Incorporate myst-to-md into CLI, making md an export target
- 0410d194: Move from myst-tools.org --> mystmd.org
- Updated dependencies [6fa7f022]
- Updated dependencies [92fd39df]
- Updated dependencies [2c19d72c]
- Updated dependencies [3b32538b]
- Updated dependencies [3b32538b]
- Updated dependencies [3b32538b]
- Updated dependencies [3b32538b]
- Updated dependencies [0410d194]
- tex-to-myst@1.0.1
- myst-transforms@1.0.1
- myst-frontmatter@1.0.1
- myst-to-md@1.0.2
- myst-templates@1.0.1
- jtex@1.0.1
- myst-to-tex@1.0.1

## 1.0.3

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.0.3",
"version": "1.0.4",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -65,7 +65,7 @@
"inquirer": "^8.2.2",
"intersphinx": "^1.0.2",
"js-yaml": "^4.1.0",
"jtex": "^1.0.0",
"jtex": "^1.0.1",
"mdast": "^3.0.0",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.0",
Expand All @@ -77,24 +77,24 @@
"myst-ext-proof": "^1.0.0",
"myst-ext-reactive": "^1.0.0",
"myst-ext-tabs": "^1.0.0",
"myst-frontmatter": "^1.0.0",
"myst-frontmatter": "^1.0.1",
"myst-parser": "^1.0.1",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.0.1",
"myst-templates": "^1.0.0",
"myst-templates": "^1.0.1",
"myst-to-docx": "^1.0.0",
"myst-to-md": "^1.0.1",
"myst-to-md": "^1.0.2",
"myst-to-jats": "^1.0.1",
"myst-to-tex": "^1.0.0",
"myst-transforms": "^1.0.0",
"myst-to-tex": "^1.0.1",
"myst-transforms": "^1.0.1",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
"p-limit": "^3.1.0",
"redux": "^4.2.0",
"simple-validators": "^1.0.0",
"strip-ansi": "^7.0.1",
"tex-to-myst": "^1.0.0",
"tex-to-myst": "^1.0.1",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.0",
"unist-util-remove": "^3.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-frontmatter

## 1.0.1

### Patch Changes

- 2c19d72c: Update licenses to most recent spdx licenses
- 3b32538b: Add frontmatter for requirements and resources.

## 0.0.14

### 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.0.0",
"version": "1.0.1",
"sideEffects": false,
"license": "MIT",
"description": "Frontmatter types and validation for the mystjs ecosystem",
Expand Down
9 changes: 9 additions & 0 deletions packages/myst-templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# myst-templates

## 1.0.1

### Patch Changes

- 0410d194: Move from myst-tools.org --> mystmd.org
- Updated dependencies [2c19d72c]
- Updated dependencies [3b32538b]
- myst-frontmatter@1.0.1

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.0.1",
"description": "API types and scripts for downloading MyST Templates",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-templates",
Expand Down Expand Up @@ -42,7 +42,7 @@
"js-yaml": "^4.1.0",
"myst-cli-utils": "^2.0.0",
"myst-common": "^1.0.0",
"myst-frontmatter": "^1.0.0",
"myst-frontmatter": "^1.0.1",
"node-fetch": "^3.3.1",
"pretty-hrtime": "^1.0.3",
"simple-validators": "^1.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/myst-to-md/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# myst-to-md

## 1.0.2

### Patch Changes

- 3b32538b: Incorporate myst-to-md into CLI, making md an export target
- Updated dependencies [2c19d72c]
- Updated dependencies [3b32538b]
- myst-frontmatter@1.0.1

## 1.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit 9e3c04c

Please sign in to comment.