File tree Expand file tree Collapse file tree 12 files changed +44
-22
lines changed
jupyter-collaboration-ui/jupyter_collaboration_ui
jupyter-collaboration/jupyter_collaboration
jupyter-docprovider/jupyter_docprovider
jupyter-server-ydoc/jupyter_server_ydoc Expand file tree Collapse file tree 12 files changed +44
-22
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ 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.0alpha2
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.1...5b166c49d76ed5a009ae7f5dc8c4bf9a881913b0 ) )
10
+
11
+ ### Enhancements made
12
+
13
+ - Start ystore in a task [ #303 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/303 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
14
+
15
+ ### Bugs fixed
16
+
17
+ - Fix writing settings in page_config [ #304 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/304 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
18
+
19
+ ### Maintenance and upkeep improvements
20
+
21
+ - Update JupyterLab 4.2.0 and fix test start store [ #305 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/305 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
22
+
23
+ ### Contributors to this release
24
+
25
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-05-01&to=2024-05-08&type=c ) )
26
+
27
+ [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-05-01..2024-05-08&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-05-01..2024-05-08&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-01..2024-05-08&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-05-01..2024-05-08&type=Issues )
28
+
29
+ <!-- <END NEW CHANGELOG ENTRY> -->
30
+
7
31
## 3.0.0alpha1
8
32
9
33
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.0...6753b2aaab7ce0beac29da9978d8350d1eeaaff4 ) )
@@ -27,8 +51,6 @@ All notable changes to this project will be documented in this file.
27
51
28
52
[ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-04-16..2024-04-30&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-04-16..2024-04-30&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-04-16..2024-04-30&type=Issues ) | [ @jzhang20133 ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-04-16..2024-04-30&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-04-16..2024-04-30&type=Issues )
29
53
30
- <!-- <END NEW CHANGELOG ENTRY> -->
31
-
32
54
## 3.0.0alpha0
33
55
34
56
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.11...a3b498471ace2b47f430984531ef8b98e68bc40f ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.0.0-alpha.1 " ,
2
+ "version" : " 3.0.0-alpha.2 " ,
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-alpha.1 " ,
4
+ "version" : " 3.0.0-alpha.2 " ,
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-alpha.1 " ,
3
+ "version" : " 3.0.0-alpha.2 " ,
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-alpha.1 " ,
57
- "@jupyter/docprovider" : " ^3.0.0-alpha.1 " ,
56
+ "@jupyter/collaboration" : " ^3.0.0-alpha.2 " ,
57
+ "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
58
58
"@jupyter/ydoc" : " ^2.0.0" ,
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/collaboration" ,
3
- "version" : " 3.0.0-alpha.1 " ,
3
+ "version" : " 3.0.0-alpha.2 " ,
4
4
"description" : " JupyterLab - Real-Time Collaboration Widgets" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
41
41
"dependencies" : {
42
42
"@codemirror/state" : " ^6.2.0" ,
43
43
"@codemirror/view" : " ^6.7.0" ,
44
- "@jupyter/docprovider" : " ^3.0.0-alpha.1 " ,
44
+ "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
45
45
"@jupyterlab/apputils" : " ^4.0.5" ,
46
46
"@jupyterlab/coreutils" : " ^6.0.5" ,
47
47
"@jupyterlab/services" : " ^7.0.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/docprovider-extension" ,
3
- "version" : " 3.0.0-alpha.1 " ,
3
+ "version" : " 3.0.0-alpha.2 " ,
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/docprovider" : " ^3.0.0-alpha.1 " ,
56
+ "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
57
57
"@jupyter/ydoc" : " ^2.0.0" ,
58
58
"@jupyterlab/application" : " ^4.2.0" ,
59
59
"@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-alpha.1 " ,
3
+ "version" : " 3.0.0-alpha.2 " ,
4
4
"description" : " JupyterLab - Document Provider" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0a1 "
1
+ __version__ = "1.0.0a2 "
Original file line number Diff line number Diff line change 1
- __version__ = "3.0.0a1 "
1
+ __version__ = "3.0.0a2 "
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0a1 "
1
+ __version__ = "1.0.0a2 "
You can’t perform that action at this time.
0 commit comments