File tree Expand file tree Collapse file tree 14 files changed +48
-31
lines changed
jupyter-collaboration-ui/jupyter_collaboration_ui
jupyter-docprovider/jupyter_docprovider
jupyter-server-ydoc/jupyter_server_ydoc Expand file tree Collapse file tree 14 files changed +48
-31
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 4.0.0rc0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.0-beta.0...2f4c44f70f17bab9b4e7611357cddf9220eafba0 ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Bump to jupyterlab v4.4.0 [ #458 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/458 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
14
+ - Bump min required ` jupyter_events ` version to 0.11 [ #453 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/453 ) ([ @krassowski ] ( https://github.com/krassowski ) )
15
+ - Bump jupyter_server [ #444 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/444 ) ([ @brichet ] ( https://github.com/brichet ) )
16
+ - Update github actions to v4 [ #441 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/441 ) ([ @brichet ] ( https://github.com/brichet ) )
17
+
18
+ ### Contributors to this release
19
+
20
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2025-01-28&to=2025-04-04&type=c ) )
21
+
22
+ [ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2025-01-28..2025-04-04&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2025-01-28..2025-04-04&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-01-28..2025-04-04&type=Issues ) | [ @Hyrla ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AHyrla+updated%3A2025-01-28..2025-04-04&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2025-01-28..2025-04-04&type=Issues ) | [ @ykazakov ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aykazakov+updated%3A2025-01-28..2025-04-04&type=Issues )
23
+
24
+ <!-- <END NEW CHANGELOG ENTRY> -->
25
+
7
26
## 4.0.0beta0
8
27
9
28
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.0-alpha.0...bd4b23ac71b346bded151a4628abc6e7d5305de2 ) )
@@ -23,8 +42,6 @@ All notable changes to this project will be documented in this file.
23
42
24
43
[ @andrii-i ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aandrii-i+updated%3A2025-01-07..2025-01-28&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-01-07..2025-01-28&type=Issues ) | [ @Meriem-BenIsmail ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AMeriem-BenIsmail+updated%3A2025-01-07..2025-01-28&type=Issues ) | [ @nzinfo ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Anzinfo+updated%3A2025-01-07..2025-01-28&type=Issues )
25
44
26
- <!-- <END NEW CHANGELOG ENTRY> -->
27
-
28
45
## 4.0.0alpha0
29
46
30
47
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0...2e1419ac48059fd830e74d7f91d48ac13d84daba ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.0.0-beta .0" ,
2
+ "version" : " 4.0.0-rc .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/real-time-collaboration" ,
3
3
"private" : true ,
4
- "version" : " 4.0.0-beta .0" ,
4
+ "version" : " 4.0.0-rc .0" ,
5
5
"description" : " JupyterLab Extension enabling Real-Time Collaboration" ,
6
6
"keywords" : [
7
7
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaboration-extension" ,
3
- "version" : " 4.0.0-beta .0" ,
3
+ "version" : " 4.0.0-rc .0" ,
4
4
"description" : " JupyterLab - Real-Time Collaboration Extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
53
53
"watch:labextension" : " jupyter labextension watch ."
54
54
},
55
55
"dependencies" : {
56
- "@jupyter/collaboration" : " ^4.0.0-beta .0" ,
57
- "@jupyter/collaborative-drive" : " ^4.0.0-beta .0" ,
58
- "@jupyter/docprovider" : " ^4.0.0-beta .0" ,
56
+ "@jupyter/collaboration" : " ^4.0.0-rc .0" ,
57
+ "@jupyter/collaborative-drive" : " ^4.0.0-rc .0" ,
58
+ "@jupyter/docprovider" : " ^4.0.0-rc .0" ,
59
59
"@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
60
60
"@jupyterlab/application" : " ^4.4.0" ,
61
61
"@jupyterlab/apputils" : " ^4.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaboration" ,
3
- "version" : " 4.0.0-beta .0" ,
3
+ "version" : " 4.0.0-rc .0" ,
4
4
"description" : " JupyterLab - Real-Time Collaboration Widgets" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaborative-drive" ,
3
- "version" : " 4.0.0-beta .0" ,
3
+ "version" : " 4.0.0-rc .0" ,
4
4
"description" : " JupyterLab - Collaborative Drive" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/docprovider-extension" ,
3
- "version" : " 4.0.0-beta .0" ,
3
+ "version" : " 4.0.0-rc .0" ,
4
4
"description" : " JupyterLab - Collaborative Shared Models" ,
5
5
"keywords" : [
6
6
" jupyter" ,
53
53
"watch:labextension" : " jupyter labextension watch ."
54
54
},
55
55
"dependencies" : {
56
- "@jupyter/collaborative-drive" : " ^4.0.0-beta .0" ,
57
- "@jupyter/docprovider" : " ^4.0.0-beta .0" ,
56
+ "@jupyter/collaborative-drive" : " ^4.0.0-rc .0" ,
57
+ "@jupyter/docprovider" : " ^4.0.0-rc .0" ,
58
58
"@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
59
59
"@jupyterlab/application" : " ^4.4.0" ,
60
60
"@jupyterlab/apputils" : " ^4.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/docprovider" ,
3
- "version" : " 4.0.0-beta .0" ,
3
+ "version" : " 4.0.0-rc .0" ,
4
4
"description" : " JupyterLab - Document Provider" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
41
41
"watch" : " tsc -b --watch"
42
42
},
43
43
"dependencies" : {
44
- "@jupyter/collaborative-drive" : " ^4.0.0-beta .0" ,
44
+ "@jupyter/collaborative-drive" : " ^4.0.0-rc .0" ,
45
45
"@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
46
46
"@jupyterlab/apputils" : " ^4.4.0" ,
47
47
"@jupyterlab/cells" : " ^4.4.0" ,
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0b0 "
1
+ __version__ = "2.0.0rc0 "
Original file line number Diff line number Diff line change 1
- __version__ = "4.0.0b0 "
1
+ __version__ = "4.0.0rc0 "
You can’t perform that action at this time.
0 commit comments