Skip to content

Commit 06fb4c8

Browse files
committed
Publish 0.3.2
SHA256 hashes: jupyterlab-unfold-0.3.2.tgz: 9393949cf236c1af7e10c526b92778cf7c84c841e852ea6535ecf6333b59c063 jupyterlab_unfold-0.3.2-py3-none-any.whl: 77115e0d882fde242e00c74513be12a9be1f5d9a8ce0bea06276161b8c85ae13 jupyterlab_unfold-0.3.2.tar.gz: bb8cdf84295dfdadaf76b115251b6a3b5e34d40f6e53336ff4cd4b7e80951c09
1 parent f8bcc54 commit 06fb4c8

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.3.2
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/v0.3.1...f8bcc5481cdf0e709604db646c2fcf533f02a9af))
8+
9+
### Bugs fixed
10+
11+
- Fix initialization [#54](https://github.com/jupyterlab-contrib/jupyterlab-unfold/pull/54) ([@martinRenou](https://github.com/martinRenou))
12+
- Fix issue #52: do not emit if unchanged [#53](https://github.com/jupyterlab-contrib/jupyterlab-unfold/pull/53) ([@michaelchia](https://github.com/michaelchia))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-unfold/graphs/contributors?from=2024-05-28&to=2024-05-31&type=c))
17+
18+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Agithub-actions+updated%3A2024-05-28..2024-05-31&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3AmartinRenou+updated%3A2024-05-28..2024-05-31&type=Issues) | [@michaelchia](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Amichaelchia+updated%3A2024-05-28..2024-05-31&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.3.1
623

724
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/v0.3.0...144376fd7baa97e5daf49ccd5c27ed8f348ade4a))
@@ -25,8 +42,6 @@
2542

2643
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Afcollonval+updated%3A2023-08-24..2024-05-28&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Agithub-actions+updated%3A2023-08-24..2024-05-28&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3AmartinRenou+updated%3A2023-08-24..2024-05-28&type=Issues) | [@michaelchia](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Amichaelchia+updated%3A2023-08-24..2024-05-28&type=Issues) | [@skbitsp](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Askbitsp+updated%3A2023-08-24..2024-05-28&type=Issues)
2744

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3045
## 0.3.0
3146

3247
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/0.2.2...4ba3aad147a7cddfae1fc5c890fca99a72907619))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-unfold",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A vscode-like file browser",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)