Skip to content

Commit

Permalink
Publish 3.0.0beta2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
krassowski committed Aug 12, 2024
1 parent 74a269c commit f04736a
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 20 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

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

## 3.0.0beta2

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

### Bugs fixed

- Allow jupyter-ydoc v3.0.0-a3 or higher [#334](https://github.com/jupyterlab/jupyter-collaboration/pull/334) ([@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-19&to=2024-08-12&type=c))

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

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

## 3.0.0beta1

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.0...1c3bd6470cd53b718a24ad15e7bae89301e4451f))
Expand All @@ -23,8 +39,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-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 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.1",
"version": "3.0.0-beta.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-beta.1",
"version": "3.0.0-beta.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-beta.1",
"version": "3.0.0-beta.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-beta.1",
"@jupyter/docprovider": "^3.0.0-beta.1",
"@jupyter/collaboration": "^3.0.0-beta.2",
"@jupyter/docprovider": "^3.0.0-beta.2",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
"@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.1",
"version": "3.0.0-beta.2",
"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.1",
"version": "3.0.0-beta.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-beta.1",
"@jupyter/docprovider": "^3.0.0-beta.2",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
"@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.1",
"version": "3.0.0-beta.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.0b1"
__version__ = "1.0.0b2"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0b1"
__version__ = "3.0.0b2"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b1"
__version__ = "1.0.0b2"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b1"
__version__ = "1.0.0b2"
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.1
"@jupyter/docprovider": ^3.0.0-beta.1
"@jupyter/collaboration": ^3.0.0-beta.2
"@jupyter/docprovider": ^3.0.0-beta.2
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@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.1, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.0.0-beta.2, @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.1
"@jupyter/docprovider": ^3.0.0-beta.2
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@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.1, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.0.0-beta.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 f04736a

Please sign in to comment.