File tree Expand file tree Collapse file tree 7 files changed +28
-10
lines changed Expand file tree Collapse file tree 7 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.5.11
6
+
7
+ ([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.10...86dbefc4436d27f8d90e838d43b8b191eacb98df ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Allow specifying ` extra_labextensions_path ` [ #1542 ] ( https://github.com/voila-dashboards/voila/pull/1542 ) ([ @jtpio ] ( https://github.com/jtpio ) )
12
+
13
+ ### Bugs fixed
14
+
15
+ - Server extension: Fix merging with local config [ #1543 ] ( https://github.com/voila-dashboards/voila/pull/1543 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
16
+
17
+ ### Contributors to this release
18
+
19
+ ([ GitHub contributors page for this release] ( https://github.com/voila-dashboards/voila/graphs/contributors?from=2025-08-01&to=2025-08-25&type=c ) )
20
+
21
+ [ @github-actions ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2025-08-01..2025-08-25&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajtpio+updated%3A2025-08-01..2025-08-25&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2025-08-01..2025-08-25&type=Issues )
22
+
23
+ <!-- <END NEW CHANGELOG ENTRY> -->
24
+
5
25
## 0.5.10
6
26
7
27
([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.9...981ae03cbd08859638fade059c931affea58259a ) )
16
36
17
37
[ @martinRenou ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2025-07-30..2025-08-01&type=Issues )
18
38
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
39
## 0.5.9
22
40
23
41
([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.8...8dcef0ca36649edd9262ce1d3b1a5622dcba2e3d ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/jupyterlab-preview" ,
3
- "version" : " 2.3.10 " ,
3
+ "version" : " 2.3.11 " ,
4
4
"description" : " A JupyterLab preview extension for Voilà" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/voila" ,
3
- "version" : " 0.5.10 " ,
3
+ "version" : " 0.5.11 " ,
4
4
"description" : " The Voilà Frontend" ,
5
5
"author" : " Voilà contributors" ,
6
6
"license" : " BSD-3-Clause" ,
52
52
"@lumino/signaling" : " ^2.0.0" ,
53
53
"@lumino/virtualdom" : " ^2.0.0" ,
54
54
"@lumino/widgets" : " ^2.0.0" ,
55
- "@voila-dashboards/widgets-manager8" : " ^0.5.10 " ,
55
+ "@voila-dashboards/widgets-manager8" : " ^0.5.11 " ,
56
56
"react" : " ^18.2.0" ,
57
57
"react-dom" : " ^18.2.0" ,
58
58
"style-mod" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/widgets-manager7" ,
3
- "version" : " 0.5.10 " ,
3
+ "version" : " 0.5.11 " ,
4
4
"description" : " The Voilà jupyter-widgets manager for ipywidgets 7 support" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/widgets-manager8" ,
3
- "version" : " 0.5.10 " ,
3
+ "version" : " 0.5.11 " ,
4
4
"description" : " The Voilà jupyter-widgets manager for ipywidgets 8 support" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 14
14
from collections import namedtuple
15
15
16
16
# Use "hatch version xx.yy.zz" to handle version changes
17
- __version__ = "0.5.10 "
17
+ __version__ = "0.5.11 "
18
18
19
19
# PEP440 version parser
20
20
_version_regex = re .compile (
Original file line number Diff line number Diff line change @@ -4952,7 +4952,7 @@ __metadata:
4952
4952
"@lumino/virtualdom": ^2.0.0
4953
4953
"@lumino/widgets": ^2.0.0
4954
4954
"@types/node": ~18.8.3
4955
- "@voila-dashboards/widgets-manager8": ^0.5.10
4955
+ "@voila-dashboards/widgets-manager8": ^0.5.11
4956
4956
css-loader: ^6.7.2
4957
4957
fs-extra: ^9.1.0
4958
4958
glob: ~7.1.6
@@ -4998,7 +4998,7 @@ __metadata:
4998
4998
languageName: unknown
4999
4999
linkType: soft
5000
5000
5001
- "@voila-dashboards/widgets-manager8@^0.5.10 , @voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8":
5001
+ "@voila-dashboards/widgets-manager8@^0.5.11 , @voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8":
5002
5002
version: 0.0.0-use.local
5003
5003
resolution: "@voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8"
5004
5004
dependencies:
You can’t perform that action at this time.
0 commit comments