Skip to content

Commit 7544e74

Browse files
committed
Publish 0.2.2
SHA256 hashes: jupyterlab-ui-profiler-0.2.2.tgz: 382c2ca41c55651cf9b58f6d93a93f544afa4757651b4b3cb0f70d9b194939c6 jupyterlab_ui_profiler-0.2.2-py3-none-any.whl: 568af45f533eed532b994a213d4c3b69f9253a1ca17ad364bc60a5c1a505db34 jupyterlab_ui_profiler-0.2.2.tar.gz: 3cccc879269fb715dfaf4e1d0dcffbf825fc2c4a172cbaf89b49076b66cb4cdf
1 parent 61c99c3 commit 7544e74

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 0.2.2
6+
7+
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.2.1...61c99c34b8de4ff8f0ac0da4b1af50e774cd543a))
8+
9+
### Enhancements made
10+
11+
- Allow to filter sheet and rule benchmarks to only include some rules [#50](https://github.com/jupyterlab/ui-profiler/pull/50) ([@krassowski](https://github.com/krassowski))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2023-04-30&to=2023-05-01&type=c))
16+
17+
[@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-04-30..2023-05-01&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.2.1
622

723
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.2.0...308598c8f2f2c344fee6d9ccffd1c379f8b8ecbc))
@@ -20,8 +36,6 @@
2036

2137
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2023-04-23..2023-04-30&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-04-23..2023-04-30&type=Issues)
2238

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2539
## 0.2.0
2640

2741
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.8...3c4d2c8f2f80ba5e81c16b1dea2b77d76c209766))

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.2.1",
3+
"version": "0.2.2",
44
"description": "JupyterLab extension for profiling UI performance",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)