Skip to content

Commit 6418e25

Browse files
committed
Publish 0.5.5
SHA256 hashes: voila-0.5.5-py3-none-any.whl: 2d739743d759b1f70d4638f1ef848c81d3ed08a996b6d2d3d8db07be5143de04 voila-0.5.5.tar.gz: 35c7ef6ea4b8beb3e01844f34b6a19d925f69eed1b71e43dd9bf07ced9f0ee39 voila-dashboards-jupyterlab-preview-2.3.5.tgz: 3c7232a301bc83a07ae3be97b9f73fc54f3d2f2e08e2dadfa5176b5b9b3e7a6c voila-dashboards-voila-0.5.5.tgz: fc981073a5c2f81ba779f346a3317093a64aea0d372ade697b3c393bebd5d95a
1 parent 560dbc1 commit 6418e25

File tree

5 files changed

+37
-8
lines changed

5 files changed

+37
-8
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,37 @@ voila --token=my-secret-token notebook.ipynb
5353

5454
<!-- <START NEW CHANGELOG ENTRY> -->
5555

56+
## 0.5.5
57+
58+
([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.4...560dbc18e999048a6cd5a6962fb9fd72bb88b7ac))
59+
60+
### Enhancements made
61+
62+
- Use mathjax-extension to render latex in markdown cells [#1410](https://github.com/voila-dashboards/voila/pull/1410) ([@trungleduc](https://github.com/trungleduc))
63+
- Allow for custom kernel_spec_manager class [#1404](https://github.com/voila-dashboards/voila/pull/1404) ([@ClaytonAstrom](https://github.com/ClaytonAstrom))
64+
65+
### Maintenance and upkeep improvements
66+
67+
- Bump postcss from 8.4.27 to 8.4.31 [#1406](https://github.com/voila-dashboards/voila/pull/1406) ([@dependabot](https://github.com/dependabot))
68+
- 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))
69+
70+
### Documentation improvements
71+
72+
- adds ploomber cloud deploy option [#1401](https://github.com/voila-dashboards/voila/pull/1401) ([@edublancas](https://github.com/edublancas))
73+
74+
### Other merged PRs
75+
76+
- 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))
77+
- 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))
78+
79+
### Contributors to this release
80+
81+
([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2023-09-18&to=2023-10-31&type=c))
82+
83+
[@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)
84+
85+
<!-- <END NEW CHANGELOG ENTRY> -->
86+
5687
## 0.5.4
5788

5889
([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
6798

6899
[@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)
69100

70-
<!-- <END NEW CHANGELOG ENTRY> -->
71-
72101
## 0.5.3
73102

74103
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.2...b38b9b80e3186294bfbdf77ecd1ff6eee245e408))

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.4",
3+
"version": "2.3.5",
44
"description": "A JupyterLab preview extension for Voilà",
55
"keywords": [
66
"jupyter",

packages/voila/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/voila",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "The Voilà Frontend",
55
"author": "Voilà contributors",
66
"license": "BSD-3-Clause",

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.4"
17+
__version__ = "0.5.5"
1818

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

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15384,7 +15384,7 @@ __metadata:
1538415384

1538515385
"typescript@patch:typescript@>=3 < 6#~builtin<compat/typescript>":
1538615386
version: 5.2.2
15387-
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=5da071"
15387+
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=85af82"
1538815388
bin:
1538915389
tsc: bin/tsc
1539015390
tsserver: bin/tsserver
@@ -15394,11 +15394,11 @@ __metadata:
1539415394

1539515395
"typescript@patch:typescript@~5.0.2#~builtin<compat/typescript>":
1539615396
version: 5.0.4
15397-
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
15397+
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
1539815398
bin:
1539915399
tsc: bin/tsc
1540015400
tsserver: bin/tsserver
15401-
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
15401+
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
1540215402
languageName: node
1540315403
linkType: hard
1540415404

0 commit comments

Comments
 (0)