Skip to content

Commit 79dd80f

Browse files
committed
Publish 0.5.0a2
SHA256 hashes: voila-0.5.0a2-py3-none-any.whl: 9f32ed812123e7b6c171994cdffb434fd98385e88309be7c8c1ae8d29392f8f4 voila-0.5.0a2.tar.gz: f907c5e527d70528734bbbdabd1c367d1147569701cd8be08d1bee3252954883 voila-dashboards-jupyterlab-preview-2.3.0-alpha.2.tgz: 9137871e0086b5674de1ba234cc675efd79734756c4de68126488a2d084d4f8c voila-dashboards-voila-0.5.0-alpha.2.tgz: 04acbfef4f514d9a3bd4274b0e1e824608f2d5ccec74963bf71ace914f9902cc
1 parent ac93bd1 commit 79dd80f

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

CHANGELOG.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

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

5+
## 0.5.0a2
6+
7+
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.0-alpha.1...ac93bd1a2b13cf2cbbf61b899a025520d9c6a769))
8+
9+
### Enhancements made
10+
11+
- Update the tree view so that URLs are correct for Voici [#1299](https://github.com/voila-dashboards/voila/pull/1299) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Pin yarn to fix tests [#1300](https://github.com/voila-dashboards/voila/pull/1300) ([@martinRenou](https://github.com/martinRenou))
16+
- Add releaser workflows to the repo [#1298](https://github.com/voila-dashboards/voila/pull/1298) ([@jtpio](https://github.com/jtpio))
17+
18+
### Documentation improvements
19+
20+
- refactor: typo + rst styling [#1296](https://github.com/voila-dashboards/voila/pull/1296) ([@12rambau](https://github.com/12rambau))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2023-02-21&to=2023-03-06&type=c))
25+
26+
[@12rambau](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3A12rambau+updated%3A2023-02-21..2023-03-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-02-21..2023-03-06&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajtpio+updated%3A2023-02-21..2023-03-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2023-02-21..2023-03-06&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-02-21..2023-03-06&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.5.0a1
631

732
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.0-alpha.0...45d595ff0d698f37dda6ed6f482e1e17ec9e9f5d))
@@ -35,8 +60,6 @@
3560

3661
[@dependabot](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Adependabot+updated%3A2022-10-28..2023-02-21&type=Issues) | [@fhightower](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Afhightower+updated%3A2022-10-28..2023-02-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2022-10-28..2023-02-21&type=Issues) | [@jabbera](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajabbera+updated%3A2022-10-28..2023-02-21&type=Issues) | [@jiboncom](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajiboncom+updated%3A2022-10-28..2023-02-21&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajtpio+updated%3A2022-10-28..2023-02-21&type=Issues) | [@maartenbreddels](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Amaartenbreddels+updated%3A2022-10-28..2023-02-21&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2022-10-28..2023-02-21&type=Issues) | [@philippjfr](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Aphilippjfr+updated%3A2022-10-28..2023-02-21&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2022-10-28..2023-02-21&type=Issues)
3762

38-
<!-- <END NEW CHANGELOG ENTRY> -->
39-
4063
## 0.5.0a0
4164

4265
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.2.0...20caacc4d1a5749fd94b709f84b73c452367f589))

packages/jupyterlab-preview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/jupyterlab-preview",
3-
"version": "2.3.0-alpha.1",
3+
"version": "2.3.0-alpha.2",
44
"description": "A JupyterLab preview extension for Voilà",
55
"keywords": [
66
"jupyter",

packages/voila/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/voila",
3-
"version": "0.5.0-alpha.1",
3+
"version": "0.5.0-alpha.2",
44
"description": "The Voilà Frontend",
55
"author": "Voilà contributors",
66
"license": "BSD-3-Clause",

voila/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from collections import namedtuple
1616

1717
# Use "hatch version xx.yy.zz" to handle version changes
18-
__version__ = "0.5.0a1"
18+
__version__ = "0.5.0a2"
1919

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

0 commit comments

Comments
 (0)