Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 1.1.34 #804

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/dry-parents-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-donkeys-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-cameras-cry.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.

14 changes: 14 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# myst-cli

## 1.1.34

### Patch Changes

- 59e6521: Pass projectPath to loadFile whenever possible
- 6c9ce6fc: Fix error when article is not defined on meca export
- Updated dependencies [a58eddf2]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.1.33

### 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.33",
"version": "1.1.34",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -67,23 +67,23 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.7",
"myst-common": "^1.1.18",
"myst-config": "^1.1.18",
"myst-common": "^1.1.19",
"myst-config": "^1.1.19",
"myst-ext-card": "^1.0.4",
"myst-ext-exercise": "^1.0.4",
"myst-ext-grid": "^1.0.4",
"myst-ext-proof": "^1.0.6",
"myst-ext-reactive": "^1.0.4",
"myst-ext-tabs": "^1.0.4",
"myst-frontmatter": "^1.1.18",
"myst-frontmatter": "^1.1.19",
"myst-parser": "^1.0.18",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.18",
"myst-spec-ext": "^1.1.19",
"myst-templates": "^1.0.13",
"myst-to-docx": "^1.0.7",
"myst-to-jats": "^1.0.19",
"myst-to-md": "^1.0.9",
"myst-to-tex": "^1.0.14",
"myst-to-tex": "^1.0.15",
"myst-transforms": "^1.1.16",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
Expand All @@ -92,7 +92,7 @@
"redux": "^4.2.0",
"simple-validators": "^1.0.4",
"strip-ansi": "^7.0.1",
"tex-to-myst": "^1.0.14",
"tex-to-myst": "^1.0.15",
"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-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-common

## 1.1.19

### Patch Changes

- Updated dependencies [a58eddf2]
- [email protected]

## 1.1.18

### 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.1.18",
"version": "1.1.19",
"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.1.18",
"myst-frontmatter": "^1.1.19",
"myst-spec": "^0.0.4",
"nanoid": "^4.0.0",
"unified": "^10.1.2",
Expand All @@ -30,7 +30,7 @@
"vfile-message": "^3.0.0"
},
"devDependencies": {
"myst-spec-ext": "^1.1.18",
"myst-spec-ext": "^1.1.19",
"unist-builder": "3.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/myst-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-config

## 1.1.19

### Patch Changes

- Updated dependencies [a58eddf2]
- [email protected]

## 1.1.18

### 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.18",
"version": "1.1.19",
"license": "MIT",
"description": "Project and site config types and validation for the mystmd ecosystem",
"author": "Franklin Koch <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/executablebooks/mystmd/issues"
},
"dependencies": {
"myst-frontmatter": "^1.1.18",
"myst-frontmatter": "^1.1.19",
"simple-validators": "^1.0.4"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-frontmatter

## 1.1.19

### Patch Changes

- a58eddf2: Move beamer option to myst_to_tex settings

## 1.1.18

### 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.18",
"version": "1.1.19",
"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.19

## 1.1.18

## 1.1.17
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.1.18",
"version": "1.1.19",
"description": "Extensions for myst-spec that are used in mystmd",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-spec-ext",
Expand Down
10 changes: 10 additions & 0 deletions packages/myst-to-tex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# myst-to-tex

## 1.0.15

### Patch Changes

- a58eddf2: Move beamer option to myst_to_tex settings
- Updated dependencies [a58eddf2]
- [email protected]
- [email protected]
- [email protected]

## 1.0.14

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/myst-to-tex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-to-tex",
"version": "1.0.14",
"version": "1.0.15",
"description": "Export from MyST mdast to latex",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-tex",
Expand Down Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/executablebooks/mystmd/issues"
},
"dependencies": {
"myst-common": "^1.1.15",
"myst-frontmatter": "^1.1.15",
"myst-spec-ext": "^1.1.15",
"myst-common": "^1.1.19",
"myst-frontmatter": "^1.1.19",
"myst-spec-ext": "^1.1.19",
"myst-ext-proof": "^1.0.6",
"unist-util-remove": "^3.1.0",
"unist-util-select": "^4.0.3",
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.33
version = 1.1.34
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.34

## 1.1.33

### Patch Changes
Expand Down
Loading