diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d352af..d12135b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,39 @@ +## 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) + diff --git a/packages/voici/package.json b/packages/voici/package.json index a1efd50..1690ae5 100644 --- a/packages/voici/package.json +++ b/packages/voici/package.json @@ -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", diff --git a/voici/_version.py b/voici/_version.py index 42d2a6c..af9aba7 100644 --- a/voici/_version.py +++ b/voici/_version.py @@ -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(