File tree Expand file tree Collapse file tree 12 files changed +39
-20
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 +39
-20
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ 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.0beta1
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.0...1c3bd6470cd53b718a24ad15e7bae89301e4451f ) )
10
+
11
+ ### Enhancements made
12
+
13
+ - Move fixtures to ` jupyter_server_ydoc.pytest_plugin ` [ #327 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/327 ) ([ @krassowski ] ( https://github.com/krassowski ) )
14
+
15
+ ### Maintenance and upkeep improvements
16
+
17
+ - Remove @jupyter/collaboration dependency from @jupyter/docprovider [ #331 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/331 ) ([ @brichet ] ( https://github.com/brichet ) )
18
+ - Add notebook test for ` get_document ` , fix fixture when ` store=True ` [ #329 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/329 ) ([ @krassowski ] ( https://github.com/krassowski ) )
19
+
20
+ ### Contributors to this release
21
+
22
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-07-17&to=2024-07-19&type=c ) )
23
+
24
+ [ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-07-17..2024-07-19&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-07-17..2024-07-19&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-07-17..2024-07-19&type=Issues )
25
+
26
+ <!-- <END NEW CHANGELOG ENTRY> -->
27
+
7
28
## 3.0.0beta0
8
29
9
30
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.2...ab80f15094f971da6dc6f9afc72e1504c63dc9ff ) )
@@ -27,8 +48,6 @@ All notable changes to this project will be documented in this file.
27
48
28
49
[ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-05-08..2024-07-17&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-05-08..2024-07-17&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-05-08..2024-07-17&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-08..2024-07-17&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-05-08..2024-07-17&type=Issues )
29
50
30
- <!-- <END NEW CHANGELOG ENTRY> -->
31
-
32
51
## 3.0.0alpha2
33
52
34
53
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.1...5b166c49d76ed5a009ae7f5dc8c4bf9a881913b0 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.0.0-beta.0 " ,
2
+ "version" : " 3.0.0-beta.1 " ,
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.0 " ,
4
+ "version" : " 3.0.0-beta.1 " ,
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.0 " ,
3
+ "version" : " 3.0.0-beta.1 " ,
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.0 " ,
57
- "@jupyter/docprovider" : " ^3.0.0-beta.0 " ,
56
+ "@jupyter/collaboration" : " ^3.0.0-beta.1 " ,
57
+ "@jupyter/docprovider" : " ^3.0.0-beta.1 " ,
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-beta.0 " ,
3
+ "version" : " 3.0.0-beta.1 " ,
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/docprovider-extension" ,
3
- "version" : " 3.0.0-beta.0 " ,
3
+ "version" : " 3.0.0-beta.1 " ,
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-beta.0 " ,
56
+ "@jupyter/docprovider" : " ^3.0.0-beta.1 " ,
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-beta.0 " ,
3
+ "version" : " 3.0.0-beta.1 " ,
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.0b0 "
1
+ __version__ = "1.0.0b1 "
Original file line number Diff line number Diff line change 1
- __version__ = "3.0.0b0 "
1
+ __version__ = "3.0.0b1 "
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0b0 "
1
+ __version__ = "1.0.0b1 "
You can’t perform that action at this time.
0 commit comments