Skip to content

Commit

Permalink
🚀 v0.14.1 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 4, 2025
1 parent 6cd2bbe commit a0325c7
Show file tree
Hide file tree
Showing 30 changed files with 170 additions and 88 deletions.
6 changes: 0 additions & 6 deletions .changeset/smart-drinks-explain.md

This file was deleted.

84 changes: 42 additions & 42 deletions package-lock.json

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

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

## 0.14.1

## 0.14.0

### 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.14.0",
"version": "0.14.1",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @myst-theme/diagrams

## 0.14.1

### Patch Changes

- @myst-theme/providers@0.14.1

## 0.14.0

### 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.14.0",
"version": "0.14.1",
"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.14.0",
"@myst-theme/providers": "^0.14.1",
"mermaid": "^9.3.0",
"classnames": "^2.3.2"
},
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.14.1

## 0.14.0

## 0.13.7
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.14.0",
"version": "0.14.1",
"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.14.1

## 0.14.0

## 0.13.7
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.14.0",
"version": "0.14.1",
"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.14.1

### Patch Changes

- 6cd2bbe: Simplify blocks
- Updated dependencies [6cd2bbe]
- [email protected]
- @myst-theme/providers@0.14.1

## 0.14.0

### 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.14.0",
"version": "0.14.1",
"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.14.0",
"@myst-theme/providers": "^0.14.1",
"@scienceicons/react": "^0.0.11",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
Expand All @@ -35,7 +35,7 @@
"myst-frontmatter": "^1.7.9",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.9",
"myst-to-react": "^0.14.0",
"myst-to-react": "^0.14.1",
"nanoid": "^4.0.2",
"nbtx": "^0.2.3",
"react-syntax-highlighter": "^15.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-demo

## 0.14.1

### Patch Changes

- Updated dependencies [6cd2bbe]
- [email protected]

## 0.14.0

### 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.14.0",
"version": "0.14.1",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"myst-to-docx": "^1.0.14",
"myst-to-html": "^1.5.11",
"myst-to-jats": "^1.0.32",
"myst-to-react": "^0.14.0",
"myst-to-react": "^0.14.1",
"myst-to-tex": "^1.0.41",
"myst-to-typst": "^0.0.30",
"myst-transforms": "^1.3.32",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-to-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-to-react

## 0.14.1

### Patch Changes

- 6cd2bbe: Simplify blocks
- @myst-theme/providers@0.14.1

## 0.14.0

### Patch Changes
Expand Down
Loading

0 comments on commit a0325c7

Please sign in to comment.