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.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7+ ## 3.1.0
8+
9+ No merged PRs
10+
11+ <!-- <END NEW CHANGELOG ENTRY> -->
12+
713## 3.1.0rc0
814
915([ 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.
1824
1925[ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-12-02..2024-12-03&type=Issues )
2026
21- <!-- <END NEW CHANGELOG ENTRY> -->
22-
2327## 3.1.0beta0
2428
2529([ 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 11{
2- "version" : " 3.1.0-rc.0 " ,
2+ "version" : " 3.1.0" ,
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.1.0-rc.0 " ,
4+ "version" : " 3.1.0" ,
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.1.0-rc.0 " ,
3+ "version" : " 3.1.0" ,
44 "description" : " JupyterLab - Real-Time Collaboration Extension" ,
55 "keywords" : [
66 " jupyter" ,
5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "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" ,
5959 "@jupyter/ydoc" : " ^2.0.0 || ^3.0.0" ,
6060 "@jupyterlab/application" : " ^4.2.0" ,
6161 "@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/collaboration" ,
3- "version" : " 3.1.0-rc.0 " ,
3+ "version" : " 3.1.0" ,
44 "description" : " JupyterLab - Real-Time Collaboration Widgets" ,
55 "homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/collaborative-drive" ,
3- "version" : " 3.1.0-rc.0 " ,
3+ "version" : " 3.1.0" ,
44 "description" : " JupyterLab - Collaborative Drive" ,
55 "homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/docprovider-extension" ,
3- "version" : " 3.1.0-rc.0 " ,
3+ "version" : " 3.1.0" ,
44 "description" : " JupyterLab - Collaborative Shared Models" ,
55 "keywords" : [
66 " jupyter" ,
5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "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" ,
5858 "@jupyter/ydoc" : " ^2.0.0 || ^3.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/docprovider" ,
3- "version" : " 3.1.0-rc.0 " ,
3+ "version" : " 3.1.0" ,
44 "description" : " JupyterLab - Document Provider" ,
55 "homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
66 "bugs" : {
4141 "watch" : " tsc -b --watch"
4242 },
4343 "dependencies" : {
44- "@jupyter/collaborative-drive" : " ^3.1.0-rc.0 " ,
44+ "@jupyter/collaborative-drive" : " ^3.1.0" ,
4545 "@jupyter/ydoc" : " ^2.0.0 || ^3.0.0" ,
4646 "@jupyterlab/apputils" : " ^4.2.0" ,
4747 "@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