Skip to content

Commit

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

jupyter-collaboration-3.0.0-beta.0.tgz: 242c57e6d36eb6c92fbd9e3fd4220692e3610f3356b8ff434eacfe0b6006fa8d

jupyter-collaboration-extension-3.0.0-beta.0.tgz: 7a09aa7cfa0e467986f4d895b838a7c06858cf40d902c4255efca29defc51f67

jupyter-docprovider-3.0.0-beta.0.tgz: eaa379ccda01d2ba6565d661b30cd1d08ee9a1f505da26f538b194570ed33aa6

jupyter-docprovider-extension-3.0.0-beta.0.tgz: 1e44485454ea236121abc98f6fd168a9384103d2f91036c7c20c556d857f1b77

jupyter_collaboration-3.0.0b0-py3-none-any.whl: acabea114a7830940993f7e8163106bfc6e8070a35dcf9624cecc1b17d33886f

jupyter_collaboration-3.0.0b0.tar.gz: 98db1d00bb8728e952a082f234f3e01f62609b7d91b462757ea4aa28cda482fb

jupyter_collaboration_ui-1.0.0b0-py3-none-any.whl: 27dea85f82caf0143927aca9c0c1232e84f63485dfc0841d2bd4c1ba728cfb50

jupyter_collaboration_ui-1.0.0b0.tar.gz: e9cc0814f7d6c5a61ab95204e408e8ccd90b48a91e92047a048f1e1758f99d24

jupyter_docprovider-1.0.0b0-py3-none-any.whl: a0d9fecd7fb00d8a575203cd4ec9392fb9b05a42f4f7ce9d6c731879caa6f089

jupyter_docprovider-1.0.0b0.tar.gz: 48d1a3f6f40e3ed8ae72d1c047ea9efc171e4b2a49489e24b89513876a3deb8c

jupyter_server_ydoc-1.0.0b0-py3-none-any.whl: e2b0bddcbfd720be035a1cf4280a8d0b22070338a2e7d6d9a3acbf7d034a3014

jupyter_server_ydoc-1.0.0b0.tar.gz: 9b80121998a052c7effa05771ee0889025ac28cedb26057ef22e57e48317ce8e
  • Loading branch information
krassowski committed Jul 17, 2024
1 parent ab80f15 commit bcc36e1
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 24 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.

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

## 3.0.0beta0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.2...ab80f15094f971da6dc6f9afc72e1504c63dc9ff))

### Enhancements made

- Add the list of opened shared documents to the user awareness [#287](https://github.com/jupyterlab/jupyter-collaboration/pull/287) ([@brichet](https://github.com/brichet))

### Bugs fixed

- Fix use of traitlets to configure YStore class [#322](https://github.com/jupyterlab/jupyter-collaboration/pull/322) ([@krassowski](https://github.com/krassowski))
- Fix for code execution on the Jupyter Server [#307](https://github.com/jupyterlab/jupyter-collaboration/pull/307) ([@fcollonval](https://github.com/fcollonval))

### Maintenance and upkeep improvements

- Bump pycrdt-websocket v0.14.0 [#320](https://github.com/jupyterlab/jupyter-collaboration/pull/320) ([@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-05-08&to=2024-07-17&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-05-08..2024-07-17&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-05-08..2024-07-17&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-05-08..2024-07-17&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-08..2024-07-17&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-05-08..2024-07-17&type=Issues)

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

## 3.0.0alpha2

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.1...5b166c49d76ed5a009ae7f5dc8c4bf9a881913b0))
Expand All @@ -26,8 +51,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%3A2024-05-01..2024-05-08&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-05-01..2024-05-08&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-01..2024-05-08&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-05-01..2024-05-08&type=Issues)

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

## 3.0.0alpha1

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.0...6753b2aaab7ce0beac29da9978d8350d1eeaaff4))
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": "3.0.0-alpha.2",
"version": "3.0.0-beta.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": "3.0.0-alpha.2",
"version": "3.0.0-beta.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": "3.0.0-alpha.2",
"version": "3.0.0-beta.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": "^3.0.0-alpha.2",
"@jupyter/docprovider": "^3.0.0-alpha.2",
"@jupyter/collaboration": "^3.0.0-beta.0",
"@jupyter/docprovider": "^3.0.0-beta.0",
"@jupyter/ydoc": "^2.0.0",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.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": "3.0.0-alpha.2",
"version": "3.0.0-beta.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": "^3.0.0-alpha.2",
"@jupyter/docprovider": "^3.0.0-beta.0",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/docregistry": "^4.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/docprovider-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider-extension",
"version": "3.0.0-alpha.2",
"version": "3.0.0-beta.0",
"description": "JupyterLab - Collaborative Shared Models",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^3.0.0-alpha.2",
"@jupyter/docprovider": "^3.0.0-alpha.2",
"@jupyter/collaboration": "^3.0.0-beta.0",
"@jupyter/docprovider": "^3.0.0-beta.0",
"@jupyter/ydoc": "^2.0.0",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.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": "3.0.0-alpha.2",
"version": "3.0.0-beta.0",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0a2"
__version__ = "1.0.0b0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0a2"
__version__ = "3.0.0b0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0a2"
__version__ = "1.0.0b0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0a2"
__version__ = "1.0.0b0"
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2087,8 +2087,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^3.0.0-alpha.2
"@jupyter/docprovider": ^3.0.0-alpha.2
"@jupyter/collaboration": ^3.0.0-beta.0
"@jupyter/docprovider": ^3.0.0-beta.0
"@jupyter/ydoc": ^2.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2110,13 +2110,13 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^3.0.0-alpha.2, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.0.0-beta.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": ^3.0.0-alpha.2
"@jupyter/docprovider": ^3.0.0-beta.0
"@jupyterlab/apputils": ^4.0.5
"@jupyterlab/coreutils": ^6.0.5
"@jupyterlab/docregistry": ^4.0.5
Expand All @@ -2139,8 +2139,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
dependencies:
"@jupyter/collaboration": ^3.0.0-alpha.2
"@jupyter/docprovider": ^3.0.0-alpha.2
"@jupyter/collaboration": ^3.0.0-beta.0
"@jupyter/docprovider": ^3.0.0-beta.0
"@jupyter/ydoc": ^2.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2163,7 +2163,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^3.0.0-alpha.2, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.0.0-beta.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 bcc36e1

Please sign in to comment.