Skip to content

Commit

Permalink
Publish 0.1.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
krassowski committed Apr 2, 2023
1 parent 528461f commit 5821702
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## 0.1.8

([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.7...528461f6f554e6656475aa2054c3ec12240f65e5))

### Bugs fixed

- Use `_version.py` auto-generated by Hatchling [#44](https://github.com/jupyterlab/ui-profiler/pull/44) ([@krassowski](https://github.com/krassowski))
- Ensure the results directory is created before saving results [#43](https://github.com/jupyterlab/ui-profiler/pull/43) ([@krassowski](https://github.com/krassowski))
- Fix token identifier [#40](https://github.com/jupyterlab/ui-profiler/pull/40) ([@krassowski](https://github.com/krassowski))

### Maintenance and upkeep improvements

- 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))
- Synchronise `pyproject.toml` with latest cookiecutter [#39](https://github.com/jupyterlab/ui-profiler/pull/39) ([@krassowski](https://github.com/krassowski))
- Bump webpack from 5.75.0 to 5.76.1 [#37](https://github.com/jupyterlab/ui-profiler/pull/37) ([@dependabot](https://github.com/dependabot))

### Documentation improvements

- Fixed README.md User Guide link [#42](https://github.com/jupyterlab/ui-profiler/pull/42) ([@CommanderPho](https://github.com/CommanderPho))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2023-02-11&to=2023-04-02&type=c))

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

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

## 0.1.7

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

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

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

## 0.1.6

([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.5...7949566d5055a9a0ed1fdc6f607cecc803a92f3c))
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.7",
"version": "0.1.8",
"description": "JupyterLab extension for profiling UI performance",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 5821702

Please sign in to comment.