Skip to content

Commit

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

jupyter-collaboration-3.1.0.tgz: bae51d8b938890cb97911e33fb41b56a67cab0ed7a9ed5fbceb29be3efe3621f

jupyter-collaboration-extension-3.1.0.tgz: d2b70165ceaa3329af2a9696f79945a37daab54a6ea60658f317f44a75096b47

jupyter-collaborative-drive-3.1.0.tgz: 7d3c2782a870d6594d60486d8e6ed47522f5a1f4313ee1f530c5302c04e595dd

jupyter-docprovider-3.1.0.tgz: 0c0e981e90f3851119eeb3abdb7695dc673d0385e0396ca524aedc07631072c0

jupyter-docprovider-extension-3.1.0.tgz: faae169a0f5244aaeb39484d5f5a20eee0af8f9ceb4f15022eb77f36b273ffea

jupyter_collaboration-3.1.0-py3-none-any.whl: cf3deac40d033502d54aa1d760d7c5751930e8dce12a87447f33279f8234cccb

jupyter_collaboration-3.1.0.tar.gz: 043986e6fcdd8a4161df8d9716a93ddaafec9a274aa9b503584c7a80e461ee9f

jupyter_collaboration_ui-1.1.0-py3-none-any.whl: 3ed2dd1bb2465f5f9f1b4b8e06d65940273f161085a481d01b1511e7ec2ca80a

jupyter_collaboration_ui-1.1.0.tar.gz: e536ca0bace1555bfabda7b05252f6ed93fdd51fa07bfeb014170a6c69553070

jupyter_docprovider-1.1.0-py3-none-any.whl: 42fef87d71c7a82099c02544d669853ffd5b55d156f13a4226c17421c0d2efb8

jupyter_docprovider-1.1.0.tar.gz: c2ddc8d9a82329fff0a95261cc827b669359876af7fb2f2bafa8dbdf839ab172

jupyter_server_ydoc-1.1.0-py3-none-any.whl: 28decc0195e885a2333cbe626cc1279ead53136f28ad7258bc99a15791eca92c

jupyter_server_ydoc-1.1.0.tar.gz: 270ec51418a541e81249355781633b71c130e2bf4a0905c88ea23b6ce5080d6f
  • Loading branch information
davidbrochart committed Dec 10, 2024
1 parent 30e634c commit 47305e4
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 31 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## 3.1.0

No merged PRs

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

## 3.1.0rc0

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

[tool.hatch.version]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0rc0"
__version__ = "1.1.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0rc0"
__version__ = "1.1.0"
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-rc.0
"@jupyter/collaborative-drive": ^3.1.0-rc.0
"@jupyter/docprovider": ^3.1.0-rc.0
"@jupyter/collaboration": ^3.1.0
"@jupyter/collaborative-drive": ^3.1.0
"@jupyter/docprovider": ^3.1.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-rc.0, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.1.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-rc.0, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
"@jupyter/collaborative-drive@^3.1.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-rc.0
"@jupyter/docprovider": ^3.1.0-rc.0
"@jupyter/collaborative-drive": ^3.1.0
"@jupyter/docprovider": ^3.1.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-rc.0, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.1.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-rc.0
"@jupyter/collaborative-drive": ^3.1.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 47305e4

Please sign in to comment.