Skip to content

Commit

Permalink
Publish 2.0.3
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-collaboration-2.0.3.tgz: 75b6cfe3ceccd367558cfb314a2530105e2034501c614cfe9f49c563834d7fa0

jupyter-collaboration-extension-2.0.3.tgz: b089c35efebbd052b937e3d106ce29bae3ca2a389fabb33bd558bd4f86da5c41

jupyter-docprovider-2.0.3.tgz: a38b0764f80ab82e649b372b04f040a85fddbee8070d69f131fca0af8cc9fc1a

jupyter_collaboration-2.0.3-py3-none-any.whl: c55aa4a84419bf4bdddcbc683bdb0c6ef43b05623f295516a6f1e9f85aaddebe

jupyter_collaboration-2.0.3.tar.gz: 3ed73cdec3d908c07a82acabddc37f2dbda27f9a6cdbd690040acb7ba0ad50c2
  • Loading branch information
davidbrochart committed Mar 4, 2024
1 parent 4538d02 commit fab7f19
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 15 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.

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

## 2.0.3

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.2...4538d02c43ec696277b91e27052e17bb0e66f4e1))

### Bugs fixed

- Fix cancellation of file save operation [#241](https://github.com/jupyterlab/jupyter-collaboration/pull/241) ([@davidbrochart](https://github.com/davidbrochart))
- Call get with options of type IFetchOptions [#238](https://github.com/jupyterlab/jupyter-collaboration/pull/238) ([@davidbrochart](https://github.com/davidbrochart))

### Maintenance and upkeep improvements

- Call get with options of type IFetchOptions [#238](https://github.com/jupyterlab/jupyter-collaboration/pull/238) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-02-13&to=2024-03-04&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-02-13..2024-03-04&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aellisonbg+updated%3A2024-02-13..2024-03-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-02-13..2024-03-04&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-02-13..2024-03-04&type=Issues)

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

## 2.0.2

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.1...d4ec54a78ee60c364805643f72019852f62ac516))
Expand All @@ -23,8 +44,6 @@ All notable changes to this project will be documented in this file.

[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2023-12-26..2024-02-13&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2023-12-26..2024-02-13&type=Issues)

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

## 2.0.1

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.0...b11cc72c439d0fa50b5423b820b670a3feaf0ef8))
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": "2.0.2",
"version": "2.0.3",
"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": "2.0.2",
"version": "2.0.3",
"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": "2.0.2",
"version": "2.0.3",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^2.0.2",
"@jupyter/docprovider": "^2.0.2",
"@jupyter/collaboration": "^2.0.3",
"@jupyter/docprovider": "^2.0.3",
"@jupyter/ydoc": "^1.1.0-a0",
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.0.5",
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": "2.0.2",
"version": "2.0.3",
"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": "^2.0.2",
"@jupyter/docprovider": "^2.0.3",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/services": "^7.0.5",
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": "2.0.2",
"version": "2.0.3",
"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 @@ -2033,8 +2033,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^2.0.2
"@jupyter/docprovider": ^2.0.2
"@jupyter/collaboration": ^2.0.3
"@jupyter/docprovider": ^2.0.3
"@jupyter/ydoc": ^1.1.0-a0
"@jupyterlab/application": ^4.0.5
"@jupyterlab/apputils": ^4.0.5
Expand Down Expand Up @@ -2063,13 +2063,13 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^2.0.2, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^2.0.3, @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": ^2.0.2
"@jupyter/docprovider": ^2.0.3
"@jupyterlab/apputils": ^4.0.5
"@jupyterlab/coreutils": ^6.0.5
"@jupyterlab/services": ^7.0.5
Expand All @@ -2086,7 +2086,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit fab7f19

Please sign in to comment.