Skip to content

Commit 53eebda

Browse files
committed
Publish 3.2.3
SHA256 hashes: lckr-jupyterlab_variableinspector-3.2.3.tgz: 037026f722b4dbb9566ca3a0df78251bf5651655bd761b20e1e2f8a45b502606 lckr_jupyterlab_variableinspector-3.2.3-py3-none-any.whl: e23be9b510c8b9dbd26e9f6793374a595415baceeff6e89d076d6816510bbf24 lckr_jupyterlab_variableinspector-3.2.3.tar.gz: 117aed34d55728ca78927c6f1ebb1ae8980f24ccf8d8012f997d402502b12fd9
1 parent 3f3853d commit 53eebda

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## 3.2.3
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.2...3f3853d9ba99eb2f3c2e9d6e045a708ebddc9353))
8+
9+
### Enhancements made
10+
11+
- Some more performance improvements [#313](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/313) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Bump webpack from 5.89.0 to 5.94.0 [#316](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/316) ([@dependabot](https://github.com/dependabot))
16+
- Bump micromatch from 4.0.5 to 4.0.8 [#315](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/315) ([@dependabot](https://github.com/dependabot))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/graphs/contributors?from=2024-08-30&to=2024-09-03&type=c))
21+
22+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Adependabot+updated%3A2024-08-30..2024-09-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Agithub-actions+updated%3A2024-08-30..2024-09-03&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3AmartinRenou+updated%3A2024-08-30..2024-09-03&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 3.2.2
627

728
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.1...aecd6baa8ac0af81bb21a221c6b156ab84e161ae))
@@ -28,8 +49,6 @@
2849

2950
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Adependabot+updated%3A2024-01-23..2024-08-30&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Afcollonval+updated%3A2024-01-23..2024-08-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Agithub-actions+updated%3A2024-01-23..2024-08-30&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Akrassowski+updated%3A2024-01-23..2024-08-30&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3AmartinRenou+updated%3A2024-01-23..2024-08-30&type=Issues)
3051

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3352
## 3.2.1
3453

3554
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.0...e200a2bf9bdb0cdd9a12dd7885cab532a1dacef3))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lckr/jupyterlab_variableinspector",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Variable inspector extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)