Skip to content

Commit 7100c29

Browse files
committed
Publish 3.0.0alpha1
SHA256 hashes: jupyter-collaboration-3.0.0-alpha.1.tgz: 95ae00c744f380ee0c3a07804e11e2931e95fd579504e169a34cb87525cc289c jupyter-collaboration-extension-3.0.0-alpha.1.tgz: c5e32a109f65282479ab1bb0bba64ce1771f477bc24a779d93723853b8063593 jupyter-docprovider-3.0.0-alpha.1.tgz: f78f11101a8ff7fd14a384b385d501afc663cb8e84b9762d7a4f324bc0904aa2 jupyter-docprovider-extension-3.0.0-alpha.1.tgz: 2a5fdf24566e3e6505935eb0f56e62ffc0ede1cd9401a49a80166a4c9af1bee7 jupyter_collaboration-3.0.0a1-py3-none-any.whl: 42adc284163a9beb7b83af5872dccd5c64b984d3abbd38e1a3299c3b2c5fea6e jupyter_collaboration-3.0.0a1.tar.gz: 8702362c386ddc67ab993045c07d9bfd491064b564ddd1d28bc3d12aee78de50 jupyter_collaboration_ui-1.0.0a1-py3-none-any.whl: 202a22c90bd7e5fad7fba2f4fcd9b69d4c4a8b55d108b4e907055877cb9f5479 jupyter_collaboration_ui-1.0.0a1.tar.gz: 10a149e4c8855ea19d85bbcbe439e8476fa1e6c352d11fbf1074763591042e96 jupyter_docprovider-1.0.0a1-py3-none-any.whl: 1ab9e63e78e500e3dc828becd2ae684d515feb9de339ed544df20ad82e0f6b2c jupyter_docprovider-1.0.0a1.tar.gz: bdaf3667c3cd2dc73f2ae88086e754c80823ac91ae9d300b5c8b062218d4520b jupyter_server_ydoc-1.0.0a1-py3-none-any.whl: 7661e84eda874375e068027a2fcf111d1bb143f60b5839fcd4bb0d241491b5ff jupyter_server_ydoc-1.0.0a1.tar.gz: 6bde0ee80e0ccfbdd26250a964804095b73f18aa5a51b7d2fa314e570b4b3c88
1 parent 6753b2a commit 7100c29

File tree

12 files changed

+45
-22
lines changed

12 files changed

+45
-22
lines changed

CHANGELOG.md

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

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

7+
## 3.0.0alpha1
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.0...6753b2aaab7ce0beac29da9978d8350d1eeaaff4))
10+
11+
### Enhancements made
12+
13+
- Log (instead of raise) exceptions when running as a server extension [#295](https://github.com/jupyterlab/jupyter-collaboration/pull/295) ([@Zsailer](https://github.com/Zsailer))
14+
- handle exception when websocket server start room failed [#289](https://github.com/jupyterlab/jupyter-collaboration/pull/289) ([@jzhang20133](https://github.com/jzhang20133))
15+
16+
### Bugs fixed
17+
18+
- Rename the docprovider destination name to avoid conficts [#285](https://github.com/jupyterlab/jupyter-collaboration/pull/285) ([@brichet](https://github.com/brichet))
19+
20+
### Maintenance and upkeep improvements
21+
22+
- Update pycrdt-websocket v0.13.0 [#293](https://github.com/jupyterlab/jupyter-collaboration/pull/293) ([@davidbrochart](https://github.com/davidbrochart))
23+
24+
### Contributors to this release
25+
26+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-04-16&to=2024-04-30&type=c))
27+
28+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-04-16..2024-04-30&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-04-16..2024-04-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-04-16..2024-04-30&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-04-16..2024-04-30&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-04-16..2024-04-30&type=Issues)
29+
30+
<!-- <END NEW CHANGELOG ENTRY> -->
31+
732
## 3.0.0alpha0
833

934
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.11...a3b498471ace2b47f430984531ef8b98e68bc40f))
@@ -26,8 +51,6 @@ All notable changes to this project will be documented in this file.
2651

2752
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-03-28..2024-04-16&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-28..2024-04-16&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aellisonbg+updated%3A2024-03-28..2024-04-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-28..2024-04-16&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-03-28..2024-04-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-03-28..2024-04-16&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-03-28..2024-04-16&type=Issues)
2853

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3154
## 2.0.11
3255

3356
### Enhancements made

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-alpha.0",
2+
"version": "3.0.0-alpha.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-alpha.0",
4+
"version": "3.0.0-alpha.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-alpha.0",
3+
"version": "3.0.0-alpha.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-alpha.0",
57-
"@jupyter/docprovider": "^3.0.0-alpha.0",
56+
"@jupyter/collaboration": "^3.0.0-alpha.1",
57+
"@jupyter/docprovider": "^3.0.0-alpha.1",
5858
"@jupyter/ydoc": "^1.1.0-a0",
5959
"@jupyterlab/application": "^4.2.0-beta.0",
6060
"@jupyterlab/apputils": "^4.2.0-beta.0",

packages/collaboration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@codemirror/state": "^6.2.0",
4343
"@codemirror/view": "^6.7.0",
44-
"@jupyter/docprovider": "^3.0.0-alpha.0",
44+
"@jupyter/docprovider": "^3.0.0-alpha.1",
4545
"@jupyterlab/apputils": "^4.0.5",
4646
"@jupyterlab/coreutils": "^6.0.5",
4747
"@jupyterlab/services": "^7.0.5",

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-alpha.0",
3+
"version": "3.0.0-alpha.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-alpha.0",
56+
"@jupyter/docprovider": "^3.0.0-alpha.1",
5757
"@jupyter/ydoc": "^1.1.0-a0",
5858
"@jupyterlab/application": "^4.2.0-beta.0",
5959
"@jupyterlab/apputils": "^4.2.0-beta.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-alpha.0",
3+
"version": "3.0.0-alpha.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.0a0"
1+
__version__ = "1.0.0a1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0a0"
1+
__version__ = "3.0.0a1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0a0"
1+
__version__ = "1.0.0a1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0a0"
1+
__version__ = "1.0.0a1"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,8 +2094,8 @@ __metadata:
20942094
version: 0.0.0-use.local
20952095
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
20962096
dependencies:
2097-
"@jupyter/collaboration": ^3.0.0-alpha.0
2098-
"@jupyter/docprovider": ^3.0.0-alpha.0
2097+
"@jupyter/collaboration": ^3.0.0-alpha.1
2098+
"@jupyter/docprovider": ^3.0.0-alpha.1
20992099
"@jupyter/ydoc": ^1.1.0-a0
21002100
"@jupyterlab/application": ^4.2.0-beta.0
21012101
"@jupyterlab/apputils": ^4.2.0-beta.0
@@ -2117,13 +2117,13 @@ __metadata:
21172117
languageName: unknown
21182118
linkType: soft
21192119

2120-
"@jupyter/collaboration@^3.0.0-alpha.0, @jupyter/collaboration@workspace:packages/collaboration":
2120+
"@jupyter/collaboration@^3.0.0-alpha.1, @jupyter/collaboration@workspace:packages/collaboration":
21212121
version: 0.0.0-use.local
21222122
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
21232123
dependencies:
21242124
"@codemirror/state": ^6.2.0
21252125
"@codemirror/view": ^6.7.0
2126-
"@jupyter/docprovider": ^3.0.0-alpha.0
2126+
"@jupyter/docprovider": ^3.0.0-alpha.1
21272127
"@jupyterlab/apputils": ^4.0.5
21282128
"@jupyterlab/coreutils": ^6.0.5
21292129
"@jupyterlab/services": ^7.0.5
@@ -2144,7 +2144,7 @@ __metadata:
21442144
version: 0.0.0-use.local
21452145
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
21462146
dependencies:
2147-
"@jupyter/docprovider": ^3.0.0-alpha.0
2147+
"@jupyter/docprovider": ^3.0.0-alpha.1
21482148
"@jupyter/ydoc": ^1.1.0-a0
21492149
"@jupyterlab/application": ^4.2.0-beta.0
21502150
"@jupyterlab/apputils": ^4.2.0-beta.0
@@ -2167,7 +2167,7 @@ __metadata:
21672167
languageName: unknown
21682168
linkType: soft
21692169

2170-
"@jupyter/docprovider@^3.0.0-alpha.0, @jupyter/docprovider@workspace:packages/docprovider":
2170+
"@jupyter/docprovider@^3.0.0-alpha.1, @jupyter/docprovider@workspace:packages/docprovider":
21712171
version: 0.0.0-use.local
21722172
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
21732173
dependencies:

0 commit comments

Comments
 (0)