Skip to content

Commit

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

jupyter-collaboration-3.0.0-beta.1.tgz: 9716760c578c26399b17ed05d21cc6541ba0fec8193d0680c591d972354dc302

jupyter-collaboration-extension-3.0.0-beta.1.tgz: 3384ca9770064e125baeec46cf768e6ff649c5a914985ca02d23d7f1f6f031ef

jupyter-docprovider-3.0.0-beta.1.tgz: a762a9447a93b31a10bbda16f6d97a88513107fa3cdfdfc01f2aad16b29c1021

jupyter-docprovider-extension-3.0.0-beta.1.tgz: 7c2759814958e51f0ebac59f806324d85ca03cecfa7981043187f081162e0494

jupyter_collaboration-3.0.0b1-py3-none-any.whl: 34bc2df04be8d9cedc37d81934dc96dd192b0c1963ec44d7106596b1b96a7c73

jupyter_collaboration-3.0.0b1.tar.gz: 1c38826fff623f2b69824c8ff946e46031190d96fe1486e545309ee9a742e17a

jupyter_collaboration_ui-1.0.0b1-py3-none-any.whl: 08fe69898a64f930877db7022dadd743a5beaa3e646d7e4ed4d9b4e4cef3e463

jupyter_collaboration_ui-1.0.0b1.tar.gz: 3f9cb5522bbd785e9fb28bbba302e070d67cbea3573be7662ba7f297f83e6a3c

jupyter_docprovider-1.0.0b1-py3-none-any.whl: 8289c3ab3a0212bfcb63e010c6ee7ebefad52b46100efc91b9383717b60cd42c

jupyter_docprovider-1.0.0b1.tar.gz: 21c736ddb728bbcc1f325aee8f2e3d992dcfb1fd1da095a85b3b173498a66402

jupyter_server_ydoc-1.0.0b1-py3-none-any.whl: 9820c0ea8d7e1fc67c56684fc7a97e35026c328aa010091d8ce2de1efc0c0861

jupyter_server_ydoc-1.0.0b1.tar.gz: b273fe721ee765cbbf692ad33bc76f75667e8d0c5a29f7ad0ac4ae2f04a94b4b
  • Loading branch information
krassowski committed Jul 19, 2024
1 parent 1c3bd64 commit 34e0ac5
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 20 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> -->

## 3.0.0beta1

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.0...1c3bd6470cd53b718a24ad15e7bae89301e4451f))

### Enhancements made

- Move fixtures to `jupyter_server_ydoc.pytest_plugin` [#327](https://github.com/jupyterlab/jupyter-collaboration/pull/327) ([@krassowski](https://github.com/krassowski))

### Maintenance and upkeep improvements

- Remove @jupyter/collaboration dependency from @jupyter/docprovider [#331](https://github.com/jupyterlab/jupyter-collaboration/pull/331) ([@brichet](https://github.com/brichet))
- Add notebook test for `get_document`, fix fixture when `store=True` [#329](https://github.com/jupyterlab/jupyter-collaboration/pull/329) ([@krassowski](https://github.com/krassowski))

### Contributors to this release

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

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

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

## 3.0.0beta0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.2...ab80f15094f971da6dc6f9afc72e1504c63dc9ff))
Expand All @@ -27,8 +48,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-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 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-beta.0",
"version": "3.0.0-beta.1",
"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-beta.0",
"version": "3.0.0-beta.1",
"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-beta.0",
"version": "3.0.0-beta.1",
"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-beta.0",
"@jupyter/docprovider": "^3.0.0-beta.0",
"@jupyter/collaboration": "^3.0.0-beta.1",
"@jupyter/docprovider": "^3.0.0-beta.1",
"@jupyter/ydoc": "^2.0.0",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.0",
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": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
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-beta.0",
"version": "3.0.0-beta.1",
"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-beta.0",
"@jupyter/docprovider": "^3.0.0-beta.1",
"@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-beta.0",
"version": "3.0.0-beta.1",
"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.0b0"
__version__ = "1.0.0b1"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0b0"
__version__ = "3.0.0b1"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b0"
__version__ = "1.0.0b1"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b0"
__version__ = "1.0.0b1"
10 changes: 5 additions & 5 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-beta.0
"@jupyter/docprovider": ^3.0.0-beta.0
"@jupyter/collaboration": ^3.0.0-beta.1
"@jupyter/docprovider": ^3.0.0-beta.1
"@jupyter/ydoc": ^2.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2110,7 +2110,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^3.0.0-beta.0, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.0.0-beta.1, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
Expand Down Expand Up @@ -2138,7 +2138,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
dependencies:
"@jupyter/docprovider": ^3.0.0-beta.0
"@jupyter/docprovider": ^3.0.0-beta.1
"@jupyter/ydoc": ^2.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2161,7 +2161,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 34e0ac5

Please sign in to comment.