diff --git a/CHANGELOG.md b/CHANGELOG.md index 100e96f51..bef5d83c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,37 @@ voila --token=my-secret-token notebook.ipynb +## 0.5.5 + +([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.4...560dbc18e999048a6cd5a6962fb9fd72bb88b7ac)) + +### Enhancements made + +- Use mathjax-extension to render latex in markdown cells [#1410](https://github.com/voila-dashboards/voila/pull/1410) ([@trungleduc](https://github.com/trungleduc)) +- Allow for custom kernel_spec_manager class [#1404](https://github.com/voila-dashboards/voila/pull/1404) ([@ClaytonAstrom](https://github.com/ClaytonAstrom)) + +### Maintenance and upkeep improvements + +- Bump postcss from 8.4.27 to 8.4.31 [#1406](https://github.com/voila-dashboards/voila/pull/1406) ([@dependabot](https://github.com/dependabot)) +- Bump postcss from 8.4.21 to 8.4.31 in /ui-tests [#1405](https://github.com/voila-dashboards/voila/pull/1405) ([@dependabot](https://github.com/dependabot)) + +### Documentation improvements + +- adds ploomber cloud deploy option [#1401](https://github.com/voila-dashboards/voila/pull/1401) ([@edublancas](https://github.com/edublancas)) + +### Other merged PRs + +- Bump @babel/traverse from 7.22.8 to 7.23.2 [#1408](https://github.com/voila-dashboards/voila/pull/1408) ([@dependabot](https://github.com/dependabot)) +- Bump systeminformation from 5.17.12 to 5.21.8 in /ui-tests [#1398](https://github.com/voila-dashboards/voila/pull/1398) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2023-09-18&to=2023-10-31&type=c)) + +[@ClaytonAstrom](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AClaytonAstrom+updated%3A2023-09-18..2023-10-31&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Adependabot+updated%3A2023-09-18..2023-10-31&type=Issues) | [@edublancas](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Aedublancas+updated%3A2023-09-18..2023-10-31&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-09-18..2023-10-31&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Apre-commit-ci+updated%3A2023-09-18..2023-10-31&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-09-18..2023-10-31&type=Issues) + + + ## 0.5.4 ([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.3...17d0ea31942c61a68d06be75f4d3bd0e6ce1eb5d)) @@ -67,8 +98,6 @@ voila --token=my-secret-token notebook.ipynb [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-09-13..2023-09-18&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2023-09-13..2023-09-18&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-09-13..2023-09-18&type=Issues) - - ## 0.5.3 ([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.2...b38b9b80e3186294bfbdf77ecd1ff6eee245e408)) diff --git a/packages/jupyterlab-preview/package.json b/packages/jupyterlab-preview/package.json index da24d010a..de25a3df7 100644 --- a/packages/jupyterlab-preview/package.json +++ b/packages/jupyterlab-preview/package.json @@ -1,6 +1,6 @@ { "name": "@voila-dashboards/jupyterlab-preview", - "version": "2.3.4", + "version": "2.3.5", "description": "A JupyterLab preview extension for Voilà", "keywords": [ "jupyter", diff --git a/packages/voila/package.json b/packages/voila/package.json index 8c5cc334b..28b6ac69e 100644 --- a/packages/voila/package.json +++ b/packages/voila/package.json @@ -1,6 +1,6 @@ { "name": "@voila-dashboards/voila", - "version": "0.5.4", + "version": "0.5.5", "description": "The Voilà Frontend", "author": "Voilà contributors", "license": "BSD-3-Clause", diff --git a/voila/_version.py b/voila/_version.py index a754f0d32..e807efcaa 100644 --- a/voila/_version.py +++ b/voila/_version.py @@ -14,7 +14,7 @@ from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "0.5.4" +__version__ = "0.5.5" # PEP440 version parser _version_regex = re.compile( diff --git a/yarn.lock b/yarn.lock index 84611f0e3..e938ef4d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15384,7 +15384,7 @@ __metadata: "typescript@patch:typescript@>=3 < 6#~builtin": version: 5.2.2 - resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin::version=5.2.2&hash=5da071" + resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin::version=5.2.2&hash=85af82" bin: tsc: bin/tsc tsserver: bin/tsserver @@ -15394,11 +15394,11 @@ __metadata: "typescript@patch:typescript@~5.0.2#~builtin": version: 5.0.4 - resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin::version=5.0.4&hash=b5f058" + resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin::version=5.0.4&hash=85af82" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac + checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9 languageName: node linkType: hard