Skip to content

Commit 560fb51

Browse files
committed
Publish 0.3.1
SHA256 hashes: jupyterlab-ui-profiler-0.3.1.tgz: 9939b3273ad52d71eabd3d89bab752a12a0f1abd2a6e3db8e643f93ee8219587 jupyterlab_ui_profiler-0.3.1-py3-none-any.whl: 7127beb04774bae4c3322bf8baad9c2dfd303eb98322c02084181677e2bce2cb jupyterlab_ui_profiler-0.3.1.tar.gz: b078e6513019f415e277f9b362b6ac9d37baccbf7745006b70f1fb0d2dc734b9
1 parent 79f5bc5 commit 560fb51

2 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 0.3.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.3.0...79f5bc55c8946051ca1599012d526810d066c513))
8+
9+
### Bugs fixed
10+
11+
- Fix setup for tab switching scenario, and invocation of completer [#97](https://github.com/jupyterlab/ui-profiler/pull/97) ([@krassowski](https://github.com/krassowski))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Bump tar from 7.5.9 to 7.5.11 in /ui-tests [#72](https://github.com/jupyterlab/ui-profiler/pull/72) ([@krassowski](https://github.com/krassowski))
16+
- Bump minimatch from 9.0.5 to 9.0.9 in /ui-tests [#70](https://github.com/jupyterlab/ui-profiler/pull/70) ([@krassowski](https://github.com/krassowski))
17+
- Bump tar from 7.5.1 to 7.5.9 in /ui-tests [#68](https://github.com/jupyterlab/ui-profiler/pull/68) ([@krassowski](https://github.com/krassowski))
18+
- Bump systeminformation from 5.27.15 to 5.31.1 in /ui-tests [#67](https://github.com/jupyterlab/ui-profiler/pull/67) ([@krassowski](https://github.com/krassowski))
19+
- Bump lodash from 4.17.21 to 4.17.23 in /ui-tests [#65](https://github.com/jupyterlab/ui-profiler/pull/65) ([@krassowski](https://github.com/krassowski))
20+
21+
### Other merged PRs
22+
23+
- Bump dompurify from 3.3.1 to 3.3.3 in /ui-tests [#74](https://github.com/jupyterlab/ui-profiler/pull/74) ([@krassowski](https://github.com/krassowski))
24+
- Bump picomatch from 2.3.1 to 2.3.2 in /ui-tests [#73](https://github.com/jupyterlab/ui-profiler/pull/73) ([@krassowski](https://github.com/krassowski))
25+
26+
### Contributors to this release
27+
28+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
29+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
30+
31+
([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2025-12-23&to=2026-07-03&type=c))
32+
33+
@krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2025-12-23..2026-07-03&type=Issues))
34+
35+
<!-- <END NEW CHANGELOG ENTRY> -->
36+
537
## 0.3.0
638

739
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.2.2...90f5626c43ea56d2c580bf6e7b8bdcddb87ca3f3))
@@ -30,8 +62,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
3062

3163
@krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-05-01..2025-12-23&type=Issues))
3264

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3565
## 0.2.2
3666

3767
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.2.1...61c99c34b8de4ff8f0ac0da4b1af50e774cd543a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/ui-profiler",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "JupyterLab extension for profiling UI performance",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)