Skip to content

Commit 34e0ac5

Browse files
committed
Publish 3.0.0beta1
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
1 parent 1c3bd64 commit 34e0ac5

File tree

12 files changed

+39
-20
lines changed

12 files changed

+39
-20
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 3.0.0beta1
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.0...1c3bd6470cd53b718a24ad15e7bae89301e4451f))
10+
11+
### Enhancements made
12+
13+
- Move fixtures to `jupyter_server_ydoc.pytest_plugin` [#327](https://github.com/jupyterlab/jupyter-collaboration/pull/327) ([@krassowski](https://github.com/krassowski))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Remove @jupyter/collaboration dependency from @jupyter/docprovider [#331](https://github.com/jupyterlab/jupyter-collaboration/pull/331) ([@brichet](https://github.com/brichet))
18+
- 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))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-07-17&to=2024-07-19&type=c))
23+
24+
[@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)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
728
## 3.0.0beta0
829

930
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.2...ab80f15094f971da6dc6f9afc72e1504c63dc9ff))
@@ -27,8 +48,6 @@ All notable changes to this project will be documented in this file.
2748

2849
[@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)
2950

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3251
## 3.0.0alpha2
3352

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-beta.0",
2+
"version": "3.0.0-beta.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jupyter/real-time-collaboration",
33
"private": true,
4-
"version": "3.0.0-beta.0",
4+
"version": "3.0.0-beta.1",
55
"description": "JupyterLab Extension enabling Real-Time Collaboration",
66
"keywords": [
77
"jupyter",

packages/collaboration-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration-extension",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "JupyterLab - Real-Time Collaboration Extension",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/collaboration": "^3.0.0-beta.0",
57-
"@jupyter/docprovider": "^3.0.0-beta.0",
56+
"@jupyter/collaboration": "^3.0.0-beta.1",
57+
"@jupyter/docprovider": "^3.0.0-beta.1",
5858
"@jupyter/ydoc": "^2.0.0",
5959
"@jupyterlab/application": "^4.2.0",
6060
"@jupyterlab/apputils": "^4.2.0",

packages/collaboration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {

packages/docprovider-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/docprovider-extension",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "JupyterLab - Collaborative Shared Models",
55
"keywords": [
66
"jupyter",
@@ -53,7 +53,7 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/docprovider": "^3.0.0-beta.0",
56+
"@jupyter/docprovider": "^3.0.0-beta.1",
5757
"@jupyter/ydoc": "^2.0.0",
5858
"@jupyterlab/application": "^4.2.0",
5959
"@jupyterlab/apputils": "^4.2.0",

packages/docprovider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/docprovider",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "JupyterLab - Document Provider",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0b0"
1+
__version__ = "1.0.0b1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0b0"
1+
__version__ = "3.0.0b1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0b0"
1+
__version__ = "1.0.0b1"

0 commit comments

Comments
 (0)