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.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
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+
731## 3.0.0alpha1
832
933([ 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.
2751
2852[ @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 )
2953
30- <!-- <END NEW CHANGELOG ENTRY> -->
31-
3254## 3.0.0alpha0
3355
3456([ 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 11{
2- "version" : " 3.0.0-alpha.1 " ,
2+ "version" : " 3.0.0-alpha.2 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/real-time-collaboration" ,
33 "private" : true ,
4- "version" : " 3.0.0-alpha.1 " ,
4+ "version" : " 3.0.0-alpha.2 " ,
55 "description" : " JupyterLab Extension enabling Real-Time Collaboration" ,
66 "keywords" : [
77 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/collaboration-extension" ,
3- "version" : " 3.0.0-alpha.1 " ,
3+ "version" : " 3.0.0-alpha.2 " ,
44 "description" : " JupyterLab - Real-Time Collaboration Extension" ,
55 "keywords" : [
66 " jupyter" ,
5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "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 " ,
5858 "@jupyter/ydoc" : " ^2.0.0" ,
5959 "@jupyterlab/application" : " ^4.2.0" ,
6060 "@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/collaboration" ,
3- "version" : " 3.0.0-alpha.1 " ,
3+ "version" : " 3.0.0-alpha.2 " ,
44 "description" : " JupyterLab - Real-Time Collaboration Widgets" ,
55 "homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
66 "bugs" : {
4141 "dependencies" : {
4242 "@codemirror/state" : " ^6.2.0" ,
4343 "@codemirror/view" : " ^6.7.0" ,
44- "@jupyter/docprovider" : " ^3.0.0-alpha.1 " ,
44+ "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
4545 "@jupyterlab/apputils" : " ^4.0.5" ,
4646 "@jupyterlab/coreutils" : " ^6.0.5" ,
4747 "@jupyterlab/services" : " ^7.0.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/docprovider-extension" ,
3- "version" : " 3.0.0-alpha.1 " ,
3+ "version" : " 3.0.0-alpha.2 " ,
44 "description" : " JupyterLab - Collaborative Shared Models" ,
55 "keywords" : [
66 " jupyter" ,
5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "dependencies" : {
56- "@jupyter/docprovider" : " ^3.0.0-alpha.1 " ,
56+ "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
5757 "@jupyter/ydoc" : " ^2.0.0" ,
5858 "@jupyterlab/application" : " ^4.2.0" ,
5959 "@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/docprovider" ,
3- "version" : " 3.0.0-alpha.1 " ,
3+ "version" : " 3.0.0-alpha.2 " ,
44 "description" : " JupyterLab - Document Provider" ,
55 "homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
66 "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