Skip to content

Commit 5821702

Browse files
committed
Publish 0.1.8
SHA256 hashes: jupyterlab-ui-profiler-0.1.8.tgz: 2f439d1d930ed461e7641388d9970a32213c4db99df08d2d20770639c135a897 jupyterlab_ui_profiler-0.1.8-py3-none-any.whl: 3875930811f556f9da9fb2995e86fdd3c6f9908c218c3f3e31f800c85f9cf04e jupyterlab_ui_profiler-0.1.8.tar.gz: a05fb218d09d59e4e5bc8b8401f6aaff0c0c9a71686680dc8793a2d66a908519
1 parent 528461f commit 5821702

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 0.1.8
6+
7+
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.7...528461f6f554e6656475aa2054c3ec12240f65e5))
8+
9+
### Bugs fixed
10+
11+
- Use `_version.py` auto-generated by Hatchling [#44](https://github.com/jupyterlab/ui-profiler/pull/44) ([@krassowski](https://github.com/krassowski))
12+
- Ensure the results directory is created before saving results [#43](https://github.com/jupyterlab/ui-profiler/pull/43) ([@krassowski](https://github.com/krassowski))
13+
- Fix token identifier [#40](https://github.com/jupyterlab/ui-profiler/pull/40) ([@krassowski](https://github.com/krassowski))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Bump vega from 5.22.1 to 5.24.0 in /ui-tests [#41](https://github.com/jupyterlab/ui-profiler/pull/41) ([@dependabot](https://github.com/dependabot))
18+
- Synchronise `pyproject.toml` with latest cookiecutter [#39](https://github.com/jupyterlab/ui-profiler/pull/39) ([@krassowski](https://github.com/krassowski))
19+
- Bump webpack from 5.75.0 to 5.76.1 [#37](https://github.com/jupyterlab/ui-profiler/pull/37) ([@dependabot](https://github.com/dependabot))
20+
21+
### Documentation improvements
22+
23+
- Fixed README.md User Guide link [#42](https://github.com/jupyterlab/ui-profiler/pull/42) ([@CommanderPho](https://github.com/CommanderPho))
24+
25+
### Contributors to this release
26+
27+
([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2023-02-11&to=2023-04-02&type=c))
28+
29+
[@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)
30+
31+
<!-- <END NEW CHANGELOG ENTRY> -->
32+
533
## 0.1.7
634

735
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.6...eac70e739f420197f6ae0049d93602ce6ac8a1eb))
@@ -20,8 +48,6 @@
2048

2149
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2023-01-22..2023-02-11&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-01-22..2023-02-11&type=Issues)
2250

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2551
## 0.1.6
2652

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

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

0 commit comments

Comments
 (0)