Skip to content

Commit

Permalink
Publish 1.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hbcarlos committed Aug 11, 2023
1 parent 99d5875 commit 025a248
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 15 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

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

## 1.1.0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v1.0.1...7240ef0e0a7ba437c04a7779a903f4eba62cee91))

### Enhancements made

- Backport #177: Adds a flag to disable RTC [#178](https://github.com/jupyterlab/jupyter-collaboration/pull/178) ([@hbcarlos](https://github.com/hbcarlos))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2023-06-29&to=2023-08-11&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.1.0alpha0

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

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.0.1

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@1.0.0...e97855f7ad4160cc4e6f5dbe9361806d6b9f3c31))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-alpha.0",
"version": "1.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jupyter/real-time-collaboration",
"private": true,
"version": "1.1.0-alpha.0",
"version": "1.1.0",
"description": "JupyterLab Extension enabling Real-Time Collaboration",
"keywords": [
"jupyter",
Expand Down
6 changes: 3 additions & 3 deletions packages/collaboration-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration-extension",
"version": "1.1.0-alpha.0",
"version": "1.1.0",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^1.1.0-alpha.0",
"@jupyter/docprovider": "^1.1.0-alpha.0",
"@jupyter/collaboration": "^1.1.0",
"@jupyter/docprovider": "^1.1.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/codemirror": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration",
"version": "1.1.0-alpha.0",
"version": "1.1.0",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.0",
"@jupyter/docprovider": "^1.1.0-alpha.0",
"@jupyter/docprovider": "^1.1.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider",
"version": "1.1.0-alpha.0",
"version": "1.1.0",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
"bugs": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2019,8 +2019,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^1.1.0-alpha.0
"@jupyter/docprovider": ^1.1.0-alpha.0
"@jupyter/collaboration": ^1.1.0
"@jupyter/docprovider": ^1.1.0
"@jupyterlab/application": ^4.0.0
"@jupyterlab/apputils": ^4.0.0
"@jupyterlab/builder": ^4.0.0
Expand Down Expand Up @@ -2048,13 +2048,13 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^1.1.0-alpha.0, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^1.1.0, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
"@codemirror/state": ^6.2.0
"@codemirror/view": ^6.7.0
"@jupyter/docprovider": ^1.1.0-alpha.0
"@jupyter/docprovider": ^1.1.0
"@jupyterlab/apputils": ^4.0.0
"@jupyterlab/coreutils": ^6.0.0
"@jupyterlab/services": ^7.0.0
Expand All @@ -2071,7 +2071,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^1.1.0-alpha.0, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^1.1.0, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
Expand Down

0 comments on commit 025a248

Please sign in to comment.