From c532d40f3ab5f0c8c9caf088c55d6f9ea72c3423 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 18 Sep 2023 07:10:48 +0000 Subject: [PATCH] Publish 0.5.4 SHA256 hashes: voila-0.5.4-py3-none-any.whl: f7cac4a94821de40d2834473e6d3bfd2000927407c5385486966434a2e1f6d98 voila-0.5.4.tar.gz: 216aee6f9daab24cb1b0cd366e4a599c08edb1e644867bdf3b1e5682c7084677 voila-dashboards-jupyterlab-preview-2.3.4.tgz: 08ec3c8b7e8cc69cc500a789c7fe8c6d52e74c8bfff81a888e9fbfb48d763c4c voila-dashboards-voila-0.5.4.tgz: d9d1df9c98a2adb75a9d5f81c1f96c4c2a1cd0d0f89d0e3c3920b6f82037f421 --- CHANGELOG.md | 18 ++++++++++++++++-- packages/jupyterlab-preview/package.json | 2 +- packages/voila/package.json | 2 +- voila/_version.py | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4e19a45..100e96f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,22 @@ voila --token=my-secret-token notebook.ipynb +## 0.5.4 + +([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.3...17d0ea31942c61a68d06be75f4d3bd0e6ce1eb5d)) + +### Bugs fixed + +- Embed all `jupyterlab-manager` plugins [#1396](https://github.com/voila-dashboards/voila/pull/1396) ([@trungleduc](https://github.com/trungleduc)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2023-09-13&to=2023-09-18&type=c)) + +[@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)) @@ -69,8 +85,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-04..2023-09-13&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2023-09-04..2023-09-13&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Apre-commit-ci+updated%3A2023-09-04..2023-09-13&type=Issues) - - ## 0.5.2 ([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.1...253ba77a00302e59b5a6093d7d635eff52690440)) diff --git a/packages/jupyterlab-preview/package.json b/packages/jupyterlab-preview/package.json index f13c8a815..da24d010a 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.3", + "version": "2.3.4", "description": "A JupyterLab preview extension for Voilà", "keywords": [ "jupyter", diff --git a/packages/voila/package.json b/packages/voila/package.json index ae75c5e60..7445167b5 100644 --- a/packages/voila/package.json +++ b/packages/voila/package.json @@ -1,6 +1,6 @@ { "name": "@voila-dashboards/voila", - "version": "0.5.3", + "version": "0.5.4", "description": "The Voilà Frontend", "author": "Voilà contributors", "license": "BSD-3-Clause", diff --git a/voila/_version.py b/voila/_version.py index 04ddde762..a754f0d32 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.3" +__version__ = "0.5.4" # PEP440 version parser _version_regex = re.compile(