Skip to content

Commit

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

jupyter-collaboration-3.0.0-alpha.2.tgz: ea2a4ac19e08384eba232ba62b891e3b2f308506d574348e1928ddabca59e53d

jupyter-collaboration-extension-3.0.0-alpha.2.tgz: f32e9155ed42ebe6040a02f71521ecdd5d207e870a1c5091b0c566df6c7421ab

jupyter-docprovider-3.0.0-alpha.2.tgz: e77e351823693949d7a7ca733060ea85739dc3482faec968bdb2f9587e6e9314

jupyter-docprovider-extension-3.0.0-alpha.2.tgz: 21905af7e02f35ff8719eb99fa0499b339057bf3d655f64e6f333874534d3410

jupyter_collaboration-3.0.0a2-py3-none-any.whl: cc9eedc5aa9b9f4751e67171cac1c65dc64f9c20310e7a41b3359097c16543b9

jupyter_collaboration-3.0.0a2.tar.gz: c890953cc35b2c27b09ee2408b505f5e8f26ebdefa9c1049ed50ed3e94c5c60b

jupyter_collaboration_ui-1.0.0a2-py3-none-any.whl: 767cd946495c7e63c1395f34471f78619f322f2b9e367ef7eb0aff12db101032

jupyter_collaboration_ui-1.0.0a2.tar.gz: 3c513be8b27437eb09b2942aff4f0d171869b29911bd0aaa100e8137e2380411

jupyter_docprovider-1.0.0a2-py3-none-any.whl: 1d87c1182a37eaa4d7bdf550743f3586532ae07e6dba86c5ae8b0c50dfa38d69

jupyter_docprovider-1.0.0a2.tar.gz: 3fba8615b1f5ec0b5ebf5ada9da63995ad7c51f991f539e2a293d02b7d62f627

jupyter_server_ydoc-1.0.0a2-py3-none-any.whl: cfc1bf1509edfd9f5a1bbf31fd4b333fd30fc84ffdb51b90a699417cdfb6d41d

jupyter_server_ydoc-1.0.0a2.tar.gz: 3573b0465c3bca30ee06263c907b639354a4aa2bdd5997916c541b7834712172
  • Loading branch information
davidbrochart committed May 8, 2024
1 parent 5b166c4 commit adb51b0
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 22 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.

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

## 3.0.0alpha2

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

### Enhancements made

- Start ystore in a task [#303](https://github.com/jupyterlab/jupyter-collaboration/pull/303) ([@davidbrochart](https://github.com/davidbrochart))

### Bugs fixed

- Fix writing settings in page_config [#304](https://github.com/jupyterlab/jupyter-collaboration/pull/304) ([@fcollonval](https://github.com/fcollonval))

### Maintenance and upkeep improvements

- Update JupyterLab 4.2.0 and fix test start store [#305](https://github.com/jupyterlab/jupyter-collaboration/pull/305) ([@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-01&to=2024-05-08&type=c))

[@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 All @@ -27,8 +51,6 @@ All notable changes to this project will be documented in this file.

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-04-16..2024-04-30&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-04-16..2024-04-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-04-16..2024-04-30&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-04-16..2024-04-30&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-04-16..2024-04-30&type=Issues)

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

## 3.0.0alpha0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.11...a3b498471ace2b47f430984531ef8b98e68bc40f))
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.1",
"version": "3.0.0-alpha.2",
"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.1",
"version": "3.0.0-alpha.2",
"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.1",
"version": "3.0.0-alpha.2",
"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.1",
"@jupyter/docprovider": "^3.0.0-alpha.1",
"@jupyter/collaboration": "^3.0.0-alpha.2",
"@jupyter/docprovider": "^3.0.0-alpha.2",
"@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.1",
"version": "3.0.0-alpha.2",
"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.1",
"@jupyter/docprovider": "^3.0.0-alpha.2",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/services": "^7.0.5",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.0.0-alpha.2",
"description": "JupyterLab - Collaborative Shared Models",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,7 +53,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/docprovider": "^3.0.0-alpha.1",
"@jupyter/docprovider": "^3.0.0-alpha.2",
"@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.1",
"version": "3.0.0-alpha.2",
"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.0a1"
__version__ = "1.0.0a2"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0a1"
__version__ = "3.0.0a2"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0a1"
__version__ = "1.0.0a2"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0a1"
__version__ = "1.0.0a2"
12 changes: 6 additions & 6 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.1
"@jupyter/docprovider": ^3.0.0-alpha.1
"@jupyter/collaboration": ^3.0.0-alpha.2
"@jupyter/docprovider": ^3.0.0-alpha.2
"@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.1, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.0.0-alpha.2, @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.1
"@jupyter/docprovider": ^3.0.0-alpha.2
"@jupyterlab/apputils": ^4.0.5
"@jupyterlab/coreutils": ^6.0.5
"@jupyterlab/services": ^7.0.5
Expand All @@ -2137,7 +2137,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
dependencies:
"@jupyter/docprovider": ^3.0.0-alpha.1
"@jupyter/docprovider": ^3.0.0-alpha.2
"@jupyter/ydoc": ^2.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2160,7 +2160,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit adb51b0

Please sign in to comment.