Skip to content

Commit 59cdf6e

Browse files
committed
Publish 4.2.0rc0
SHA256 hashes: jupyter-collaboration-4.2.0-rc.0.tgz: 82b58121a62d3aee83161f410e9e8428f39dc216a82217559a5839f71f6e1d7f jupyter-collaboration-extension-4.2.0-rc.0.tgz: dc229d85e44060f25bd8c0d314de5e77f2840de2911aab50a578e086921c7b74 jupyter-collaborative-drive-4.2.0-rc.0.tgz: ff2451d68c44d78e57dbaf9ce6d0ede9ff6ecb4621927bb219e0fbfd48f2808e jupyter-docprovider-4.2.0-rc.0.tgz: f3734c3dd0ac5ae708d4817c49ed93d3e08f229a0ee705540e8f42346df66076 jupyter-docprovider-extension-4.2.0-rc.0.tgz: ef0b3b215eb3e8630ee3a737c65480d46da2f8bd573a3994e592b847f57d993d jupyter_collaboration-4.2.0rc0-py3-none-any.whl: f94945ad884398173d86f8e8a9014cc80783f50b3db267631e6d96db2e92cdb0 jupyter_collaboration-4.2.0rc0.tar.gz: 114da11fb35d62c2ef56beac691e3075e0dfa7638d6fbc54f0946540cc0a9cbc jupyter_collaboration_ui-2.2.0rc0-py3-none-any.whl: 4638499ca65ee2ea7319fe015f696d1f5994078e744e9afba2a086daad751e3b jupyter_collaboration_ui-2.2.0rc0.tar.gz: e10636938b66323be6cdadccef2d2ee987fef14daa5617546c506145128d713d jupyter_docprovider-2.2.0rc0-py3-none-any.whl: b872c046a4622a76a3f76f42b363a3f70cb20ca6a35eb4804cb71268d81eb4da jupyter_docprovider-2.2.0rc0.tar.gz: 6293edc455543ab99c6e5f1bed846328feaf5f288c9069025fd8ab7dc139f8a1 jupyter_server_ydoc-2.2.0rc0-py3-none-any.whl: 52980643826ebe7ffd3e23132735ffa6c72103316b0c139f44c776c3d1cf7213 jupyter_server_ydoc-2.2.0rc0.tar.gz: 7fafd4fa865d9ceb5dae9b0446c444de6d059ca645449a81441e045fa5eba877
1 parent c17ca7e commit 59cdf6e

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.0beta0
7+
## 4.2.0rc0
88

99
No merged PRs
1010

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

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

1519
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.1.2...71ab261f4e6cb52e431496ec2bc53fc3883dc5d6))

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-beta.0",
2+
"version": "4.2.0-rc.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-beta.0",
4+
"version": "4.2.0-rc.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-beta.0",
3+
"version": "4.2.0-rc.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-beta.0",
57-
"@jupyter/collaborative-drive": "^4.2.0-beta.0",
58-
"@jupyter/docprovider": "^4.2.0-beta.0",
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",
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-beta.0",
3+
"version": "4.2.0-rc.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-beta.0",
3+
"version": "4.2.0-rc.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-beta.0",
3+
"version": "4.2.0-rc.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-beta.0",
57-
"@jupyter/docprovider": "^4.2.0-beta.0",
56+
"@jupyter/collaborative-drive": "^4.2.0-rc.0",
57+
"@jupyter/docprovider": "^4.2.0-rc.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-beta.0",
3+
"version": "4.2.0-rc.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-beta.0",
44+
"@jupyter/collaborative-drive": "^4.2.0-rc.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.0b0"
1+
__version__ = "2.2.0rc0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.0b0"
1+
__version__ = "4.2.0rc0"

0 commit comments

Comments
 (0)