File tree Expand file tree Collapse file tree 14 files changed +34
-30
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 +34
-30
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7- ## 4.2.0beta0
7+ ## 4.2.0rc0
88
99No merged PRs
1010
1111<!-- <END NEW CHANGELOG ENTRY> -->
1212
13+ ## 4.2.0beta0
14+
15+ No merged PRs
16+
1317## 4.2.0alpha0
1418
1519([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.1.2...71ab261f4e6cb52e431496ec2bc53fc3883dc5d6 ) )
Original file line number Diff line number Diff line change 11{
2- "version" : " 4.2.0-beta .0" ,
2+ "version" : " 4.2.0-rc .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" : " 4.2.0-beta .0" ,
4+ "version" : " 4.2.0-rc .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" : " 4.2.0-beta .0" ,
3+ "version" : " 4.2.0-rc .0" ,
44 "description" : " JupyterLab - Real-Time Collaboration Extension" ,
55 "keywords" : [
66 " jupyter" ,
5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "dependencies" : {
56- "@jupyter/collaboration" : " ^4.2.0-beta .0" ,
57- "@jupyter/collaborative-drive" : " ^4.2.0-beta .0" ,
58- "@jupyter/docprovider" : " ^4.2.0-beta .0" ,
56+ "@jupyter/collaboration" : " ^4.2.0-rc .0" ,
57+ "@jupyter/collaborative-drive" : " ^4.2.0-rc .0" ,
58+ "@jupyter/docprovider" : " ^4.2.0-rc .0" ,
5959 "@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
6060 "@jupyterlab/application" : " ^4.5.0" ,
6161 "@jupyterlab/apputils" : " ^4.5.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/collaboration" ,
3- "version" : " 4.2.0-beta .0" ,
3+ "version" : " 4.2.0-rc .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" : " 4.2.0-beta .0" ,
3+ "version" : " 4.2.0-rc .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" : " 4.2.0-beta .0" ,
3+ "version" : " 4.2.0-rc .0" ,
44 "description" : " JupyterLab - Collaborative Shared Models" ,
55 "keywords" : [
66 " jupyter" ,
5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "dependencies" : {
56- "@jupyter/collaborative-drive" : " ^4.2.0-beta .0" ,
57- "@jupyter/docprovider" : " ^4.2.0-beta .0" ,
56+ "@jupyter/collaborative-drive" : " ^4.2.0-rc .0" ,
57+ "@jupyter/docprovider" : " ^4.2.0-rc .0" ,
5858 "@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
5959 "@jupyterlab/application" : " ^4.5.0" ,
6060 "@jupyterlab/apputils" : " ^4.5.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/docprovider" ,
3- "version" : " 4.2.0-beta .0" ,
3+ "version" : " 4.2.0-rc .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" : " ^4.2.0-beta .0" ,
44+ "@jupyter/collaborative-drive" : " ^4.2.0-rc .0" ,
4545 "@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
4646 "@jupyterlab/apputils" : " ^4.5.0" ,
4747 "@jupyterlab/cells" : " ^4.5.0" ,
Original file line number Diff line number Diff line change 1- __version__ = "2.2.0b0 "
1+ __version__ = "2.2.0rc0 "
Original file line number Diff line number Diff line change 1- __version__ = "4.2.0b0 "
1+ __version__ = "4.2.0rc0 "
You can’t perform that action at this time.
0 commit comments