Skip to content

Commit

Permalink
ENH: release 2.4.0 (#233)
Browse files Browse the repository at this point in the history
* wip: prepare for releae

* chore: bump version
  • Loading branch information
agoose77 committed Apr 24, 2024
1 parent 8d18ce2 commit 271d0e4
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 153 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-myst",
"version": "2.3.2",
"version": "2.4.0",
"description": "Use MyST in JupyterLab",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -65,28 +65,28 @@
"@jupyterlab/notebook": "^4.0.0",
"@jupyterlab/rendermime": "^4.0.0",
"@jupyterlab/translation": "^4.0.0",
"@myst-theme/diagrams": "^0.5.22",
"@myst-theme/frontmatter": "^0.5.22",
"@myst-theme/providers": "^0.5.22",
"@myst-theme/diagrams": "^0.9.0",
"@myst-theme/frontmatter": "^0.9.0",
"@myst-theme/providers": "^0.9.0",
"katex": "^0.15.2",
"myst-common": "^1.1.24",
"myst-ext-card": "^1.0.5",
"myst-ext-exercise": "^1.0.5",
"myst-ext-grid": "^1.0.5",
"myst-ext-proof": "^1.0.8",
"myst-ext-tabs": "^1.0.5",
"myst-frontmatter": "^1.1.24",
"myst-parser": "^1.0.22",
"myst-to-html": "^1.0.22",
"myst-to-react": "^0.5.21",
"myst-transforms": "^1.2.1"
"myst-common": "^1.3.0",
"myst-ext-card": "^1.0.6",
"myst-ext-exercise": "^1.0.6",
"myst-ext-grid": "^1.0.6",
"myst-ext-proof": "^1.0.9",
"myst-ext-tabs": "^1.0.6",
"myst-frontmatter": "^1.3.0",
"myst-parser": "^1.4.2",
"myst-to-html": "^1.4.2",
"myst-to-react": "^0.9.0",
"myst-transforms": "^1.3.9"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@jupyterlab/builder": "^4.0.0",
"@jupyterlab/testutils": "^4.0.0",
"@myst-theme/styles": "^0.5.22",
"@myst-theme/styles": "^0.9.0",
"@tailwindcss/typography": "^0.5.8",
"@types/jest": "^29.2.0",
"@types/json-schema": "^7.0.11",
Expand Down
Loading

0 comments on commit 271d0e4

Please sign in to comment.