Skip to content

Commit

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

voici-0.1.0-py3-none-any.whl: 79adcacc49c71752131bfe4a2ae17e4fb4a54c47b9806707d47fe8a34a1c31ac

voici-0.1.0.tar.gz: 9e60c048dfb5452726f68838d5b55676ef0510bf6a0e89a92621c096de61bac5

voila-dashboards-voici-0.2.0-alpha.0.tgz: a7d78fe26419201540f6755a062b722ee1b5fd463faee7f3ba0540e6677da2d2
  • Loading branch information
martinRenou committed Mar 2, 2023
1 parent 5c82a5e commit b0c131c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,39 @@

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

## 0.1.0

([Full Changelog](https://github.com/voila-dashboards/voici/compare/49c13dd07e3f37c5c5090e3bfa1139c392487530...5c82a5e40e9c2ca88001d8af49ba2c38be7bf4af))

### Enhancements made

- Turn into a JupyterLite Addon + support any kernel [#12](https://github.com/voila-dashboards/voici/pull/12) ([@martinRenou](https://github.com/martinRenou))

### Bugs fixed

- Playwright bot: Setup the micromamba env properly [#16](https://github.com/voila-dashboards/voici/pull/16) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

- Debump versions so that the releaser can make 0.1.0 [#21](https://github.com/voila-dashboards/voici/pull/21) ([@martinRenou](https://github.com/martinRenou))
- Add releaser workflows to the repo [#15](https://github.com/voila-dashboards/voici/pull/15) ([@jtpio](https://github.com/jtpio))
- Pin on `yarn=1` in `environment.yml` for now [#14](https://github.com/voila-dashboards/voici/pull/14) ([@jtpio](https://github.com/jtpio))
- Add `publishConfig` to `package.json` [#13](https://github.com/voila-dashboards/voici/pull/13) ([@jtpio](https://github.com/jtpio))
- Simple UI tests [#10](https://github.com/voila-dashboards/voici/pull/10) ([@martinRenou](https://github.com/martinRenou))
- Update Github action workflows [#8](https://github.com/voila-dashboards/voici/pull/8) ([@martinRenou](https://github.com/martinRenou))

### Documentation improvements

- Add README [#18](https://github.com/voila-dashboards/voici/pull/18) ([@martinRenou](https://github.com/martinRenou))

### Other merged PRs

- Add bot for updating Playwright references [#9](https://github.com/voila-dashboards/voici/pull/9) ([@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-02-20&to=2023-03-02&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->
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.1.0-alpha.0",
"version": "0.2.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.0.1a0"
__version__ = "0.1.0"

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

0 comments on commit b0c131c

Please sign in to comment.