Skip to content

Commit

Permalink
🚀 v1.3.10 (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 24, 2024
1 parent 9f50eb8 commit 701dda8
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 63 deletions.
6 changes: 0 additions & 6 deletions .changeset/ninety-pots-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-peaches-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-peas-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-paws-ring.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.

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

## 1.2.6

### Patch Changes

- d0532699: Replace n.d. with access date for urls in citations

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/citation-js-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "citation-js-utils",
"version": "1.2.5",
"version": "1.2.6",
"description": "Utilities for citation-js.",
"type": "module",
"exports": "./dist/index.js",
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.10

### Patch Changes

- 5f8f0b0d: Add support for seach index generation
- 9f50eb8: 💦 building widget state
- Updated dependencies [5f8f0b0d]
- Updated dependencies [a550afdc]
- Updated dependencies [d0532699]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.3.9

### 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.9",
"version": "1.3.10",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"chalk": "^5.2.0",
"check-node-version": "^4.2.1",
"chokidar": "^3.5.3",
"citation-js-utils": "^1.2.5",
"citation-js-utils": "^1.2.6",
"commander": "^10.0.1",
"cors": "^2.8.5",
"docx": "^7.5.0",
Expand All @@ -69,8 +69,8 @@
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.10",
"myst-common": "^1.6.1",
"myst-config": "^1.6.1",
"myst-common": "^1.7.0",
"myst-config": "^1.7.0",
"myst-execute": "^0.1.0",
"myst-ext-card": "^1.0.8",
"myst-ext-exercise": "^1.0.7",
Expand All @@ -79,16 +79,16 @@
"myst-ext-proof": "^1.0.10",
"myst-ext-reactive": "^1.0.8",
"myst-ext-tabs": "^1.0.7",
"myst-frontmatter": "^1.6.1",
"myst-frontmatter": "^1.7.0",
"myst-parser": "^1.5.6",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.6.1",
"myst-spec-ext": "^1.7.0",
"myst-templates": "^1.0.22",
"myst-to-docx": "^1.0.11",
"myst-to-jats": "^1.0.27",
"myst-to-md": "^1.0.12",
"myst-to-tex": "^1.0.37",
"myst-to-typst": "^0.0.21",
"myst-to-typst": "^0.0.22",
"myst-transforms": "^1.3.25",
"myst-toc": "^0.1.2",
"nanoid": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-common

## 1.7.0

### Patch Changes

- [email protected]

## 1.6.1

### 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.6.1",
"version": "1.7.0",
"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.6.1",
"myst-frontmatter": "^1.7.0",
"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.6.1",
"myst-spec-ext": "^1.7.0",
"unist-builder": "3.0.0",
"@jupyterlab/nbformat": "^3.5.2",
"@lumino/coreutils": "^2.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-config

## 1.7.0

### Patch Changes

- [email protected]

## 1.6.1

### 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.6.1",
"version": "1.7.0",
"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/jupyter-book/mystmd/issues"
},
"dependencies": {
"myst-frontmatter": "^1.6.1",
"myst-frontmatter": "^1.7.0",
"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.0

## 1.6.1

### 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.6.1",
"version": "1.7.0",
"sideEffects": false,
"license": "MIT",
"description": "Frontmatter types and validation for the mystmd ecosystem",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-spec-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-spec-ext

## 1.7.0

### Minor Changes

- 5f8f0b0d: Add support for seach index generation

## 1.6.1

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

## 0.0.22

### Patch Changes

- a550afdc: Allow for styles in tables
- Updated dependencies [5f8f0b0d]
- [email protected]
- [email protected]
- [email protected]

## 0.0.21

### Patch Changes
Expand Down
Loading

0 comments on commit 701dda8

Please sign in to comment.