File tree Expand file tree Collapse file tree 7 files changed +24
-10
lines changed Expand file tree Collapse file tree 7 files changed +24
-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.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
+
5
21
## 0.5.9
6
22
7
23
([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.8...8dcef0ca36649edd9262ce1d3b1a5622dcba2e3d ) )
27
43
28
44
[ @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 )
29
45
30
- <!-- <END NEW CHANGELOG ENTRY> -->
31
-
32
46
## 0.5.8
33
47
34
48
([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.7...5ad1b1db4a9f69730d5446b35c64c38c11373b16 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/jupyterlab-preview" ,
3
- "version" : " 2.3.9 " ,
3
+ "version" : " 2.3.10 " ,
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.9 " ,
3
+ "version" : " 0.5.10 " ,
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.9 " ,
55
+ "@voila-dashboards/widgets-manager8" : " ^0.5.10 " ,
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.9 " ,
3
+ "version" : " 0.5.10 " ,
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.9 " ,
3
+ "version" : " 0.5.10 " ,
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.9 "
17
+ __version__ = "0.5.10 "
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.9
4955
+ "@voila-dashboards/widgets-manager8": ^0.5.10
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.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":
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