Skip to content

Commit

Permalink
🚀 v1.3.15 (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
1 parent 2bce565 commit 78aa759
Show file tree
Hide file tree
Showing 22 changed files with 108 additions and 74 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-mayflies-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-cooks-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-rice-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-deers-lay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-dragons-glow.md

This file was deleted.

48 changes: 24 additions & 24 deletions package-lock.json

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

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.20

### Patch Changes

- b9de3469: Change typst exports to be less- conflict prone.
- Updated dependencies [2bce565]
- myst-common@1.7.3
- myst-frontmatter@1.7.3

## 1.0.19

### Patch 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.19",
"version": "1.0.20",
"description": "Tool for rendering LaTeX documents from jinja-style templates",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -49,9 +49,9 @@
"commander": "^10.0.1",
"js-yaml": "^4.1.0",
"myst-cli-utils": "^2.0.11",
"myst-frontmatter": "^1.7.2",
"myst-frontmatter": "^1.7.3",
"myst-templates": "^1.0.23",
"myst-common": "^1.7.2",
"myst-common": "^1.7.3",
"node-fetch": "^3.3.1",
"nunjucks": "^3.2.4",
"pretty-hrtime": "^1.0.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# myst-cli

## 1.3.15

### Patch Changes

- 02a8c3a9: Add webp-->png conversion
- 2bce565: Add site option to include folder structure in url paths
- Updated dependencies [2bce565]
- Updated dependencies [b9de3469]
- Updated dependencies [7547b1dd]
- myst-common@1.7.3
- jtex@1.0.20
- myst-to-typst@0.0.25
- myst-config@1.7.3
- myst-frontmatter@1.7.3
- myst-spec-ext@1.7.3

## 1.3.14

### 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.3.14",
"version": "1.3.15",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -63,14 +63,14 @@
"inquirer": "^9.2.17",
"intersphinx": "^1.0.2",
"js-yaml": "^4.1.0",
"jtex": "^1.0.19",
"jtex": "^1.0.20",
"latest-version": "^7.0.0",
"mdast": "^3.0.0",
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.11",
"myst-common": "^1.7.2",
"myst-config": "^1.7.2",
"myst-common": "^1.7.3",
"myst-config": "^1.7.3",
"myst-execute": "^0.1.1",
"myst-ext-card": "^1.0.9",
"myst-ext-exercise": "^1.0.8",
Expand All @@ -79,16 +79,16 @@
"myst-ext-proof": "^1.0.11",
"myst-ext-reactive": "^1.0.9",
"myst-ext-tabs": "^1.0.8",
"myst-frontmatter": "^1.7.2",
"myst-frontmatter": "^1.7.3",
"myst-parser": "^1.5.7",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.2",
"myst-spec-ext": "^1.7.3",
"myst-templates": "^1.0.23",
"myst-to-docx": "^1.0.12",
"myst-to-jats": "^1.0.30",
"myst-to-md": "^1.0.14",
"myst-to-tex": "^1.0.38",
"myst-to-typst": "^0.0.24",
"myst-to-typst": "^0.0.25",
"myst-transforms": "^1.3.26",
"myst-toc": "^0.1.2",
"nanoid": "^4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-common

## 1.7.3

### Patch Changes

- 2bce565: Add `slugToUrl` function that changes from a myst slug to an equivalent url
- myst-frontmatter@1.7.3

## 1.7.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.7.2",
"version": "1.7.3",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"mdast": "^3.0.0",
"myst-frontmatter": "^1.7.2",
"myst-frontmatter": "^1.7.3",
"myst-spec": "^0.0.5",
"nanoid": "^4.0.0",
"unified": "^10.1.2",
Expand All @@ -31,7 +31,7 @@
"vfile-message": "^3.0.0"
},
"devDependencies": {
"myst-spec-ext": "^1.7.2",
"myst-spec-ext": "^1.7.3",
"unist-builder": "3.0.0",
"@jupyterlab/nbformat": "^3.5.2",
"@lumino/coreutils": "^2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/myst-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# myst-config

## 1.7.3

### Patch Changes

- Updated dependencies [2bce565]
- myst-common@1.7.3
- myst-frontmatter@1.7.3

## 1.7.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.7.2",
"version": "1.7.3",
"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,8 +31,8 @@
"url": "https://github.com/jupyter-book/mystmd/issues"
},
"dependencies": {
"myst-common": "^1.7.2",
"myst-frontmatter": "^1.7.2",
"myst-common": "^1.7.3",
"myst-frontmatter": "^1.7.3",
"simple-validators": "^1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-frontmatter

## 1.7.3

## 1.7.2

### 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.7.2",
"version": "1.7.3",
"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.7.3

## 1.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-spec-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-spec-ext",
"version": "1.7.2",
"version": "1.7.3",
"description": "Extensions for myst-spec that are used in mystmd",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-spec-ext",
Expand Down
Loading

0 comments on commit 78aa759

Please sign in to comment.