File tree Expand file tree Collapse file tree 14 files changed +35
-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 +35
-31
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 3.1.0
8
+
9
+ No merged PRs
10
+
11
+ <!-- <END NEW CHANGELOG ENTRY> -->
12
+
7
13
## 3.1.0rc0
8
14
9
15
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0-beta.0...efa512058ef46d6bdbeb8a07864c939625d5642b ) )
@@ -18,8 +24,6 @@ All notable changes to this project will be documented in this file.
18
24
19
25
[ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-12-02..2024-12-03&type=Issues )
20
26
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
27
## 3.1.0beta0
24
28
25
29
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0-alpha.0...a4f6108585ca98602c419c4bd0fc64eff2d3a820 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.1.0-rc.0 " ,
2
+ "version" : " 3.1.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.1.0-rc.0 " ,
4
+ "version" : " 3.1.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.1.0-rc.0 " ,
3
+ "version" : " 3.1.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.1.0-rc.0 " ,
57
- "@jupyter/collaborative-drive" : " ^3.1.0-rc.0 " ,
58
- "@jupyter/docprovider" : " ^3.1.0-rc.0 " ,
56
+ "@jupyter/collaboration" : " ^3.1.0" ,
57
+ "@jupyter/collaborative-drive" : " ^3.1.0" ,
58
+ "@jupyter/docprovider" : " ^3.1.0" ,
59
59
"@jupyter/ydoc" : " ^2.0.0 || ^3.0.0" ,
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.1.0-rc.0 " ,
3
+ "version" : " 3.1.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.1.0-rc.0 " ,
3
+ "version" : " 3.1.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.1.0-rc.0 " ,
3
+ "version" : " 3.1.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.1.0-rc.0 " ,
57
- "@jupyter/docprovider" : " ^3.1.0-rc.0 " ,
56
+ "@jupyter/collaborative-drive" : " ^3.1.0" ,
57
+ "@jupyter/docprovider" : " ^3.1.0" ,
58
58
"@jupyter/ydoc" : " ^2.0.0 || ^3.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/docprovider" ,
3
- "version" : " 3.1.0-rc.0 " ,
3
+ "version" : " 3.1.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.1.0-rc.0 " ,
44
+ "@jupyter/collaborative-drive" : " ^3.1.0" ,
45
45
"@jupyter/ydoc" : " ^2.0.0 || ^3.0.0" ,
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.1.0rc0 "
1
+ __version__ = "1.1.0 "
Original file line number Diff line number Diff line change 1
- __version__ = "3.1.0rc0 "
1
+ __version__ = "3.1.0 "
You can’t perform that action at this time.
0 commit comments