Skip to content

Commit

Permalink
🚀 v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Jul 17, 2023
1 parent 0b36379 commit bc18633
Show file tree
Hide file tree
Showing 35 changed files with 229 additions and 147 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-buses-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-mice-attend.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/brave-poems-walk.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/chilly-mangos-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilly-snails-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clever-carrots-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-dogs-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-carpets-explode.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/moody-guests-hunt.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/shy-ducks-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-kiwis-deliver.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-eels-refuse.md

This file was deleted.

64 changes: 32 additions & 32 deletions package-lock.json

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

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

## 0.4.0

### Minor Changes

- 8a4106cd: Update to myst renderer as a react component

### Patch Changes

- Updated dependencies [8a4106cd]
- Updated dependencies [d714469a]
- @myst-theme/providers@0.4.0

## 0.3.8

### 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.3.8",
"version": "0.4.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"build": "npm-run-all -l clean -p build:cjs build:esm build:types"
},
"dependencies": {
"@myst-theme/providers": "^0.3.8",
"@myst-theme/providers": "^0.4.0",
"mermaid": "^9.3.0"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @myst-theme/frontmatter

## 0.4.0

### Patch Changes

- 02158b75: Add banners and change article theme
- d714469a: Updates to myst-common dependencies

## 0.3.8

## 0.3.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.3.8",
"version": "0.4.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/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.4.0

## 0.3.8

## 0.3.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.3.8",
"version": "0.4.0",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/jupyter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @myst-theme/jupyter

## 0.4.0

### Minor Changes

- 8a4106cd: Update to myst renderer as a react component

### Patch Changes

- 0b363794: Placeholders are now displayed in figures that embed notebook cells with empty outputs
- 92d9179d: Add site level options for hiding the footerlinks or document outline
- f61e188e: Add placeholders to packages
- 68f67c45: Changes overflow behaviour allowing horizontal scroll on outputs
- 02158b75: Change to ThebeMarkdownCell
- d714469a: Updates to myst-common dependencies
- 88aa3183: Add Jupyter error tray for notebook execution errors
- Updated dependencies [b2010904]
- Updated dependencies [8a4106cd]
- Updated dependencies [476a7153]
- Updated dependencies [d714469a]
- [email protected]
- @myst-theme/providers@0.4.0

## 0.3.8

### 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.3.8",
"version": "0.4.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@myst-theme/providers": "^0.3.8",
"@myst-theme/providers": "^0.4.0",
"@scienceicons/react": "^0.0.3",
"ansi-to-react": "^6.1.6",
"buffer": "^6.0.3",
Expand All @@ -33,7 +33,7 @@
"myst-config": "^1.1.0",
"myst-frontmatter": "^1.1.0",
"myst-spec": "^0.0.4",
"myst-to-react": "^0.3.8",
"myst-to-react": "^0.4.0",
"nanoid": "^4.0.2",
"nbtx": "^0.2.3",
"react-syntax-highlighter": "^15.5.0",
Expand Down
Loading

0 comments on commit bc18633

Please sign in to comment.