File tree Expand file tree Collapse file tree 14 files changed +56
-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 +56
-31
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,37 @@ 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
7
+ ## 3.1.1
8
8
9
- No merged PRs
9
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0...70b6d738a53308e4b62c814163a8673f8e965019 ) )
10
+
11
+ ### Enhancements made
12
+
13
+ - Users item toolbar [ #379 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/379 ) ([ @brichet ] ( https://github.com/brichet ) )
14
+
15
+ ### Bugs fixed
16
+
17
+ - 3.x: Fix pinnings [ #459 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/459 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
18
+ - Fix collaborators panel breaking on opening files without known extension [ #427 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/427 ) ([ @krassowski ] ( https://github.com/krassowski ) )
19
+
20
+ ### Maintenance and upkeep improvements
21
+
22
+ - Bump min required ` jupyter_events ` version to 0.11 [ #453 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/453 ) ([ @krassowski ] ( https://github.com/krassowski ) )
23
+ - Update event schema version type [ #421 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/421 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
24
+ - Update github actions to v4 [ #441 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/441 ) ([ @brichet ] ( https://github.com/brichet ) )
25
+
26
+ ### Contributors to this release
27
+
28
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-12-10&to=2025-04-08&type=c ) )
29
+
30
+ [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-12-10..2025-04-08&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-12-10..2025-04-08&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-12-10..2025-04-08&type=Issues) | [@Hyrla](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AHyrla+updated%3A2024-12-10..2025-04-08&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-12-10..2025-04-08&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-12-10..2025-04-08&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Alumberbot-app+updated%3A2024-12-10..2025-04-08&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AmartinRenou+updated%3A2024-12-10..2025-04-08&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ameeseeksmachine+updated%3A2024-12-10..2025-04-08&type=Issues) | [@ykazakov](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aykazakov+updated%3A2024-12-10..2025-04-08&type=Issues)
10
31
11
32
<!-- <END NEW CHANGELOG ENTRY> -->
12
33
34
+ ## 3.1.0
35
+
36
+ No merged PRs
37
+
13
38
## 3.1.0rc0
14
39
15
40
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0-beta.0...efa512058ef46d6bdbeb8a07864c939625d5642b ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.1.0 " ,
2
+ "version" : " 3.1.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.1.0 " ,
4
+ "version" : " 3.1.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.1.0 " ,
3
+ "version" : " 3.1.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.1.0 " ,
57
- "@jupyter/collaborative-drive" : " ^3.1.0 " ,
58
- "@jupyter/docprovider" : " ^3.1.0 " ,
56
+ "@jupyter/collaboration" : " ^3.1.1 " ,
57
+ "@jupyter/collaborative-drive" : " ^3.1.1 " ,
58
+ "@jupyter/docprovider" : " ^3.1.1 " ,
59
59
"@jupyter/ydoc" : " ^2.1.3 || ^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 " ,
3
+ "version" : " 3.1.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/collaborative-drive" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
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 " ,
3
+ "version" : " 3.1.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/collaborative-drive" : " ^3.1.0 " ,
57
- "@jupyter/docprovider" : " ^3.1.0 " ,
56
+ "@jupyter/collaborative-drive" : " ^3.1.1 " ,
57
+ "@jupyter/docprovider" : " ^3.1.1 " ,
58
58
"@jupyter/ydoc" : " ^2.1.3 || ^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 " ,
3
+ "version" : " 3.1.1 " ,
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 " ,
44
+ "@jupyter/collaborative-drive" : " ^3.1.1 " ,
45
45
"@jupyter/ydoc" : " ^2.1.3 || ^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.0 "
1
+ __version__ = "1.1.1 "
Original file line number Diff line number Diff line change 1
- __version__ = "3.1.0 "
1
+ __version__ = "3.1.1 "
You can’t perform that action at this time.
0 commit comments