Skip to content

Commit

Permalink
Publish 0.1.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
krassowski committed Jan 22, 2023
1 parent 7949566 commit 856be39
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## 0.1.6

([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.5...7949566d5055a9a0ed1fdc6f607cecc803a92f3c))

### New features added

- Debugger scenario [#25](https://github.com/jupyterlab/ui-profiler/pull/25) ([@krassowski](https://github.com/krassowski))

### Bugs fixed

- Fix report upload when in a sub-directory [#29](https://github.com/jupyterlab/ui-profiler/pull/29) ([@krassowski](https://github.com/krassowski))

### Maintenance and upkeep improvements

- 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))
- Bump json5 from 1.0.1 to 1.0.2 [#26](https://github.com/jupyterlab/ui-profiler/pull/26) ([@dependabot](https://github.com/dependabot))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2022-12-28&to=2023-01-22&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.5

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

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.4

([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.3...f2b4a4443b5fff366359abc6a293274829e81491))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/ui-profiler",
"version": "0.1.5",
"version": "0.1.6",
"description": "JupyterLab extension for profiling UI performance",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 856be39

Please sign in to comment.