File tree Expand file tree Collapse file tree 14 files changed +55
-32
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 +55
-32
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 3.0.0rc0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.8...c80993047517121d207874f57412fdf2348e6afa ) )
10
+
11
+ ### Enhancements made
12
+
13
+ - Updates warning message on double file open [ #375 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/375 ) ([ @JasonWeill ] ( https://github.com/JasonWeill ) )
14
+ - Update jupyter_ydoc and pycrdt_websocket dependencies [ #367 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/367 ) ([ @brichet ] ( https://github.com/brichet ) )
15
+
16
+ ### Bugs fixed
17
+
18
+ - Fix model format [ #368 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/368 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
19
+
20
+ ### Maintenance and upkeep improvements
21
+
22
+ - Fix bump file [ #343 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/343 ) ([ @brichet ] ( https://github.com/brichet ) )
23
+
24
+ ### Contributors to this release
25
+
26
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-10-11&to=2024-10-18&type=c ) )
27
+
28
+ [ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-10-11..2024-10-18&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-10-11..2024-10-18&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-10-11..2024-10-18&type=Issues ) | [ @JasonWeill ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AJasonWeill+updated%3A2024-10-11..2024-10-18&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-10-11..2024-10-18&type=Issues )
29
+
30
+ <!-- <END NEW CHANGELOG ENTRY> -->
31
+
7
32
## 3.0.0beta8
8
33
9
34
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.6...60e55eab4613135b995c8a96f51fac68784edb29 ) )
@@ -25,8 +50,6 @@ All notable changes to this project will be documented in this file.
25
50
26
51
[ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-09-18..2024-10-11&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-09-18..2024-10-11&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-09-18..2024-10-11&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-09-18..2024-10-11&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-09-18..2024-10-11&type=Issues )
27
52
28
- <!-- <END NEW CHANGELOG ENTRY> -->
29
-
30
53
## 3.0.0beta7
31
54
32
55
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.6...60e55eab4613135b995c8a96f51fac68784edb29 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.0.0-beta.8 " ,
2
+ "version" : " 3.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" : " 3.0.0-beta.8 " ,
4
+ "version" : " 3.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" : " 3.0.0-beta.8 " ,
3
+ "version" : " 3.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" : " ^3.0.0-beta.8 " ,
57
- "@jupyter/collaborative-drive" : " ^3.0.0-beta.8 " ,
58
- "@jupyter/docprovider" : " ^3.0.0-beta.8 " ,
56
+ "@jupyter/collaboration" : " ^3.0.0-rc.0 " ,
57
+ "@jupyter/collaborative-drive" : " ^3.0.0-rc.0 " ,
58
+ "@jupyter/docprovider" : " ^3.0.0-rc.0 " ,
59
59
"@jupyter/ydoc" : " ^2.0.0 || ^3.0.0-a3" ,
60
60
"@jupyterlab/application" : " ^4.2.0" ,
61
61
"@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaboration" ,
3
- "version" : " 3.0.0-beta.8 " ,
3
+ "version" : " 3.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" : " 3.0.0-beta.8 " ,
3
+ "version" : " 3.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" : " 3.0.0-beta.8 " ,
3
+ "version" : " 3.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" : " ^3.0.0-beta.8 " ,
57
- "@jupyter/docprovider" : " ^3.0.0-beta.8 " ,
56
+ "@jupyter/collaborative-drive" : " ^3.0.0-rc.0 " ,
57
+ "@jupyter/docprovider" : " ^3.0.0-rc.0 " ,
58
58
"@jupyter/ydoc" : " ^2.0.0 || ^3.0.0-a3" ,
59
59
"@jupyterlab/application" : " ^4.2.0" ,
60
60
"@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/docprovider" ,
3
- "version" : " 3.0.0-beta.8 " ,
3
+ "version" : " 3.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" : " ^3.0.0-beta.8 " ,
44
+ "@jupyter/collaborative-drive" : " ^3.0.0-rc.0 " ,
45
45
"@jupyter/ydoc" : " ^2.0.0 || ^3.0.0-a3" ,
46
46
"@jupyterlab/apputils" : " ^4.2.0" ,
47
47
"@jupyterlab/cells" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0b8 "
1
+ __version__ = "1.0.0rc0 "
Original file line number Diff line number Diff line change 1
- __version__ = "3.0.0b8 "
1
+ __version__ = "3.0.0rc0 "
You can’t perform that action at this time.
0 commit comments