Skip to content

Commit

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

jupyter-collaboration-2.0.0-alpha.3.tgz: 6eae1cedd58d6bf0cee1006cf330d7bcb58b1ed814e7245fbc436d7e0a772990

jupyter-collaboration-extension-2.0.0-alpha.3.tgz: c7ad77e07567b00773e584771ba6a9fd978383c2ad8d1ecc79793e9d59d50e97

jupyter-docprovider-2.0.0-alpha.3.tgz: 1b3614617b5f2e63cb5fec03d2407aa6c0c480666254c4c2e8acf8d21f23763d

jupyter_collaboration-2.0.0a3-py3-none-any.whl: fb3cf01b8ce833a2a1ec8946630c3232075fe2f21bed7e87bd41a587aae5a5d0

jupyter_collaboration-2.0.0a3.tar.gz: caece0dd96dd834cdbedbc6f276c6570dba548eabe9f1ab6d8a8ca9c9206221f
  • Loading branch information
hbcarlos committed Oct 19, 2023
1 parent 0702dc1 commit 0a6ee1e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 15 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

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

## 2.0.0alpha3

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/3364a94e685d6378bacd8abd96f89715a43ec489...0702dc17abeecc801cfc74098e90b612f0d6eedd))

### Bugs fixed

- Fixes error codes [#208](https://github.com/jupyterlab/jupyter-collaboration/pull/208) ([@hbcarlos](https://github.com/hbcarlos))

### Documentation improvements

- Updates documentation [#209](https://github.com/jupyterlab/jupyter-collaboration/pull/209) ([@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-10-17&to=2023-10-19&type=c))

[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2023-10-17..2023-10-19&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ahbcarlos+updated%3A2023-10-17..2023-10-19&type=Issues)

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

## 2.0.0alpha2

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/3ece53a6a0d1ee54008c96196c955fe5ff0a3673...0a361faf48b7bb9d31f9a31fe8598780dc7bfa26))
Expand All @@ -18,8 +38,6 @@ All notable changes to this project will be documented in this file.

[@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ahbcarlos+updated%3A2023-10-17..2023-10-17&type=Issues)

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

## 2.0.0alpha1

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/5162fd2ce85fdc1e87d934dece51d9588e50a526...f5a31579aa5d860064bd50069e899c8be726fd12))
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.0-alpha.2",
"version": "2.0.0-alpha.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.0-alpha.2",
"version": "2.0.0-alpha.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.0-alpha.2",
"version": "2.0.0-alpha.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.0-alpha.2",
"@jupyter/docprovider": "^2.0.0-alpha.2",
"@jupyter/collaboration": "^2.0.0-alpha.3",
"@jupyter/docprovider": "^2.0.0-alpha.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.0-alpha.2",
"version": "2.0.0-alpha.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.0-alpha.2",
"@jupyter/docprovider": "^2.0.0-alpha.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.0-alpha.2",
"version": "2.0.0-alpha.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.0-alpha.2
"@jupyter/docprovider": ^2.0.0-alpha.2
"@jupyter/collaboration": ^2.0.0-alpha.3
"@jupyter/docprovider": ^2.0.0-alpha.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.0-alpha.2, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^2.0.0-alpha.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.0-alpha.2
"@jupyter/docprovider": ^2.0.0-alpha.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.0-alpha.2, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^2.0.0-alpha.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 0a6ee1e

Please sign in to comment.