From 62fbae17ed9468a063873f9d20f73c5b5a309e3e Mon Sep 17 00:00:00 2001 From: krassowski Date: Sun, 30 Apr 2023 22:35:34 +0000 Subject: [PATCH] Publish 0.2.1 SHA256 hashes: jupyterlab-ui-profiler-0.2.1.tgz: 4c97eeff2d711c5815bf84afe3e1fb3e89b8887a46c3be9e90fdeb3a5d1c2473 jupyterlab_ui_profiler-0.2.1-py3-none-any.whl: 8d2a610be8cee8b326e7689228965ad1086fe0aa43d177d77a41403d52996ab9 jupyterlab_ui_profiler-0.2.1.tar.gz: a1a5b2609a1880e295540b73fadf46f8ef464dae085ce5f626860060e625a9ce --- CHANGELOG.md | 22 ++++++++++++++++++++-- package.json | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52fa81..454b835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 0.2.1 + +([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.2.0...308598c8f2f2c344fee6d9ccffd1c379f8b8ecbc)) + +### Enhancements made + +- Expose option types for more convenient use downstream [#49](https://github.com/jupyterlab/ui-profiler/pull/49) ([@krassowski](https://github.com/krassowski)) + +### Bugs fixed + +- Allow to open editor in the same area to support small screens [#48](https://github.com/jupyterlab/ui-profiler/pull/48) ([@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-23&to=2023-04-30&type=c)) + +[@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) + + + ## 0.2.0 ([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.8...3c4d2c8f2f80ba5e81c16b1dea2b77d76c209766)) @@ -16,8 +36,6 @@ [@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)) diff --git a/package.json b/package.json index 2f9c917..698bc19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-profiler", - "version": "0.2.0", + "version": "0.2.1", "description": "JupyterLab extension for profiling UI performance", "keywords": [ "jupyter",