Skip to content

Commit 611b953

Browse files
committed
Publish 4.2.0
SHA256 hashes: jupyter-collaboration-4.2.0.tgz: d7a5e1db8710ffd3dc1f8b91d3f558745a95ad8bb1c1e1f12ac859e49360fe69 jupyter-collaboration-extension-4.2.0.tgz: 408f3516427a71f6be29e5816e57ea2bc0e40f8ec7c26d5328556ed13158dfcb jupyter-collaborative-drive-4.2.0.tgz: daf1916bd02b9a146bf48bda12b40ff4aa0862b5f9525d14d08d08f95c3b78ec jupyter-docprovider-4.2.0.tgz: 30f79e5d6494225aac5145b1c37634cd6406ea864ea261b832a1d58717c19dc7 jupyter-docprovider-extension-4.2.0.tgz: 83a9134f276ca8a88d7149ad36d04f5919fd4ecde140fff24b146bdc1614fcd1 jupyter_collaboration-4.2.0-py3-none-any.whl: 1c06825c9b026c5608463afc6e172acae6e4d5d0b2953f77ae105d9d034a4456 jupyter_collaboration-4.2.0.tar.gz: b81d4738da31ea0f1df95b39dbc101ca23f9d47661ee6413bc9651388a843416 jupyter_collaboration_ui-2.2.0-py3-none-any.whl: d6562032a99fb04381b26f5dec89016fbf1af0eae068e69df0c08324b1b1acab jupyter_collaboration_ui-2.2.0.tar.gz: 6501c1559ff2331584fa183c38b2334c1886761e71cbe0af8d5f525f25ea336d jupyter_docprovider-2.2.0-py3-none-any.whl: e3431b12e23da65acb5dc270fea8c0e7c33dbb693b23a56e1ff8a72336af1c17 jupyter_docprovider-2.2.0.tar.gz: 519c0f84126c6fba9620e5189bef6df067d7d789d126debd73301aa4b88dfd0c jupyter_server_ydoc-2.2.0-py3-none-any.whl: d5a4e0e77e2cefb8650094f790090c892cd341959d4c9dd0a913eab40d73cb2b jupyter_server_ydoc-2.2.0.tar.gz: bc6c3e3775c6f45fe10c4831f206aeb80df4348eb11f1b7a6c1c320aa0eac340
1 parent 59cdf6e commit 611b953

File tree

14 files changed

+34
-30
lines changed

14 files changed

+34
-30
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44

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

7-
## 4.2.0rc0
7+
## 4.2.0
88

99
No merged PRs
1010

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

13+
## 4.2.0rc0
14+
15+
No merged PRs
16+
1317
## 4.2.0beta0
1418

1519
No merged PRs

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.2.0-rc.0",
2+
"version": "4.2.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": "4.2.0-rc.0",
4+
"version": "4.2.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": "4.2.0-rc.0",
3+
"version": "4.2.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": "^4.2.0-rc.0",
57-
"@jupyter/collaborative-drive": "^4.2.0-rc.0",
58-
"@jupyter/docprovider": "^4.2.0-rc.0",
56+
"@jupyter/collaboration": "^4.2.0",
57+
"@jupyter/collaborative-drive": "^4.2.0",
58+
"@jupyter/docprovider": "^4.2.0",
5959
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
6060
"@jupyterlab/application": "^4.5.0",
6161
"@jupyterlab/apputils": "^4.5.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": "4.2.0-rc.0",
3+
"version": "4.2.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": "4.2.0-rc.0",
3+
"version": "4.2.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": "4.2.0-rc.0",
3+
"version": "4.2.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": "^4.2.0-rc.0",
57-
"@jupyter/docprovider": "^4.2.0-rc.0",
56+
"@jupyter/collaborative-drive": "^4.2.0",
57+
"@jupyter/docprovider": "^4.2.0",
5858
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
5959
"@jupyterlab/application": "^4.5.0",
6060
"@jupyterlab/apputils": "^4.5.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": "4.2.0-rc.0",
3+
"version": "4.2.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": "^4.2.0-rc.0",
44+
"@jupyter/collaborative-drive": "^4.2.0",
4545
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
4646
"@jupyterlab/apputils": "^4.5.0",
4747
"@jupyterlab/cells": "^4.5.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0rc0"
1+
__version__ = "2.2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.0rc0"
1+
__version__ = "4.2.0"

0 commit comments

Comments
 (0)