Skip to content

Commit

Permalink
🚀 v0.13.2 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 18, 2024
1 parent a2e58e5 commit 1ff56a5
Show file tree
Hide file tree
Showing 31 changed files with 194 additions and 102 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-bats-clean.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/sweet-kangaroos-type.md

This file was deleted.

86 changes: 43 additions & 43 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @myst-theme/common

## 0.13.2

### Patch Changes

- a2e58e5: Expose PageFrontmatterWithDownloads
- a2e58e5: Update to mystmd 1.3.13

## 0.13.1

### Patch Changes
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.13.1",
"version": "0.13.2",
"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.13.2

### Patch Changes

- Updated dependencies [a2e58e5]
- @myst-theme/providers@0.13.2

## 0.13.1

### 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.13.1",
"version": "0.13.2",
"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.13.1",
"@myst-theme/providers": "^0.13.2",
"mermaid": "^9.3.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @myst-theme/frontmatter

## 0.13.2

### Patch Changes

- a2e58e5: Update to mystmd 1.3.13

## 0.13.1

### Patch Changes
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.13.1",
"version": "0.13.2",
"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.13.2

## 0.13.1

## 0.13.0
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.13.1",
"version": "0.13.2",
"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.13.2

### Patch Changes

- a2e58e5: Update to mystmd 1.3.13
- Updated dependencies [a2e58e5]
- [email protected]
- @myst-theme/providers@0.13.2

## 0.13.1

### 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.13.1",
"version": "0.13.2",
"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.13.1",
"@myst-theme/providers": "^0.13.2",
"@scienceicons/react": "^0.0.11",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
Expand All @@ -35,7 +35,7 @@
"myst-frontmatter": "^1.7.2",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.2",
"myst-to-react": "^0.13.1",
"myst-to-react": "^0.13.2",
"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.13.2

### Patch Changes

- a2e58e5: Update to mystmd 1.3.13
- Updated dependencies [a2e58e5]
- [email protected]

## 0.13.1

### 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.13.1",
"version": "0.13.2",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"myst-to-docx": "^1.0.12",
"myst-to-html": "^1.5.7",
"myst-to-jats": "^1.0.30",
"myst-to-react": "^0.13.1",
"myst-to-react": "^0.13.2",
"myst-to-tex": "^1.0.38",
"myst-to-typst": "^0.0.24",
"myst-transforms": "^1.3.26",
Expand Down
Loading

0 comments on commit 1ff56a5

Please sign in to comment.