Skip to content

Commit 025a248

Browse files
committed
Publish 1.1.0
SHA256 hashes: jupyter-collaboration-1.1.0.tgz: 79f1ec73dccec4b64ba2a449a6347b5d83ef8300f42c9b6462097bb4da939c60 jupyter-collaboration-extension-1.1.0.tgz: 33a13abca8d371c20c1944e56f6e8fc15ae0ac4e16e37c73248c8150051aa144 jupyter-docprovider-1.1.0.tgz: 029b28fa47f805bd7ade0de981fb2e28fb5ff39a4656deecd7c39da6d5482849 jupyter_collaboration-1.1.0-py3-none-any.whl: 52cf910988e4e7980b5b81418af87ce6038809236836e13c5e93873c74b6a48d jupyter_collaboration-1.1.0.tar.gz: dcec5db89f774e66d2fdf2922a6557b39be3d8864c5f932a28f4de1a494509b3
1 parent 99d5875 commit 025a248

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
<!-- <START NEW CHANGELOG ENTRY> -->
66

7+
## 1.1.0
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v1.0.1...7240ef0e0a7ba437c04a7779a903f4eba62cee91))
10+
11+
### Enhancements made
12+
13+
- Backport #177: Adds a flag to disable RTC [#178](https://github.com/jupyterlab/jupyter-collaboration/pull/178) ([@hbcarlos](https://github.com/hbcarlos))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2023-06-29&to=2023-08-11&type=c))
18+
19+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2023-06-29..2023-08-11&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ahbcarlos+updated%3A2023-06-29..2023-08-11&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3ASylvainCorlay+updated%3A2023-06-29..2023-08-11&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 1.1.0alpha0
824

925
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v1.0.1...7240ef0e0a7ba437c04a7779a903f4eba62cee91))
@@ -18,8 +34,6 @@ All notable changes to this project will be documented in this file.
1834

1935
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2023-06-29..2023-07-16&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ahbcarlos+updated%3A2023-06-29..2023-07-16&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3ASylvainCorlay+updated%3A2023-06-29..2023-07-16&type=Issues)
2036

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2337
## 1.0.1
2438

2539
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@1.0.0...e97855f7ad4160cc4e6f5dbe9361806d6b9f3c31))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-alpha.0",
2+
"version": "1.1.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jupyter/real-time-collaboration",
33
"private": true,
4-
"version": "1.1.0-alpha.0",
4+
"version": "1.1.0",
55
"description": "JupyterLab Extension enabling Real-Time Collaboration",
66
"keywords": [
77
"jupyter",

packages/collaboration-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration-extension",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0",
44
"description": "JupyterLab - Real-Time Collaboration Extension",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/collaboration": "^1.1.0-alpha.0",
57-
"@jupyter/docprovider": "^1.1.0-alpha.0",
56+
"@jupyter/collaboration": "^1.1.0",
57+
"@jupyter/docprovider": "^1.1.0",
5858
"@jupyterlab/application": "^4.0.0",
5959
"@jupyterlab/apputils": "^4.0.0",
6060
"@jupyterlab/codemirror": "^4.0.0",

packages/collaboration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
66
"bugs": {
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@codemirror/state": "^6.2.0",
4343
"@codemirror/view": "^6.7.0",
44-
"@jupyter/docprovider": "^1.1.0-alpha.0",
44+
"@jupyter/docprovider": "^1.1.0",
4545
"@jupyterlab/apputils": "^4.0.0",
4646
"@jupyterlab/coreutils": "^6.0.0",
4747
"@jupyterlab/services": "^7.0.0",

packages/docprovider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/docprovider",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0",
44
"description": "JupyterLab - Document Provider",
55
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
66
"bugs": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,8 +2019,8 @@ __metadata:
20192019
version: 0.0.0-use.local
20202020
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
20212021
dependencies:
2022-
"@jupyter/collaboration": ^1.1.0-alpha.0
2023-
"@jupyter/docprovider": ^1.1.0-alpha.0
2022+
"@jupyter/collaboration": ^1.1.0
2023+
"@jupyter/docprovider": ^1.1.0
20242024
"@jupyterlab/application": ^4.0.0
20252025
"@jupyterlab/apputils": ^4.0.0
20262026
"@jupyterlab/builder": ^4.0.0
@@ -2048,13 +2048,13 @@ __metadata:
20482048
languageName: unknown
20492049
linkType: soft
20502050

2051-
"@jupyter/collaboration@^1.1.0-alpha.0, @jupyter/collaboration@workspace:packages/collaboration":
2051+
"@jupyter/collaboration@^1.1.0, @jupyter/collaboration@workspace:packages/collaboration":
20522052
version: 0.0.0-use.local
20532053
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
20542054
dependencies:
20552055
"@codemirror/state": ^6.2.0
20562056
"@codemirror/view": ^6.7.0
2057-
"@jupyter/docprovider": ^1.1.0-alpha.0
2057+
"@jupyter/docprovider": ^1.1.0
20582058
"@jupyterlab/apputils": ^4.0.0
20592059
"@jupyterlab/coreutils": ^6.0.0
20602060
"@jupyterlab/services": ^7.0.0
@@ -2071,7 +2071,7 @@ __metadata:
20712071
languageName: unknown
20722072
linkType: soft
20732073

2074-
"@jupyter/docprovider@^1.1.0-alpha.0, @jupyter/docprovider@workspace:packages/docprovider":
2074+
"@jupyter/docprovider@^1.1.0, @jupyter/docprovider@workspace:packages/docprovider":
20752075
version: 0.0.0-use.local
20762076
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
20772077
dependencies:

0 commit comments

Comments
 (0)