Skip to content

Commit

Permalink
Publish 0.3.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

voici-0.3.0-py3-none-any.whl: d37dabc006499b5c3e5bc1febad80355eb5290045b1dcb5db9639a9a9c710a0e

voici-0.3.0.tar.gz: 6bcccf56401f5d142631fa9c89d9d9bcb15c5302176f99c63018b0a0555b370f

voila-dashboards-voici-0.4.0-alpha.0.tgz: a58422d4e6d71d9946f5b62729b35b2ad9a8e6c77d5ddde61ed9dae37273cc62
  • Loading branch information
jtpio committed Mar 22, 2023
1 parent 49c441b commit c252f28
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## 0.3.0

([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.2.0...49c441b4953d12135f84bee5f54869526ddfbef3))

### Enhancements made

- Add Voila config aliases [#33](https://github.com/voila-dashboards/voici/pull/33) ([@martinRenou](https://github.com/martinRenou))

### Bugs fixed

- Fix custom template support [#34](https://github.com/voila-dashboards/voici/pull/34) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

- Update to `jupyterlite-core>=0.1.0b20` [#41](https://github.com/voila-dashboards/voici/pull/41) ([@jtpio](https://github.com/jtpio))
- Add `yarn watch` command to voici package [#39](https://github.com/voila-dashboards/voici/pull/39) ([@trungleduc](https://github.com/trungleduc))
- Expose the widget manager promise from the `VoiciApp` [#38](https://github.com/voila-dashboards/voici/pull/38) ([@jtpio](https://github.com/jtpio))
- Depend on `jupyterlite-core` [#37](https://github.com/voila-dashboards/voici/pull/37) ([@jtpio](https://github.com/jtpio))
- Test custom template in ui-tests [#35](https://github.com/voila-dashboards/voici/pull/35) ([@martinRenou](https://github.com/martinRenou))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/voila-dashboards/voici/graphs/contributors?from=2023-03-06&to=2023-03-22&type=c))

[@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Ajtpio+updated%3A2023-03-06..2023-03-22&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3AmartinRenou+updated%3A2023-03-06..2023-03-22&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Atrungleduc+updated%3A2023-03-06..2023-03-22&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.2.0

([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.2.1...96e793cfde26e39affbb9ea33cbc0223dd296829))
Expand All @@ -21,8 +49,6 @@

[@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Ajtpio+updated%3A2023-03-03..2023-03-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3AmartinRenou+updated%3A2023-03-03..2023-03-06&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.2

([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.2.0...7b047500ec3c3aaa81b44fedc6946fb546d663cc))
Expand Down
2 changes: 1 addition & 1 deletion packages/voici/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voila-dashboards/voici",
"version": "0.3.0-alpha.0",
"version": "0.4.0-alpha.0",
"description": "The Voici Frontend",
"author": "Voilà contributors",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion voici/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "0.2.0"
__version__ = "0.3.0"

# PEP440 version parser
_version_regex = re.compile(
Expand Down

0 comments on commit c252f28

Please sign in to comment.