Skip to content

Commit

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

voici-0.4.1-py3-none-any.whl: 5b515180b93d478b4e4e81087827ad84add3a491a683f34d3932ee28f6a0ae85

voici-0.4.1.tar.gz: f66707d20dc0474cce226b1a5f5b8dcc8b420f93866a84550d18156b1d68e883

voila-dashboards-voici-0.4.1.tgz: 089279378ef1d6c4e68ee7d44fddd7f089ea1a04e950dd09151d4004c080b100
  • Loading branch information
martinRenou committed Apr 21, 2023
1 parent 417746a commit a8be3bf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 0.4.1

([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.4.0...417746aff5b4f3faa7b254e8c516a46e59a67155))

### Enhancements made

- Add missing `react-dom` module to Webpack shared scope [#67](https://github.com/voila-dashboards/voici/pull/67) ([@trungleduc](https://github.com/trungleduc))

### Maintenance and upkeep improvements

- Remove old logic for installing piplite packages [#68](https://github.com/voila-dashboards/voici/pull/68) ([@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-04-18&to=2023-04-21&type=c))

[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Agithub-actions+updated%3A2023-04-18..2023-04-21&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3AmartinRenou+updated%3A2023-04-18..2023-04-21&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Atrungleduc+updated%3A2023-04-18..2023-04-21&type=Issues)

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

## 0.4.0

([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.3.3...3fb43ef1d143a3e78939e7e35d293cda01d58867))
Expand All @@ -21,8 +41,6 @@

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

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

## 0.3.3

([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.3.2...1e5b08a398d89d69bcdd746ec47fb09be5b8f0df))
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.4.0",
"version": "0.4.1",
"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.4.0"
__version__ = "0.4.1"

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

0 comments on commit a8be3bf

Please # to comment.