Skip to content

Commit f0bdc47

Browse files
committed
Publish 7.4.0
SHA256 hashes: jupyter-notebook-application-7.4.0.tgz: 009bd2d8b4c239a88fed470125877b447eeec608b70caf3884489f3bcf0c744f jupyter-notebook-application-extension-7.4.0.tgz: 10edb486db48af9c2ec990ddaa8476f1302dfa9ebab7ce1b954c472679f27e78 jupyter-notebook-console-extension-7.4.0.tgz: a8d2df98230a6dcdea03802fb4007e82585103e51299013809de0e49aea5069a jupyter-notebook-docmanager-extension-7.4.0.tgz: 387d3d31b531ec40f966a0c9f80b593157fea8383583d856034a9ebecaecdae5 jupyter-notebook-documentsearch-extension-7.4.0.tgz: 50de0db91198470e2a36bf8fcf1cea8961a4503b63cf2d4df4284698a854b439 jupyter-notebook-help-extension-7.4.0.tgz: 5dfc9f9581986f7fe3ab1a8423774b3cf7f034bc49102eaf44d41d81db0188b8 jupyter-notebook-lab-extension-7.4.0.tgz: 6b48c63f345871461936a03652e8424d994ff841e3862cef2b76638d33351a22 jupyter-notebook-notebook-extension-7.4.0.tgz: 9bbffc8608a1c6a0691dfa2178847b104a0f8491a6e809006928d35411faa255 jupyter-notebook-terminal-extension-7.4.0.tgz: 0cb8d030bd4ab651f8658820bb38ba66e6a4862eae035832b322626a0b307f1e jupyter-notebook-tree-7.4.0.tgz: 1809f8e1c67a78030751fc06a842b3fcbaf97d47ee5fef1bf3b691e545e4e0f1 jupyter-notebook-tree-extension-7.4.0.tgz: a42ba28a6bc61b4481ff4dc208222febbaacdc422a069a8c4b3181c4055015e2 jupyter-notebook-ui-components-7.4.0.tgz: e313fbdc4d80f7824aefa2c25c87e21bbfe774c8fa502ad816be3ea6a60770df notebook-7.4.0-py3-none-any.whl: 005fd21f4db6093a7b739b17df5fe60597811adb07e8255f458db4035d208e3a notebook-7.4.0.tar.gz: 581d88f83709d90ce738dfd1d759892b96e3cbbc9c4a989912ed6c6a08f0d3e8
1 parent fbfe365 commit f0bdc47

File tree

18 files changed

+165
-111
lines changed

18 files changed

+165
-111
lines changed

Diff for: CHANGELOG.md

+56-2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,62 @@ or via the JSON Settings Editor in the Application Context Menu.
6969

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

72+
## 7.4.0
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.2...fbfe36574e04b16ed7ba9303c5e819330f402f87))
75+
76+
### Highlights ✨
77+
78+
To learn more about the highlights of the 7.4.0 release: https://jupyter-notebook.readthedocs.io/en/latest/changelog.html
79+
80+
### Enhancements made
81+
82+
- Update to JupyterLab v4.4.0rc1 [#7622](https://github.com/jupyter/notebook/pull/7622) ([@jtpio](https://github.com/jtpio))
83+
- Add support for a `down` area [#7619](https://github.com/jupyter/notebook/pull/7619) ([@jtpio](https://github.com/jtpio))
84+
- Update to JupyterLab v4.4.0rc0 [#7618](https://github.com/jupyter/notebook/pull/7618) ([@jtpio](https://github.com/jtpio))
85+
- Support `ServiceManagerPlugin` [#7616](https://github.com/jupyter/notebook/pull/7616) ([@jtpio](https://github.com/jtpio))
86+
- Update to JupyterLab `v4.4.0b1` [#7607](https://github.com/jupyter/notebook/pull/7607) ([@jtpio](https://github.com/jtpio))
87+
- Update to JupyterLab v4.4.0b0 [#7591](https://github.com/jupyter/notebook/pull/7591) ([@jtpio](https://github.com/jtpio))
88+
- Update to JupyterLab v4.4.0a3 [#7577](https://github.com/jupyter/notebook/pull/7577) ([@jtpio](https://github.com/jtpio))
89+
- Add active cell border padding, remove double cell padding [#7570](https://github.com/jupyter/notebook/pull/7570) ([@andrii-i](https://github.com/andrii-i))
90+
91+
### Bugs fixed
92+
93+
- Fix undefined error when checkpoints is empty [#7567](https://github.com/jupyter/notebook/pull/7567) ([@jdavid](https://github.com/jdavid))
94+
95+
### Maintenance and upkeep improvements
96+
97+
- Bump the actions group with 2 updates [#7626](https://github.com/jupyter/notebook/pull/7626) ([@dependabot](https://github.com/dependabot))
98+
- Update to JupyterLab v4.4.0b2 [#7614](https://github.com/jupyter/notebook/pull/7614) ([@jtpio](https://github.com/jtpio))
99+
- Add pixi step to the update workflow [#7608](https://github.com/jupyter/notebook/pull/7608) ([@jtpio](https://github.com/jtpio))
100+
- Update `@babel` dependencies [#7605](https://github.com/jupyter/notebook/pull/7605) ([@jtpio](https://github.com/jtpio))
101+
- Add devcontainer support, backed by pixi [#7602](https://github.com/jupyter/notebook/pull/7602) ([@jtpio](https://github.com/jtpio))
102+
- Manual dependabot bumps [#7599](https://github.com/jupyter/notebook/pull/7599) ([@jtpio](https://github.com/jtpio))
103+
- Bump vega-selections from 5.4.1 to 5.5.0 in /ui-tests [#7592](https://github.com/jupyter/notebook/pull/7592) ([@dependabot](https://github.com/dependabot))
104+
- Improve handling of optional notebook tracker [#7581](https://github.com/jupyter/notebook/pull/7581) ([@jtpio](https://github.com/jtpio))
105+
- Fix upgrade script [#7579](https://github.com/jupyter/notebook/pull/7579) ([@jtpio](https://github.com/jtpio))
106+
- Allow owners/members/collab to trigger galata update on other's PR [#7572](https://github.com/jupyter/notebook/pull/7572) ([@krassowski](https://github.com/krassowski))
107+
- Update `typescript` and `lerna` [#7562](https://github.com/jupyter/notebook/pull/7562) ([@jtpio](https://github.com/jtpio))
108+
- Update pre-commit hooks [#7561](https://github.com/jupyter/notebook/pull/7561) ([@jtpio](https://github.com/jtpio))
109+
- Update to JupyterLab v4.4.0a2 [#7559](https://github.com/jupyter/notebook/pull/7559) ([@jtpio](https://github.com/jtpio))
110+
- Bump the actions group across 1 directory with 2 updates [#7558](https://github.com/jupyter/notebook/pull/7558) ([@dependabot](https://github.com/dependabot))
111+
- Improve update script [#7556](https://github.com/jupyter/notebook/pull/7556) ([@jtpio](https://github.com/jtpio))
112+
- Disable cron scheduling for now [#7555](https://github.com/jupyter/notebook/pull/7555) ([@jtpio](https://github.com/jtpio))
113+
- Update to JupyterLab v4.4.0a1 [#7554](https://github.com/jupyter/notebook/pull/7554) ([@jtpio](https://github.com/jtpio))
114+
- Update workflow improvements [#7552](https://github.com/jupyter/notebook/pull/7552) ([@jtpio](https://github.com/jtpio))
115+
116+
### Documentation improvements
117+
118+
- User facing changelog for 7.4 [#7612](https://github.com/jupyter/notebook/pull/7612) ([@jtpio](https://github.com/jtpio))
119+
120+
### Contributors to this release
121+
122+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-12-21&to=2025-04-09&type=c))
123+
124+
[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2024-12-21..2025-04-09&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-12-21..2025-04-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-12-21..2025-04-09&type=Issues) | [@jdavid](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajdavid+updated%3A2024-12-21..2025-04-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-12-21..2025-04-09&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-12-21..2025-04-09&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-12-21..2025-04-09&type=Issues)
125+
126+
<!-- <END NEW CHANGELOG ENTRY> -->
127+
72128
## 7.4.0rc0
73129

74130
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.3...7fa19999c9e01d713a684e0f25d8017dbc999528))
@@ -84,8 +140,6 @@ or via the JSON Settings Editor in the Application Context Menu.
84140

85141
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-03-26..2025-04-03&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-03-26..2025-04-03&type=Issues)
86142

87-
<!-- <END NEW CHANGELOG ENTRY> -->
88-
89143
## 7.4.0b3
90144

91145
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.2...434221c0fe3de3df3b4b54ed1005712e07957352))

Diff for: app/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.0",
1414
"@codemirror/view": "~6.36.1",
15-
"@jupyter-notebook/application": "~7.4.0-rc.0",
16-
"@jupyter-notebook/application-extension": "~7.4.0-rc.0",
17-
"@jupyter-notebook/console-extension": "~7.4.0-rc.0",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.0-rc.0",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.0-rc.0",
20-
"@jupyter-notebook/help-extension": "~7.4.0-rc.0",
21-
"@jupyter-notebook/notebook-extension": "~7.4.0-rc.0",
22-
"@jupyter-notebook/terminal-extension": "~7.4.0-rc.0",
23-
"@jupyter-notebook/tree": "~7.4.0-rc.0",
24-
"@jupyter-notebook/tree-extension": "~7.4.0-rc.0",
25-
"@jupyter-notebook/ui-components": "~7.4.0-rc.0",
15+
"@jupyter-notebook/application": "~7.4.0",
16+
"@jupyter-notebook/application-extension": "~7.4.0",
17+
"@jupyter-notebook/console-extension": "~7.4.0",
18+
"@jupyter-notebook/docmanager-extension": "~7.4.0",
19+
"@jupyter-notebook/documentsearch-extension": "~7.4.0",
20+
"@jupyter-notebook/help-extension": "~7.4.0",
21+
"@jupyter-notebook/notebook-extension": "~7.4.0",
22+
"@jupyter-notebook/terminal-extension": "~7.4.0",
23+
"@jupyter-notebook/tree": "~7.4.0",
24+
"@jupyter-notebook/tree-extension": "~7.4.0",
25+
"@jupyter-notebook/ui-components": "~7.4.0",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.0.0",
@@ -125,17 +125,17 @@
125125
"yjs": "~13.6.8"
126126
},
127127
"dependencies": {
128-
"@jupyter-notebook/application": "^7.4.0-rc.0",
129-
"@jupyter-notebook/application-extension": "^7.4.0-rc.0",
130-
"@jupyter-notebook/console-extension": "^7.4.0-rc.0",
131-
"@jupyter-notebook/docmanager-extension": "^7.4.0-rc.0",
132-
"@jupyter-notebook/documentsearch-extension": "^7.4.0-rc.0",
133-
"@jupyter-notebook/help-extension": "^7.4.0-rc.0",
134-
"@jupyter-notebook/notebook-extension": "^7.4.0-rc.0",
135-
"@jupyter-notebook/terminal-extension": "^7.4.0-rc.0",
136-
"@jupyter-notebook/tree": "^7.4.0-rc.0",
137-
"@jupyter-notebook/tree-extension": "^7.4.0-rc.0",
138-
"@jupyter-notebook/ui-components": "^7.4.0-rc.0",
128+
"@jupyter-notebook/application": "^7.4.0",
129+
"@jupyter-notebook/application-extension": "^7.4.0",
130+
"@jupyter-notebook/console-extension": "^7.4.0",
131+
"@jupyter-notebook/docmanager-extension": "^7.4.0",
132+
"@jupyter-notebook/documentsearch-extension": "^7.4.0",
133+
"@jupyter-notebook/help-extension": "^7.4.0",
134+
"@jupyter-notebook/notebook-extension": "^7.4.0",
135+
"@jupyter-notebook/terminal-extension": "^7.4.0",
136+
"@jupyter-notebook/tree": "^7.4.0",
137+
"@jupyter-notebook/tree-extension": "^7.4.0",
138+
"@jupyter-notebook/ui-components": "^7.4.0",
139139
"@jupyterlab/application-extension": "~4.4.0",
140140
"@jupyterlab/apputils-extension": "~4.4.0",
141141
"@jupyterlab/attachments": "~4.4.0",

Diff for: buildutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

Diff for: notebook/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import namedtuple
77

88
# Use "hatch version xx.yy.zz" to handle version changes
9-
__version__ = "7.4.0rc0"
9+
__version__ = "7.4.0"
1010

1111
# PEP440 version parser
1212
_version_regex = re.compile(

Diff for: packages/_metapackage/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",
@@ -20,18 +20,18 @@
2020
"watch": "tsc -b -w --preserveWatchOutput"
2121
},
2222
"dependencies": {
23-
"@jupyter-notebook/application": "^7.4.0-rc.0",
24-
"@jupyter-notebook/application-extension": "^7.4.0-rc.0",
25-
"@jupyter-notebook/console-extension": "^7.4.0-rc.0",
26-
"@jupyter-notebook/docmanager-extension": "^7.4.0-rc.0",
27-
"@jupyter-notebook/documentsearch-extension": "^7.4.0-rc.0",
28-
"@jupyter-notebook/help-extension": "^7.4.0-rc.0",
29-
"@jupyter-notebook/lab-extension": "^7.4.0-rc.0",
30-
"@jupyter-notebook/notebook-extension": "^7.4.0-rc.0",
31-
"@jupyter-notebook/terminal-extension": "^7.4.0-rc.0",
32-
"@jupyter-notebook/tree": "^7.4.0-rc.0",
33-
"@jupyter-notebook/tree-extension": "^7.4.0-rc.0",
34-
"@jupyter-notebook/ui-components": "^7.4.0-rc.0"
23+
"@jupyter-notebook/application": "^7.4.0",
24+
"@jupyter-notebook/application-extension": "^7.4.0",
25+
"@jupyter-notebook/console-extension": "^7.4.0",
26+
"@jupyter-notebook/docmanager-extension": "^7.4.0",
27+
"@jupyter-notebook/documentsearch-extension": "^7.4.0",
28+
"@jupyter-notebook/help-extension": "^7.4.0",
29+
"@jupyter-notebook/lab-extension": "^7.4.0",
30+
"@jupyter-notebook/notebook-extension": "^7.4.0",
31+
"@jupyter-notebook/terminal-extension": "^7.4.0",
32+
"@jupyter-notebook/tree": "^7.4.0",
33+
"@jupyter-notebook/tree-extension": "^7.4.0",
34+
"@jupyter-notebook/ui-components": "^7.4.0"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.5.4"

Diff for: packages/application-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,8 +38,8 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.4.0-rc.0",
42-
"@jupyter-notebook/ui-components": "^7.4.0-rc.0",
41+
"@jupyter-notebook/application": "^7.4.0",
42+
"@jupyter-notebook/ui-components": "^7.4.0",
4343
"@jupyterlab/application": "~4.4.0",
4444
"@jupyterlab/apputils": "~4.5.0",
4545
"@jupyterlab/codeeditor": "~4.4.0",

Diff for: packages/application/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

Diff for: packages/console-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.4.0-rc.0",
41+
"@jupyter-notebook/application": "^7.4.0",
4242
"@jupyterlab/application": "~4.4.0",
4343
"@jupyterlab/console": "~4.4.0",
4444
"@jupyterlab/coreutils": "~6.4.0",

Diff for: packages/docmanager-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.4.0-rc.0",
41+
"@jupyter-notebook/application": "^7.4.0",
4242
"@jupyterlab/application": "~4.4.0",
4343
"@jupyterlab/coreutils": "~6.4.0",
4444
"@jupyterlab/docmanager": "~4.4.0",

Diff for: packages/documentsearch-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.4.0-rc.0",
41+
"@jupyter-notebook/application": "^7.4.0",
4242
"@jupyterlab/application": "~4.4.0",
4343
"@jupyterlab/documentsearch": "~4.4.0",
4444
"@lumino/widgets": "^2.5.0"

Diff for: packages/help-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Help Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/ui-components": "^7.4.0-rc.0",
41+
"@jupyter-notebook/ui-components": "^7.4.0",
4242
"@jupyterlab/application": "~4.4.0",
4343
"@jupyterlab/apputils": "~4.5.0",
4444
"@jupyterlab/mainmenu": "~4.4.0",

Diff for: packages/lab-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Lab Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyter-notebook/application": "^7.4.0-rc.0",
46+
"@jupyter-notebook/application": "^7.4.0",
4747
"@jupyterlab/application": "~4.4.0",
4848
"@jupyterlab/apputils": "~4.5.0",
4949
"@jupyterlab/coreutils": "~6.4.0",

Diff for: packages/notebook-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Notebook Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.4.0-rc.0",
41+
"@jupyter-notebook/application": "^7.4.0",
4242
"@jupyterlab/application": "~4.4.0",
4343
"@jupyterlab/apputils": "~4.5.0",
4444
"@jupyterlab/cells": "~4.4.0",

Diff for: packages/terminal-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.4.0-rc.0",
41+
"@jupyter-notebook/application": "^7.4.0",
4242
"@jupyterlab/application": "~4.4.0",
4343
"@jupyterlab/coreutils": "~6.4.0",
4444
"@jupyterlab/terminal": "~4.4.0",

Diff for: packages/tree-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Tree Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,8 +38,8 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.4.0-rc.0",
42-
"@jupyter-notebook/tree": "^7.4.0-rc.0",
41+
"@jupyter-notebook/application": "^7.4.0",
42+
"@jupyter-notebook/tree": "^7.4.0",
4343
"@jupyterlab/application": "~4.4.0",
4444
"@jupyterlab/apputils": "~4.5.0",
4545
"@jupyterlab/coreutils": "~6.4.0",

Diff for: packages/tree/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - Tree",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.4.0-rc.0",
41+
"@jupyter-notebook/application": "^7.4.0",
4242
"@jupyterlab/application": "~4.4.0",
4343
"@jupyterlab/apputils": "~4.5.0",
4444
"@jupyterlab/coreutils": "~6.4.0",

Diff for: packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.4.0-rc.0",
3+
"version": "7.4.0",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)