Skip to content

Commit 856be39

Browse files
committed
Publish 0.1.6
SHA256 hashes: jupyterlab-ui-profiler-0.1.6.tgz: 360c8012761b56c506694e92794e4f344d84b9e78fd94b3b379335b434e7f9f5 jupyterlab_ui_profiler-0.1.6-py3-none-any.whl: 5608649a9eb47771cb2eb22c94064f44b6cacfc398982f457e61ee4a1ab6fce9 jupyterlab_ui_profiler-0.1.6.tar.gz: 67236eb1691f969c3df214dae4083ebce9ab53ba32a9216c8602dd1e891b3daf
1 parent 7949566 commit 856be39

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 0.1.6
6+
7+
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.5...7949566d5055a9a0ed1fdc6f607cecc803a92f3c))
8+
9+
### New features added
10+
11+
- Debugger scenario [#25](https://github.com/jupyterlab/ui-profiler/pull/25) ([@krassowski](https://github.com/krassowski))
12+
13+
### Bugs fixed
14+
15+
- Fix report upload when in a sub-directory [#29](https://github.com/jupyterlab/ui-profiler/pull/29) ([@krassowski](https://github.com/krassowski))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Bump json5 from 2.2.1 to 2.2.3 in /ui-tests [#27](https://github.com/jupyterlab/ui-profiler/pull/27) ([@dependabot](https://github.com/dependabot))
20+
- Bump json5 from 1.0.1 to 1.0.2 [#26](https://github.com/jupyterlab/ui-profiler/pull/26) ([@dependabot](https://github.com/dependabot))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2022-12-28&to=2023-01-22&type=c))
25+
26+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Adependabot+updated%3A2022-12-28..2023-01-22&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2022-12-28..2023-01-22&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2022-12-28..2023-01-22&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.1.5
631

732
**Please uninstall the old version before upgrading.** This is necessary because with this release the extension was moved to `@jupyterlab` namespace.
@@ -35,8 +60,6 @@
3560

3661
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2022-12-18..2022-12-28&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2022-12-18..2022-12-28&type=Issues)
3762

38-
<!-- <END NEW CHANGELOG ENTRY> -->
39-
4063
## 0.1.4
4164

4265
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.3...f2b4a4443b5fff366359abc6a293274829e81491))

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

0 commit comments

Comments
 (0)