Skip to content

Commit

Permalink
Publish 3.1.0rc0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-collaboration-3.1.0-rc.0.tgz: bf770522265adf4ea95cf30613d604f7c6677f1774799597495374cf7889b15a

jupyter-collaboration-extension-3.1.0-rc.0.tgz: 5a0c104fd9531b911800d1e7b6a24451a378f273a4b6c2631023c7245d86c987

jupyter-collaborative-drive-3.1.0-rc.0.tgz: 2c193c2208b93354264fa6485b6e87c8338850fd20ee1dea00d998b77d955e6d

jupyter-docprovider-3.1.0-rc.0.tgz: e4c604b4c7a2bb90fcedca5c8746d783424e82dc8ee8b61e0604bed0746c5be2

jupyter-docprovider-extension-3.1.0-rc.0.tgz: b68edeeb43c5efd08e94fdaa917d3da8863f038070a915f9a955a0e68d547b40

jupyter_collaboration-3.1.0rc0-py3-none-any.whl: 9fd5fb132538129bf5db9335273bbfdfa3172cc26cb3ec04fd2bf7a421ce8693

jupyter_collaboration-3.1.0rc0.tar.gz: 663688dde1f14010499f7f8309f1a695a53f05abf03ffb0f41104d006a57e463

jupyter_collaboration_ui-1.1.0rc0-py3-none-any.whl: f3c780fd3a8b6e51850d97bf62e09ea39a613e952e798e1c959959e99d1b3358

jupyter_collaboration_ui-1.1.0rc0.tar.gz: db6e944a99b0a4779bd2588b5775b0ef326c1bb0d65f5447b16f9ecad9eb60e1

jupyter_docprovider-1.1.0rc0-py3-none-any.whl: 9d3f4d1e3f6f5a10abe48dbb3c4271f8c3294b64a9281bc86fb96372a7ba3fb1

jupyter_docprovider-1.1.0rc0.tar.gz: e2572988fd11df72a84e11558b0247ce7d91ecaa375e6680cf922b2be4b2f7c6

jupyter_server_ydoc-1.1.0rc0-py3-none-any.whl: 78fb123f35db3fe1efa918963c465c66e840dda4e4411c8d924e49cd193f8026

jupyter_server_ydoc-1.1.0rc0.tar.gz: 08aa06f1fcbaa19626f87392e11342e5823aaa9cdbf4088015ac68043106f117
  • Loading branch information
davidbrochart committed Dec 3, 2024
1 parent efa5120 commit 30e634c
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.0rc0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0-beta.0...efa512058ef46d6bdbeb8a07864c939625d5642b))

### Bugs fixed

- Fix rename [#413](https://github.com/jupyterlab/jupyter-collaboration/pull/413) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

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

[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-12-02..2024-12-03&type=Issues)

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

## 3.1.0beta0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0-alpha.0...a4f6108585ca98602c419c4bd0fc64eff2d3a820))
Expand All @@ -18,8 +34,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-11-29..2024-12-02&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-11-29..2024-12-02&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-11-29..2024-12-02&type=Issues)

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

## 3.1.0alpha0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.1...9363e5a4b8caac92fbaa348ec7895848f1a017a8))
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.1.0-beta.0",
"version": "3.1.0-rc.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.1.0-beta.0",
"version": "3.1.0-rc.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.1.0-beta.0",
"version": "3.1.0-rc.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.1.0-beta.0",
"@jupyter/collaborative-drive": "^3.1.0-beta.0",
"@jupyter/docprovider": "^3.1.0-beta.0",
"@jupyter/collaboration": "^3.1.0-rc.0",
"@jupyter/collaborative-drive": "^3.1.0-rc.0",
"@jupyter/docprovider": "^3.1.0-rc.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.1.0-beta.0",
"version": "3.1.0-rc.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.1.0-beta.0",
"version": "3.1.0-rc.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.1.0-beta.0",
"version": "3.1.0-rc.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.1.0-beta.0",
"@jupyter/docprovider": "^3.1.0-beta.0",
"@jupyter/collaborative-drive": "^3.1.0-rc.0",
"@jupyter/docprovider": "^3.1.0-rc.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.1.0-beta.0",
"version": "3.1.0-rc.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.1.0-beta.0",
"@jupyter/collaborative-drive": "^3.1.0-rc.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.1.0b0"
__version__ = "1.1.0rc0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.0b0"
__version__ = "3.1.0rc0"
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.1.0b0",
"jupyter_docprovider>=1.1.0b0",
"jupyter_server_ydoc>=1.1.0b0",
"jupyter_collaboration_ui>=1.1.0rc0",
"jupyter_docprovider>=1.1.0rc0",
"jupyter_server_ydoc>=1.1.0rc0",
]

[tool.hatch.version]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0b0"
__version__ = "1.1.0rc0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0b0"
__version__ = "1.1.0rc0"
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.1.0-beta.0
"@jupyter/collaborative-drive": ^3.1.0-beta.0
"@jupyter/docprovider": ^3.1.0-beta.0
"@jupyter/collaboration": ^3.1.0-rc.0
"@jupyter/collaborative-drive": ^3.1.0-rc.0
"@jupyter/docprovider": ^3.1.0-rc.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.1.0-beta.0, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.1.0-rc.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.1.0-beta.0, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
"@jupyter/collaborative-drive@^3.1.0-rc.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.1.0-beta.0
"@jupyter/docprovider": ^3.1.0-beta.0
"@jupyter/collaborative-drive": ^3.1.0-rc.0
"@jupyter/docprovider": ^3.1.0-rc.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.1.0-beta.0, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.1.0-rc.0, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
"@jupyter/collaborative-drive": ^3.1.0-beta.0
"@jupyter/collaborative-drive": ^3.1.0-rc.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 30e634c

Please sign in to comment.