Skip to content

Commit ee242fd

Browse files
committed
Publish 0.3.2
SHA256 hashes: jupyterlab-cell-input-footer-0.3.2.tgz: 7bd32be7aca22a00367d716530c28cb6a1f31430692c42a70d453d1276961510 jupyterlab-cell-input-footer-extension-0.3.2.tgz: 8cbc3424d2b56d48c456fe050c9bac1a39f17337c137c9998980c93fdc485190 jupyterlab_cell_input_footer-0.3.2-py3-none-any.whl: 2a45fb0942023f402cbb1c2ec0669ca4fbca8d51a1b8cb269d2322d3eaf96201 jupyterlab_cell_input_footer-0.3.2.tar.gz: 667a5f9a9ff5875fa042ab0b7c52c4503e47f8c2bed6ea3ee33ea65672f7e4df
1 parent e94c692 commit ee242fd

File tree

6 files changed

+29
-9
lines changed

6 files changed

+29
-9
lines changed

CHANGELOG.md

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

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

5+
## 0.3.2
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/compare/jupyterlab-cell-input-footer-extension@0.3.1...e94c69252004bfd1b1b2c0f701f6bbc351cb6062))
8+
9+
### Bugs fixed
10+
11+
- Fix footer alignment on mobile view [#12](https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/pull/12) ([@jtpio](https://github.com/jtpio))
12+
- Fix finding cell in other notebooks [#11](https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/pull/11) ([@jtpio](https://github.com/jtpio))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Remove `jupyterlab-eventlistener` dependency [#9](https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/pull/9) ([@jtpio](https://github.com/jtpio))
17+
- Update links to point to the `jupyter-ai-contrib` org [#8](https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/pull/8) ([@jtpio](https://github.com/jtpio))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/graphs/contributors?from=2025-01-08&to=2025-09-16&type=c))
22+
23+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-cell-input-footer+involves%3Ajtpio+updated%3A2025-01-08..2025-09-16&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.3.1
628

729
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/compare/jupyterlab-cell-input-footer-extension@0.3.0...af5574f4d0ffc43091ac1ae28d766cf43992b003))
@@ -16,8 +38,6 @@
1638

1739
[@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-input-footer+involves%3AZsailer+updated%3A2025-01-03..2025-01-08&type=Issues)
1840

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2141
## 0.3.0
2242

2343
No merged PRs

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.1",
2+
"version": "0.3.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jupyterlab-cell-input-footer-bundle",
33
"private": true,
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "A JupyterLab Plugin that adds a footer to cell inputs.",
66
"keywords": [
77
"jupyter",

packages/cell-input-footer-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-cell-input-footer-extension",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "JupyterLab extension to add a footer to cell inputs",
55
"keywords": [
66
"jupyter",
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@jupyterlab/application": "^4.0.0",
6060
"@jupyterlab/services": "^7.0.0",
61-
"jupyterlab-cell-input-footer": "^0.3.1"
61+
"jupyterlab-cell-input-footer": "^0.3.2"
6262
},
6363
"devDependencies": {
6464
"@jupyterlab/builder": "^4.0.5",

packages/cell-input-footer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-cell-input-footer",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Cell Footer API for JupyterLab.",
55
"keywords": [
66
"jupyter",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9276,14 +9276,14 @@ __metadata:
92769276
"@jupyterlab/builder": ^4.0.5
92779277
"@jupyterlab/services": ^7.0.0
92789278
"@types/react": ~18.3.1
9279-
jupyterlab-cell-input-footer: ^0.3.1
9279+
jupyterlab-cell-input-footer: ^0.3.2
92809280
npm-run-all: ^4.1.5
92819281
rimraf: ^4.1.2
92829282
typescript: ~5.0.4
92839283
languageName: unknown
92849284
linkType: soft
92859285

9286-
"jupyterlab-cell-input-footer@^0.3.1, jupyterlab-cell-input-footer@workspace:packages/cell-input-footer":
9286+
"jupyterlab-cell-input-footer@^0.3.2, jupyterlab-cell-input-footer@workspace:packages/cell-input-footer":
92879287
version: 0.0.0-use.local
92889288
resolution: "jupyterlab-cell-input-footer@workspace:packages/cell-input-footer"
92899289
dependencies:

0 commit comments

Comments
 (0)