Skip to content

Commit e6523c1

Browse files
committed
Publish 0.2.0
SHA256 hashes: jupyterlab-ui-profiler-0.2.0.tgz: 2b189203f7ee767616bc1148f2cf2ce1d93d8e04c9029b4212b3b43f56798edc jupyterlab_ui_profiler-0.2.0-py3-none-any.whl: f98c98c2718a7a95e3350cfcb3946c69cdf2f87e81b7b1aa434645b53f809a88 jupyterlab_ui_profiler-0.2.0.tar.gz: 51ada61ef03b864f05344c1990b6a1dde0e95c688054b9229afe8fd82c3efa57
1 parent 3c4d2c8 commit e6523c1

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.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.8...3c4d2c8f2f80ba5e81c16b1dea2b77d76c209766))
8+
9+
### Enhancements made
10+
11+
- Separate profiler out of the user interface [#46](https://github.com/jupyterlab/ui-profiler/pull/46) ([@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-02&to=2023-04-23&type=c))
16+
17+
[@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-04-02..2023-04-23&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.1.8
622

723
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.7...528461f6f554e6656475aa2054c3ec12240f65e5))
@@ -28,8 +44,6 @@
2844

2945
[@CommanderPho](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3ACommanderPho+updated%3A2023-02-11..2023-04-02&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Adependabot+updated%3A2023-02-11..2023-04-02&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2023-02-11..2023-04-02&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-02-11..2023-04-02&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Awelcome+updated%3A2023-02-11..2023-04-02&type=Issues)
3046

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3347
## 0.1.7
3448

3549
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.6...eac70e739f420197f6ae0049d93602ce6ac8a1eb))

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

0 commit comments

Comments
 (0)