Skip to content

Commit dd0191a

Browse files
committed
Publish 0.3.3
SHA256 hashes: jupyterlab-unfold-0.3.3.tgz: d5c277aaad5e192278f63b89837cd93a2f221fe9f18600da817389cf52308551 jupyterlab_unfold-0.3.3-py3-none-any.whl: 41ff23b9c36c94b986c2323e6f6509100b31f75732184fbd663d520190a5401c jupyterlab_unfold-0.3.3.tar.gz: 4573debbb07b77fcb17a2663025fa02a3d7b0f19965b27c2d73c36fcbe969147
1 parent b3eefd2 commit dd0191a

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

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

5+
## 0.3.3
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/v0.3.2...b3eefd2fd60a6973f6d6601821c744e33ba96ca2))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Updated integration tests workflow [#55](https://github.com/jupyterlab-contrib/jupyterlab-unfold/pull/55) ([@krassowski](https://github.com/krassowski))
12+
13+
### Other merged PRs
14+
15+
- Update base.css. fix filename trunc #59 [#60](https://github.com/jupyterlab-contrib/jupyterlab-unfold/pull/60) ([@potoo0](https://github.com/potoo0))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-unfold/graphs/contributors?from=2024-05-31&to=2025-01-23&type=c))
20+
21+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Agithub-actions+updated%3A2024-05-31..2025-01-23&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Akrassowski+updated%3A2024-05-31..2025-01-23&type=Issues) | [@potoo0](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Apotoo0+updated%3A2024-05-31..2025-01-23&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.3.2
626

727
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/v0.3.1...f8bcc5481cdf0e709604db646c2fcf533f02a9af))
@@ -17,8 +37,6 @@
1737

1838
[@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)
1939

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2240
## 0.3.1
2341

2442
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/v0.3.0...144376fd7baa97e5daf49ccd5c27ed8f348ade4a))

package.json

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

0 commit comments

Comments
 (0)