Skip to content

Commit 7a1486e

Browse files
committed
Publish 0.4.0
SHA256 hashes: voila-dashboards-jupyterlab-gridstack-0.4.0.tgz: 321edd9059ea401027d9911d253fdd998c86bffc3a244a02c40420e2bab84dcd voila_gridstack-0.4.0-py3-none-any.whl: 7fb60c2bc81a7630c965909560690221e97d6478b22aab33a37c720405d6ed92 voila_gridstack-0.4.0.tar.gz: 1accf0dc584cdb988ca2b83f060bc7819bc774107796302e1feca6ab00e27a12
1 parent b99a21a commit 7a1486e

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

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

5+
## 0.4.0
6+
7+
([Full Changelog](https://github.com/voila-dashboards/voila-gridstack/compare/v0.4.0a0...b99a21a8ad74a59ce9d55ecc217fbd58c52eaa2a))
8+
9+
### Enhancements made
10+
11+
- Lab 4 Voila 0.5 migration [#216](https://github.com/voila-dashboards/voila-gridstack/pull/216) ([@trungleduc](https://github.com/trungleduc))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Add releaser CI scripts [#217](https://github.com/voila-dashboards/voila-gridstack/pull/217) ([@trungleduc](https://github.com/trungleduc))
16+
- Lab 4 Voila 0.5 migration [#216](https://github.com/voila-dashboards/voila-gridstack/pull/216) ([@trungleduc](https://github.com/trungleduc))
17+
18+
### Documentation improvements
19+
20+
- Correct README.md [#213](https://github.com/voila-dashboards/voila-gridstack/pull/213) ([@jpjon](https://github.com/jpjon))
21+
22+
### Other merged PRs
23+
24+
- Bump webpack from 5.74.0 to 5.76.1 [#206](https://github.com/voila-dashboards/voila-gridstack/pull/206) ([@dependabot](https://github.com/dependabot))
25+
- Bump json5 from 1.0.1 to 1.0.2 [#202](https://github.com/voila-dashboards/voila-gridstack/pull/202) ([@dependabot](https://github.com/dependabot))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/voila-dashboards/voila-gridstack/graphs/contributors?from=2023-04-18&to=2024-02-06&type=c))
30+
31+
[@dependabot](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila-gridstack+involves%3Adependabot+updated%3A2023-04-18..2024-02-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila-gridstack+involves%3Agithub-actions+updated%3A2023-04-18..2024-02-06&type=Issues) | [@jpjon](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila-gridstack+involves%3Ajpjon+updated%3A2023-04-18..2024-02-06&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila-gridstack+involves%3Ajtpio+updated%3A2023-04-18..2024-02-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila-gridstack+involves%3AmartinRenou+updated%3A2023-04-18..2024-02-06&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila-gridstack+involves%3Atrungleduc+updated%3A2023-04-18..2024-02-06&type=Issues)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 0.4.0a0
636

737
([Full Changelog](https://github.com/voila-dashboards/voila-gridstack/compare/v0.3.1...4f400370ffb47981b6f0f29c1d6bd1487723434e))
@@ -16,8 +46,6 @@
1646

1747
[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila-gridstack+involves%3Agithub-actions+updated%3A2022-12-29..2023-04-18&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila-gridstack+involves%3Ahbcarlos+updated%3A2022-12-29..2023-04-18&type=Issues)
1848

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2149
## 0.3.1
2250

2351
([Full Changelog](https://github.com/voila-dashboards/voila-gridstack/compare/@voila-dashboards/gridstack-editor@0.3.0...cca7c2fb316850774778719f78ec7be395874802))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/jupyterlab-gridstack",
3-
"version": "0.4.0-a0",
3+
"version": "0.4.0",
44
"homepage": "https://github.com/voila-dashboards/voila-gridstack",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)