Skip to content

Commit 5f0d1bb

Browse files
krassowskiandrii-i
authored andcommitted
Publish 3.0.0beta2
SHA256 hashes: jupyter-collaboration-3.0.0-beta.2.tgz: 90fa28699e4dfa9c52ce1c2ddf5d5de3c5de48414f64e3e6e7fe6b09c12a1c35 jupyter-collaboration-extension-3.0.0-beta.2.tgz: 1977c76dfdb7ff8b789340d4f8b120809fb0a1bd6d40a3205391c7b7173995c6 jupyter-docprovider-3.0.0-beta.2.tgz: d537245bdcdc17256323c3d89075c0b3ccbd70cad5b3ab91c8930a021c74b0aa jupyter-docprovider-extension-3.0.0-beta.2.tgz: 9d410f23e2d72c90b38b8a9fc82931b84cb782b8a7ecbc40fe03db274fe29bb7 jupyter_collaboration-3.0.0b2-py3-none-any.whl: 9b17fb9c743dde851298005be9daf6911902b7df0b42c3b39ef6647056df2db1 jupyter_collaboration-3.0.0b2.tar.gz: 72cf26e6a978194a80a27f564f5685fbbde52670b257a6de3a1c89c2f31e403d jupyter_collaboration_ui-1.0.0b2-py3-none-any.whl: 53c3e2d882cf5eb520bf175f5c6c89d5b94853960c4532b40e4b36b64134dac3 jupyter_collaboration_ui-1.0.0b2.tar.gz: 76c7165f5483dbe8b0d1238b81fbaaa76636637ba17e4cd10a351ed68ea57d40 jupyter_docprovider-1.0.0b2-py3-none-any.whl: 93a3a930515d2c7f39796b20b84094d4722b6caaecb0b9b2cdf15b760b94dc5b jupyter_docprovider-1.0.0b2.tar.gz: 1c674fecaf1c733bf7367b742d395d9710d745c7cc916b5034facee95e686c36 jupyter_server_ydoc-1.0.0b2-py3-none-any.whl: 286c9a45ba75324fc8f9b93abfc0c1c1a3b166a69ab9a4c5cace5a3c533255ad jupyter_server_ydoc-1.0.0b2.tar.gz: aff110b7d3f300cb97d9093fecf55aef97e6174be87d8a1c36a84e5cba69cd0d
1 parent 59500f1 commit 5f0d1bb

File tree

12 files changed

+34
-20
lines changed

12 files changed

+34
-20
lines changed

CHANGELOG.md

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

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

7+
## 3.0.0beta2
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.1...74a269c38d49fe5ff413322178508719c54790a3))
10+
11+
### Bugs fixed
12+
13+
- Allow jupyter-ydoc v3.0.0-a3 or higher [#334](https://github.com/jupyterlab/jupyter-collaboration/pull/334) ([@krassowski](https://github.com/krassowski))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-07-19&to=2024-08-12&type=c))
18+
19+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-07-19..2024-08-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-07-19..2024-08-12&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 3.0.0beta1
824

925
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.0...1c3bd6470cd53b718a24ad15e7bae89301e4451f))
@@ -23,8 +39,6 @@ All notable changes to this project will be documented in this file.
2339

2440
[@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)
2541

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2842
## 3.0.0beta0
2943

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

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.1",
2+
"version": "3.0.0-beta.2",
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.1",
4+
"version": "3.0.0-beta.2",
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.1",
3+
"version": "3.0.0-beta.2",
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.1",
57-
"@jupyter/docprovider": "^3.0.0-beta.1",
56+
"@jupyter/collaboration": "^3.0.0-beta.2",
57+
"@jupyter/docprovider": "^3.0.0-beta.2",
5858
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
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.1",
3+
"version": "3.0.0-beta.2",
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.1",
3+
"version": "3.0.0-beta.2",
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.1",
56+
"@jupyter/docprovider": "^3.0.0-beta.2",
5757
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
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.1",
3+
"version": "3.0.0-beta.2",
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.0b1"
1+
__version__ = "1.0.0b2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0b1"
1+
__version__ = "3.0.0b2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0b1"
1+
__version__ = "1.0.0b2"

0 commit comments

Comments
 (0)