Skip to content

Commit 147ecd9

Browse files
committed
Publish 0.5.10
SHA256 hashes: voila-0.5.10-py3-none-any.whl: c351d77e466323cf21be8ca3736f1a90af803d814f843ae81722faaf520ed2e9 voila-0.5.10.tar.gz: 970897fe6eeaeb541f92f06c2e23e366403323433ea54010f98f1bebb80f9572 voila-dashboards-jupyterlab-preview-2.3.10.tgz: c2f3ca2469e9a48bc955a85e60d6a902f3e5320ded0b14057f439e6902597ab0 voila-dashboards-voila-0.5.10.tgz: f9e909ea24053d5b76eefbd3d5a8f2d6ca3db8e2302d83638e31bcde7bd62d7b voila-dashboards-widgets-manager7-0.5.10.tgz: c46141bdb25b7259c49ab4f19d4aa8daba619d30abe5af321466a75bc11d0bfa voila-dashboards-widgets-manager8-0.5.10.tgz: 9d062c58f06fae3a76331626ab6f9e522c5019b8e2c660c91c4cb7e3302bd4ae
1 parent 981ae03 commit 147ecd9

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.5.10
6+
7+
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.9...981ae03cbd08859638fade059c931affea58259a))
8+
9+
### Enhancements made
10+
11+
- Don't merge the config if not needed [#1536](https://github.com/voila-dashboards/voila/pull/1536) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2025-07-30&to=2025-08-01&type=c))
16+
17+
[@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2025-07-30..2025-08-01&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.5.9
622

723
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.8...8dcef0ca36649edd9262ce1d3b1a5622dcba2e3d))
@@ -27,8 +43,6 @@
2743

2844
[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2024-10-18..2025-07-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajtpio+updated%3A2024-10-18..2025-07-30&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2024-10-18..2025-07-30&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Apre-commit-ci+updated%3A2024-10-18..2025-07-30&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2024-10-18..2025-07-30&type=Issues)
2945

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3246
## 0.5.8
3347

3448
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.7...5ad1b1db4a9f69730d5446b35c64c38c11373b16))

packages/jupyterlab-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/jupyterlab-preview",
3-
"version": "2.3.9",
3+
"version": "2.3.10",
44
"description": "A JupyterLab preview extension for Voilà",
55
"keywords": [
66
"jupyter",

packages/voila/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/voila",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "The Voilà Frontend",
55
"author": "Voilà contributors",
66
"license": "BSD-3-Clause",
@@ -52,7 +52,7 @@
5252
"@lumino/signaling": "^2.0.0",
5353
"@lumino/virtualdom": "^2.0.0",
5454
"@lumino/widgets": "^2.0.0",
55-
"@voila-dashboards/widgets-manager8": "^0.5.9",
55+
"@voila-dashboards/widgets-manager8": "^0.5.10",
5656
"react": "^18.2.0",
5757
"react-dom": "^18.2.0",
5858
"style-mod": "^4.0.3",

packages/widgets_manager7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/widgets-manager7",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "The Voilà jupyter-widgets manager for ipywidgets 7 support",
55
"keywords": [
66
"jupyter",

packages/widgets_manager8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/widgets-manager8",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "The Voilà jupyter-widgets manager for ipywidgets 8 support",
55
"keywords": [
66
"jupyter",

voila/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from collections import namedtuple
1515

1616
# Use "hatch version xx.yy.zz" to handle version changes
17-
__version__ = "0.5.9"
17+
__version__ = "0.5.10"
1818

1919
# PEP440 version parser
2020
_version_regex = re.compile(

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4952,7 +4952,7 @@ __metadata:
49524952
"@lumino/virtualdom": ^2.0.0
49534953
"@lumino/widgets": ^2.0.0
49544954
"@types/node": ~18.8.3
4955-
"@voila-dashboards/widgets-manager8": ^0.5.9
4955+
"@voila-dashboards/widgets-manager8": ^0.5.10
49564956
css-loader: ^6.7.2
49574957
fs-extra: ^9.1.0
49584958
glob: ~7.1.6
@@ -4998,7 +4998,7 @@ __metadata:
49984998
languageName: unknown
49994999
linkType: soft
50005000

5001-
"@voila-dashboards/widgets-manager8@^0.5.9, @voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8":
5001+
"@voila-dashboards/widgets-manager8@^0.5.10, @voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8":
50025002
version: 0.0.0-use.local
50035003
resolution: "@voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8"
50045004
dependencies:

0 commit comments

Comments
 (0)