Skip to content

Commit ed544ba

Browse files
committed
Publish 3.1.0alpha0
SHA256 hashes: jupyter-collaboration-3.1.0-alpha.0.tgz: 999923302909bee48bd1305cac1bf2b4df062ab4e5a4d702598a30a5b1ccb0e7 jupyter-collaboration-extension-3.1.0-alpha.0.tgz: 818475f3e1ac3fed7d6874f24e3f4b767df610d145bc90064f51ad78ebfc4431 jupyter-collaborative-drive-3.1.0-alpha.0.tgz: 9876489c9e417a0392376217a5d84b2b4145ed27c3d66c5cb7330ff3e6c60a2b jupyter-docprovider-3.1.0-alpha.0.tgz: 1f5740dac89a4f08d73eb922ed8fbc94eff1591961573bbddf3430f8cfd4514b jupyter-docprovider-extension-3.1.0-alpha.0.tgz: 2dd1318e4570cb6afc3bcbf0d99eec43e80abc76b4a37949744ba8f3de777e0e jupyter_collaboration-3.1.0a0-py3-none-any.whl: f2d693a3602d16b190e31a50f864cbee0d98c6cb9317c2521aa656a95c847786 jupyter_collaboration-3.1.0a0.tar.gz: 07e4f99d0f50f901feaa86031c745147e0fc73cb8fab10dae23f6640b07b9e3c jupyter_collaboration_ui-1.1.0a0-py3-none-any.whl: 35bbfa2b39110f3b19a28976b52471983ce85df654cc29710e381f98e5b9606d jupyter_collaboration_ui-1.1.0a0.tar.gz: 85e4e0c736a1be12c750fd8619e4c3deed9f7498a561fcde3fc5fdf8f6be4411 jupyter_docprovider-1.1.0a0-py3-none-any.whl: 6691b238f9cd5bee4aef60914348c029fe962fec769c23aa0c904d7f2e53ac3c jupyter_docprovider-1.1.0a0.tar.gz: ed6252ed2670762cd0b2a19f1a68050b788d59d4052d68b02224d7d15ddc9fdf jupyter_server_ydoc-1.1.0a0-py3-none-any.whl: 69ca6ef3a11e481161b60c1af60973f2dc00efc57a975d33c52dcaafb019b9ae jupyter_server_ydoc-1.1.0a0.tar.gz: da61f957e243b5aa6f93f0c19cee8f3ce0a9a8fa7d8936d5fb5aa4e17c51c8bf
1 parent 9363e5a commit ed544ba

File tree

14 files changed

+45
-31
lines changed

14 files changed

+45
-31
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.1.0alpha0
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.1...9363e5a4b8caac92fbaa348ec7895848f1a017a8))
10+
11+
### Enhancements made
12+
13+
- Add fork API [#410](https://github.com/jupyterlab/jupyter-collaboration/pull/410) ([@trungleduc](https://github.com/trungleduc))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-11-26&to=2024-11-29&type=c))
18+
19+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-11-26..2024-11-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-11-26..2024-11-29&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 3.0.1
824

925
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0...9802fd38b041cecb80e1f94be038a2bb798d25b1))
@@ -29,8 +45,6 @@ All notable changes to this project will be documented in this file.
2945

3046
[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-10-29..2024-11-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-10-29..2024-11-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-10-29..2024-11-26&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AMeriem-BenIsmail+updated%3A2024-10-29..2024-11-26&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-10-29..2024-11-26&type=Issues)
3147

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3448
## 3.0.0
3549

3650
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.9...fc7cdfbf2c10f61ce4fe3001d8d12fb9f2291e08))

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.1",
2+
"version": "3.1.0-alpha.0",
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.1",
4+
"version": "3.1.0-alpha.0",
55
"description": "JupyterLab Extension enabling Real-Time Collaboration",
66
"keywords": [
77
"jupyter",

packages/collaboration-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration-extension",
3-
"version": "3.0.1",
3+
"version": "3.1.0-alpha.0",
44
"description": "JupyterLab - Real-Time Collaboration Extension",
55
"keywords": [
66
"jupyter",
@@ -53,9 +53,9 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/collaboration": "^3.0.1",
57-
"@jupyter/collaborative-drive": "^3.0.1",
58-
"@jupyter/docprovider": "^3.0.1",
56+
"@jupyter/collaboration": "^3.1.0-alpha.0",
57+
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
58+
"@jupyter/docprovider": "^3.1.0-alpha.0",
5959
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
6060
"@jupyterlab/application": "^4.2.0",
6161
"@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.1",
3+
"version": "3.1.0-alpha.0",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {

packages/collaborative-drive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaborative-drive",
3-
"version": "3.0.1",
3+
"version": "3.1.0-alpha.0",
44
"description": "JupyterLab - Collaborative Drive",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {

packages/docprovider-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/docprovider-extension",
3-
"version": "3.0.1",
3+
"version": "3.1.0-alpha.0",
44
"description": "JupyterLab - Collaborative Shared Models",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/collaborative-drive": "^3.0.1",
57-
"@jupyter/docprovider": "^3.0.1",
56+
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
57+
"@jupyter/docprovider": "^3.1.0-alpha.0",
5858
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
5959
"@jupyterlab/application": "^4.2.0",
6060
"@jupyterlab/apputils": "^4.2.0",

packages/docprovider/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",
3-
"version": "3.0.1",
3+
"version": "3.1.0-alpha.0",
44
"description": "JupyterLab - Document Provider",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {
@@ -41,7 +41,7 @@
4141
"watch": "tsc -b --watch"
4242
},
4343
"dependencies": {
44-
"@jupyter/collaborative-drive": "^3.0.1",
44+
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
4545
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
4646
"@jupyterlab/apputils": "^4.2.0",
4747
"@jupyterlab/cells": "^4.2.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.1.0.a0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.1"
1+
__version__ = "3.1.0.a0"

0 commit comments

Comments
 (0)