Skip to content

Commit

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

jupyter-collaboration-1.0.0-alpha.5.tgz: 548d8050c2e4a900fbe90e06828ce9b841c6e48f974d911bcf23c930373df310

jupyter-collaboration-extension-1.0.0-alpha.5.tgz: a0fb14f0f662c76fee3218a5288ca5d9125f75e5da3dfa7d313d67810b95a0ba

jupyter-docprovider-1.0.0-alpha.5.tgz: a3496e5a76b36fdb83402b4cc929f6cd680bb121086db671c60013c548f3d6e0

jupyter_collaboration-1.0.0a5-py3-none-any.whl: f549f63333a0144a37ce0b33c205d5af35c73b6fab5094861d75874ee8b8fd37

jupyter_collaboration-1.0.0a5.tar.gz: 3b5da30c1b0ff8531b4f9d099a35cd50ead9fe1968ab388387da72f96cddde12
  • Loading branch information
davidbrochart committed Mar 24, 2023
1 parent d57df5b commit 8a623cf
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 13 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.

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

## 1.0.0alpha5

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.4...d57df5b1f03593997674d0698ca69893bf4db987))

### Enhancements made

- Removes deprecated endpoints [#126](https://github.com/jupyterlab/jupyter_collaboration/pull/126) ([@hbcarlos](https://github.com/hbcarlos))
- Display remote user cursors [#122](https://github.com/jupyterlab/jupyter_collaboration/pull/122) ([@fcollonval](https://github.com/fcollonval))

### Bugs fixed

- Removes drive name from file path [#127](https://github.com/jupyterlab/jupyter_collaboration/pull/127) ([@hbcarlos](https://github.com/hbcarlos))
- Fix yarn on releaser [#125](https://github.com/jupyterlab/jupyter_collaboration/pull/125) ([@fcollonval](https://github.com/fcollonval))

### Maintenance and upkeep improvements

- Bump dependencies [#123](https://github.com/jupyterlab/jupyter_collaboration/pull/123) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter_collaboration/graphs/contributors?from=2023-03-15&to=2023-03-24&type=c))

[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-03-15..2023-03-24&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Afcollonval+updated%3A2023-03-15..2023-03-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-15..2023-03-24&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ahbcarlos+updated%3A2023-03-15..2023-03-24&type=Issues)

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

## 1.0.0alpha4

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.3...12b606cf87c6b64b87ef3adfb5927a49eeaed5bc))
Expand All @@ -23,8 +49,6 @@ All notable changes to this project will be documented in this file.

[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-03-07..2023-03-15&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Afcollonval+updated%3A2023-03-07..2023-03-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-07..2023-03-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ajtpio+updated%3A2023-03-07..2023-03-15&type=Issues)

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

## 1.0.0alpha3

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.2...0d7d5e8bfbcde0e7915c3785ea0bc04fe00016ed))
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.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"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.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"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.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"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.0.0-alpha.4",
"@jupyter/docprovider": "^1.0.0-alpha.4",
"@jupyter/collaboration": "^1.0.0-alpha.5",
"@jupyter/docprovider": "^1.0.0-alpha.5",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/codemirror": "^4.0.0-alpha.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
"bugs": {
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.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
"bugs": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2029,8 +2029,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^1.0.0-alpha.4
"@jupyter/docprovider": ^1.0.0-alpha.4
"@jupyter/collaboration": ^1.0.0-alpha.5
"@jupyter/docprovider": ^1.0.0-alpha.5
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/apputils": ^4.0.0-alpha.22
"@jupyterlab/builder": ^4.0.0-alpha.22
Expand All @@ -2054,7 +2054,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^1.0.0-alpha.4, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^1.0.0-alpha.5, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
Expand All @@ -2076,7 +2076,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 8a623cf

Please sign in to comment.