Skip to content

Commit b8fafc0

Browse files
committed
Publish 3.0.0beta3
SHA256 hashes: jupyter-collaboration-3.0.0-beta.3.tgz: 977ffca1fa9c418c2bb8eebeab404daf99c1c95041cd198db2f8133206af01ef jupyter-collaboration-extension-3.0.0-beta.3.tgz: 00ad11157a32bec512ea034dd0c24fd596a7ff60107092b54378e9186c3b9e38 jupyter-docprovider-3.0.0-beta.3.tgz: 487a89d4c8266ac7946c8674509448b67c00995d6e5e1ff132e5555b4460ef80 jupyter-docprovider-extension-3.0.0-beta.3.tgz: 8e30d76c232789692f9f0938117c9f692bd1dbc10e3bb29f1b0a7a1d18c61308 jupyter_collaboration-3.0.0b3-py3-none-any.whl: 4850b7b9bf4d17250e8930564c4607392049e3021634409dd88ecdb3184af838 jupyter_collaboration-3.0.0b3.tar.gz: 9289684ff6eb5c9870d9384877a3628931ce177891b22dba4a16b8c9958c630b jupyter_collaboration_ui-1.0.0b3-py3-none-any.whl: ea91171177b7acf9c1419b118228f1eb69d8414b36b9ef85b3e3884d7c5836bd jupyter_collaboration_ui-1.0.0b3.tar.gz: 6b545bd4454f42248a57dd6dbc94978dd0d4d3f00d49aff2a943367a87ea2edc jupyter_docprovider-1.0.0b3-py3-none-any.whl: f72b7f349e7cdfdd7e97c10379d187da957e61f91a731b415721735194e7ec29 jupyter_docprovider-1.0.0b3.tar.gz: 6863a528439cfb0707480b151072368bf97a99e5a424dde67f40ff45ed30adc0 jupyter_server_ydoc-1.0.0b3-py3-none-any.whl: df0307eedf66ea49ed5fe33eef3de83230418150e05ebd33d9b5938859504595 jupyter_server_ydoc-1.0.0b3.tar.gz: 26558b814f341cb604ff64678462070c598a061eb3f01175a137af4deaa36402
1 parent 1b74c43 commit b8fafc0

File tree

13 files changed

+36
-20
lines changed

13 files changed

+36
-20
lines changed

CHANGELOG.md

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

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

7+
## 3.0.0beta3
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.2...1b74c437fec5475548e8cf08233c0992dcfdd4f8))
10+
11+
### Bugs fixed
12+
13+
- Fix spurious "File Changed" dialog in JupyterLab 4.1+/Notebook 7.1+ [#337](https://github.com/jupyterlab/jupyter-collaboration/pull/337) ([@krassowski](https://github.com/krassowski))
14+
- Bump dependencies to fix CI [#335](https://github.com/jupyterlab/jupyter-collaboration/pull/335) ([@krassowski](https://github.com/krassowski))
15+
16+
### Contributors to this release
17+
18+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-08-12&to=2024-08-24&type=c))
19+
20+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-08-12..2024-08-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-08-12..2024-08-24&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-08-12..2024-08-24&type=Issues)
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
724
## 3.0.0beta2
825

926
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.1...74a269c38d49fe5ff413322178508719c54790a3))
@@ -18,8 +35,6 @@ All notable changes to this project will be documented in this file.
1835

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

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2338
## 3.0.0beta1
2439

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

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

projects/jupyter-collaboration/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3+
dependencies = ["jupyter_collaboration>=3.0.0b3", "jupyter_collaboration_ui>=1.0.0b3", "jupyter_docprovider>=1.0.0b3", "jupyter_server_ydoc>=1.0.0b3"]
34

45
[build-system]
56
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)