Skip to content

Commit

Permalink
Publish 3.1.0alpha0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davidbrochart committed Nov 29, 2024
1 parent 9363e5a commit ed544ba
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 31 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.1.0alpha0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.1...9363e5a4b8caac92fbaa348ec7895848f1a017a8))

### Enhancements made

- Add fork API [#410](https://github.com/jupyterlab/jupyter-collaboration/pull/410) ([@trungleduc](https://github.com/trungleduc))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-11-26&to=2024-11-29&type=c))

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

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

## 3.0.1

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

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

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

## 3.0.0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.9...fc7cdfbf2c10f61ce4fe3001d8d12fb9f2291e08))
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.1",
"version": "3.1.0-alpha.0",
"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.1",
"version": "3.1.0-alpha.0",
"description": "JupyterLab Extension enabling Real-Time Collaboration",
"keywords": [
"jupyter",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "3.1.0-alpha.0",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,9 +53,9 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^3.0.1",
"@jupyter/collaborative-drive": "^3.0.1",
"@jupyter/docprovider": "^3.0.1",
"@jupyter/collaboration": "^3.1.0-alpha.0",
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
"@jupyter/docprovider": "^3.1.0-alpha.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@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.1",
"version": "3.1.0-alpha.0",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/collaborative-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaborative-drive",
"version": "3.0.1",
"version": "3.1.0-alpha.0",
"description": "JupyterLab - Collaborative Drive",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "3.1.0-alpha.0",
"description": "JupyterLab - Collaborative Shared Models",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.1",
"@jupyter/docprovider": "^3.0.1",
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
"@jupyter/docprovider": "^3.1.0-alpha.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider",
"version": "3.0.1",
"version": "3.1.0-alpha.0",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.1",
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/cells": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.1.0.a0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.1"
__version__ = "3.1.0.a0"
6 changes: 3 additions & 3 deletions projects/jupyter-collaboration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"jupyter_collaboration_ui>=1.0.1",
"jupyter_docprovider>=1.0.1",
"jupyter_server_ydoc>=1.0.1",
"jupyter_collaboration_ui>=1.1.0.a0",
"jupyter_docprovider>=1.1.0.a0",
"jupyter_server_ydoc>=1.1.0.a0",
]

[tool.hatch.version]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.1.0.a0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.1.0.a0"
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2020,9 +2020,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^3.0.1
"@jupyter/collaborative-drive": ^3.0.1
"@jupyter/docprovider": ^3.0.1
"@jupyter/collaboration": ^3.1.0-alpha.0
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
"@jupyter/docprovider": ^3.1.0-alpha.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2044,7 +2044,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^3.0.1, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.1.0-alpha.0, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
Expand All @@ -2068,7 +2068,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaborative-drive@^3.0.1, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
"@jupyter/collaborative-drive@^3.1.0-alpha.0, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
version: 0.0.0-use.local
resolution: "@jupyter/collaborative-drive@workspace:packages/collaborative-drive"
dependencies:
Expand All @@ -2085,8 +2085,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
dependencies:
"@jupyter/collaborative-drive": ^3.0.1
"@jupyter/docprovider": ^3.0.1
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
"@jupyter/docprovider": ^3.1.0-alpha.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2109,11 +2109,11 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^3.0.1, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.1.0-alpha.0, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
"@jupyter/collaborative-drive": ^3.0.1
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/cells": ^4.2.0
Expand Down

0 comments on commit ed544ba

Please sign in to comment.