From e6523c1538953dff8b036578617acacae2b09586 Mon Sep 17 00:00:00 2001 From: krassowski Date: Sun, 23 Apr 2023 17:03:12 +0000 Subject: [PATCH] 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 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eecf2d..c52fa81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.2.0 + +([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.8...3c4d2c8f2f80ba5e81c16b1dea2b77d76c209766)) + +### Enhancements made + +- Separate profiler out of the user interface [#46](https://github.com/jupyterlab/ui-profiler/pull/46) ([@krassowski](https://github.com/krassowski)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2023-04-02&to=2023-04-23&type=c)) + +[@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-04-02..2023-04-23&type=Issues) + + + ## 0.1.8 ([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.7...528461f6f554e6656475aa2054c3ec12240f65e5)) @@ -28,8 +44,6 @@ [@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) - - ## 0.1.7 ([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.6...eac70e739f420197f6ae0049d93602ce6ac8a1eb)) diff --git a/package.json b/package.json index fafb610..2f9c917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-profiler", - "version": "0.1.8", + "version": "0.2.0", "description": "JupyterLab extension for profiling UI performance", "keywords": [ "jupyter",