File tree Expand file tree Collapse file tree 7 files changed +27
-13
lines changed Expand file tree Collapse file tree 7 files changed +27
-13
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 1.0.0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.9...4da43013daa89869035d77417971a80143b0ac61 ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Remove spurious ` ' ` [ #156 ] ( https://github.com/jupyterlab/jupyter_collaboration/pull/156 ) ([ @krassowski ] ( https://github.com/krassowski ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter_collaboration/graphs/contributors?from=2023-05-30&to=2023-06-02&type=c ) )
18
+
19
+ [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Akrassowski+updated%3A2023-05-30..2023-06-02&type=Issues )
20
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
7
23
## 1.0.0alpha9
8
24
9
25
([ Full Changelog] ( https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.8...fbae4ff5054bf98507ac87429e0322c22be6b830 ) )
@@ -37,8 +53,6 @@ All notable changes to this project will be documented in this file.
37
53
38
54
[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-04-24..2023-05-30&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Adavidbrochart+updated%3A2023-04-24..2023-05-30&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Afcollonval+updated%3A2023-04-24..2023-05-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-04-24..2023-05-30&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ahbcarlos+updated%3A2023-04-24..2023-05-30&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Akrassowski+updated%3A2023-04-24..2023-05-30&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Awelcome+updated%3A2023-04-24..2023-05-30&type=Issues)
39
55
40
- <!-- <END NEW CHANGELOG ENTRY> -->
41
-
42
56
## 1.0.0alpha8
43
57
44
58
([ Full Changelog] ( https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.7...2e5a6cc66961a5552e8a89c0850c7483c1e1acb2 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-alpha.9 " ,
2
+ "version" : " 1.0.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" : " 1.0.0-alpha.9 " ,
4
+ "version" : " 1.0.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" : " 1.0.0-alpha.9 " ,
3
+ "version" : " 1.0.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" : " ^1.0.0-alpha.9 " ,
57
- "@jupyter/docprovider" : " ^1.0.0-alpha.9 " ,
56
+ "@jupyter/collaboration" : " ^1.0.0" ,
57
+ "@jupyter/docprovider" : " ^1.0.0" ,
58
58
"@jupyterlab/application" : " ^4.0.0" ,
59
59
"@jupyterlab/apputils" : " ^4.0.0" ,
60
60
"@jupyterlab/codemirror" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaboration" ,
3
- "version" : " 1.0.0-alpha.9 " ,
3
+ "version" : " 1.0.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/docprovider" ,
3
- "version" : " 1.0.0-alpha.9 " ,
3
+ "version" : " 1.0.0" ,
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 @@ -2019,8 +2019,8 @@ __metadata:
2019
2019
version : 0.0.0-use.local
2020
2020
resolution : " @jupyter/collaboration-extension@workspace:packages/collaboration-extension"
2021
2021
dependencies :
2022
- " @jupyter/collaboration " : ^1.0.0-alpha.9
2023
- " @jupyter/docprovider " : ^1.0.0-alpha.9
2022
+ " @jupyter/collaboration " : ^1.0.0
2023
+ " @jupyter/docprovider " : ^1.0.0
2024
2024
" @jupyterlab/application " : ^4.0.0
2025
2025
" @jupyterlab/apputils " : ^4.0.0
2026
2026
" @jupyterlab/builder " : ^4.0.0
@@ -2048,7 +2048,7 @@ __metadata:
2048
2048
languageName : unknown
2049
2049
linkType : soft
2050
2050
2051
- " @jupyter/collaboration@^1.0.0-alpha.9 , @jupyter/collaboration@workspace:packages/collaboration " :
2051
+ " @jupyter/collaboration@^1.0.0, @jupyter/collaboration@workspace:packages/collaboration " :
2052
2052
version : 0.0.0-use.local
2053
2053
resolution : " @jupyter/collaboration@workspace:packages/collaboration"
2054
2054
dependencies :
@@ -2070,7 +2070,7 @@ __metadata:
2070
2070
languageName : unknown
2071
2071
linkType : soft
2072
2072
2073
- " @jupyter/docprovider@^1.0.0-alpha.9 , @jupyter/docprovider@workspace:packages/docprovider " :
2073
+ " @jupyter/docprovider@^1.0.0, @jupyter/docprovider@workspace:packages/docprovider " :
2074
2074
version : 0.0.0-use.local
2075
2075
resolution : " @jupyter/docprovider@workspace:packages/docprovider"
2076
2076
dependencies :
You can’t perform that action at this time.
0 commit comments