Skip to content

Commit

Permalink
🚀 v0.9.10 (#434)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 23, 2024
1 parent 54097c1 commit efdbf1d
Show file tree
Hide file tree
Showing 26 changed files with 168 additions and 88 deletions.
12 changes: 0 additions & 12 deletions .changeset/cuddly-terms-melt.md

This file was deleted.

78 changes: 39 additions & 39 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/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @myst-theme/common

## 0.9.10

### Patch Changes

- 54097c18: Upgrade to mystmd 1.3.0

## 0.9.9

## 0.9.8
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myst-theme/common",
"version": "0.9.9",
"version": "0.9.10",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @myst-theme/diagrams

## 0.9.10

### Patch Changes

- Updated dependencies [54097c18]
- @myst-theme/providers@0.9.10

## 0.9.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myst-theme/diagrams",
"version": "0.9.9",
"version": "0.9.10",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"build": "npm-run-all -l clean -p build:esm"
},
"dependencies": {
"@myst-theme/providers": "^0.9.9",
"@myst-theme/providers": "^0.9.10",
"mermaid": "^9.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @myst-theme/frontmatter

## 0.9.10

## 0.9.9

## 0.9.8
Expand Down
2 changes: 1 addition & 1 deletion packages/frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myst-theme/frontmatter",
"version": "0.9.9",
"version": "0.9.10",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @myst-theme/icons

## 0.9.10

## 0.9.9

## 0.9.8
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myst-theme/icons",
"version": "0.9.9",
"version": "0.9.10",
"sideEffects": false,
"type": "module",
"exports": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/jupyter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @myst-theme/jupyter

## 0.9.10

### Patch Changes

- 54097c18: Upgrade to mystmd 1.3.0
- Updated dependencies [54097c18]
- [email protected]
- @myst-theme/providers@0.9.10

## 0.9.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/jupyter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myst-theme/jupyter",
"version": "0.9.9",
"version": "0.9.10",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@curvenote/ansi-to-react": "^7.0.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@myst-theme/providers": "^0.9.9",
"@myst-theme/providers": "^0.9.10",
"@scienceicons/react": "^0.0.6",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
Expand All @@ -35,7 +35,7 @@
"myst-frontmatter": "^1.5.0",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.5.0",
"myst-to-react": "^0.9.9",
"myst-to-react": "^0.9.10",
"nanoid": "^4.0.2",
"nbtx": "^0.2.3",
"react-syntax-highlighter": "^15.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/myst-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# myst-demo

## 0.9.10

### Patch Changes

- 54097c18: Upgrade to mystmd 1.3.0
- Updated dependencies [54097c18]
- [email protected]

## 0.9.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-demo",
"version": "0.9.9",
"version": "0.9.10",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"myst-to-docx": "^1.0.10",
"myst-to-html": "^1.5.0",
"myst-to-jats": "^1.0.26",
"myst-to-react": "^0.9.9",
"myst-to-react": "^0.9.10",
"myst-to-tex": "^1.0.30",
"myst-to-typst": "^0.0.17",
"myst-transforms": "^1.3.19",
Expand Down
8 changes: 8 additions & 0 deletions packages/myst-to-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# myst-to-react

## 0.9.10

### Patch Changes

- 54097c18: Upgrade to mystmd 1.3.0
- Updated dependencies [54097c18]
- @myst-theme/providers@0.9.10

## 0.9.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-to-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-to-react",
"version": "0.9.9",
"version": "0.9.10",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@myst-theme/providers": "^0.9.9",
"@myst-theme/providers": "^0.9.10",
"@scienceicons/react": "^0.0.6",
"@radix-ui/react-hover-card": "^1.0.6",
"buffer": "^6.0.3",
Expand Down
Loading

0 comments on commit efdbf1d

Please sign in to comment.