Skip to content

Commit 749ddc3

Browse files
committed
Publish 1.0.1
SHA256 hashes: jupyter-collaboration-1.0.1.tgz: 4cd3783aec2d28afbab9aa47e552788ab00b597f18b67da777e5a7ff797a54ac jupyter-collaboration-extension-1.0.1.tgz: dba9b614c37e83043d72b76cd77cb8971560632465645a61d5a076102500a236 jupyter-docprovider-1.0.1.tgz: a495e814813f746c665984fc5bc04d95cc26cfc0cd1494c0908af88038ab9225 jupyter_collaboration-1.0.1-py3-none-any.whl: 257072c89e23d27492a13c882ac4975685d72552da70b708ee5ae5ce78b54841 jupyter_collaboration-1.0.1.tar.gz: 71fec1a45e964a81d02505b42177690801937645fd44d599e09a2f4c7bdc3e1a
1 parent e97855f commit 749ddc3

File tree

7 files changed

+41
-15
lines changed

7 files changed

+41
-15
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 1.0.1
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@1.0.0...e97855f7ad4160cc4e6f5dbe9361806d6b9f3c31))
10+
11+
### Enhancements made
12+
13+
- Support ypy-websocket v0.12 [#168](https://github.com/jupyterlab/jupyter-collaboration/pull/168) ([@davidbrochart](https://github.com/davidbrochart))
14+
- Chat subprotocol [#167](https://github.com/jupyterlab/jupyter-collaboration/pull/167) ([@hbcarlos](https://github.com/hbcarlos))
15+
16+
### Maintenance and upkeep improvements
17+
18+
- Support ypy-websocket v0.12 [#168](https://github.com/jupyterlab/jupyter-collaboration/pull/168) ([@davidbrochart](https://github.com/davidbrochart))
19+
- Fix npm tag for publication of final version [#158](https://github.com/jupyterlab/jupyter-collaboration/pull/158) ([@fcollonval](https://github.com/fcollonval))
20+
21+
### Documentation improvements
22+
23+
- Remove link share mention [#169](https://github.com/jupyterlab/jupyter-collaboration/pull/169) ([@fcollonval](https://github.com/fcollonval))
24+
- Fix install instructions to use correct name [#166](https://github.com/jupyterlab/jupyter-collaboration/pull/166) ([@fperez](https://github.com/fperez))
25+
- Fix package name in README [#159](https://github.com/jupyterlab/jupyter-collaboration/pull/159) ([@fcollonval](https://github.com/fcollonval))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2023-06-02&to=2023-06-29&type=c))
30+
31+
[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Acodecov-commenter+updated%3A2023-06-02..2023-06-29&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2023-06-02..2023-06-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2023-06-02..2023-06-29&type=Issues) | [@fperez](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afperez+updated%3A2023-06-02..2023-06-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2023-06-02..2023-06-29&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ahbcarlos+updated%3A2023-06-02..2023-06-29&type=Issues)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
735
## 1.0.0
836

937
([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.9...4da43013daa89869035d77417971a80143b0ac61))
@@ -18,8 +46,6 @@ All notable changes to this project will be documented in this file.
1846

1947
[@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Akrassowski+updated%3A2023-05-30..2023-06-02&type=Issues)
2048

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2349
## 1.0.0alpha9
2450

2551
([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.8...fbae4ff5054bf98507ac87429e0322c22be6b830))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
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": "1.0.0",
4+
"version": "1.0.1",
55
"description": "JupyterLab Extension enabling Real-Time Collaboration",
66
"keywords": [
77
"jupyter",

packages/collaboration-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/collaboration-extension",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JupyterLab - Real-Time Collaboration Extension",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/collaboration": "^1.0.0",
57-
"@jupyter/docprovider": "^1.0.0",
56+
"@jupyter/collaboration": "^1.0.1",
57+
"@jupyter/docprovider": "^1.0.1",
5858
"@jupyterlab/application": "^4.0.0",
5959
"@jupyterlab/apputils": "^4.0.0",
6060
"@jupyterlab/codemirror": "^4.0.0",

packages/collaboration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
66
"bugs": {
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@codemirror/state": "^6.2.0",
4343
"@codemirror/view": "^6.7.0",
44-
"@jupyter/docprovider": "1.0.0",
44+
"@jupyter/docprovider": "^1.0.1",
4545
"@jupyterlab/apputils": "^4.0.0",
4646
"@jupyterlab/coreutils": "^6.0.0",
4747
"@jupyterlab/services": "^7.0.0",

packages/docprovider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/docprovider",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JupyterLab - Document Provider",
55
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
66
"bugs": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,8 +2019,8 @@ __metadata:
20192019
version: 0.0.0-use.local
20202020
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
20212021
dependencies:
2022-
"@jupyter/collaboration": ^1.0.0
2023-
"@jupyter/docprovider": ^1.0.0
2022+
"@jupyter/collaboration": ^1.0.1
2023+
"@jupyter/docprovider": ^1.0.1
20242024
"@jupyterlab/application": ^4.0.0
20252025
"@jupyterlab/apputils": ^4.0.0
20262026
"@jupyterlab/builder": ^4.0.0
@@ -2048,13 +2048,13 @@ __metadata:
20482048
languageName: unknown
20492049
linkType: soft
20502050

2051-
"@jupyter/collaboration@^1.0.0, @jupyter/collaboration@workspace:packages/collaboration":
2051+
"@jupyter/collaboration@^1.0.1, @jupyter/collaboration@workspace:packages/collaboration":
20522052
version: 0.0.0-use.local
20532053
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
20542054
dependencies:
20552055
"@codemirror/state": ^6.2.0
20562056
"@codemirror/view": ^6.7.0
2057-
"@jupyter/docprovider": 1.0.0
2057+
"@jupyter/docprovider": ^1.0.1
20582058
"@jupyterlab/apputils": ^4.0.0
20592059
"@jupyterlab/coreutils": ^6.0.0
20602060
"@jupyterlab/services": ^7.0.0
@@ -2071,7 +2071,7 @@ __metadata:
20712071
languageName: unknown
20722072
linkType: soft
20732073

2074-
"@jupyter/docprovider@1.0.0, @jupyter/docprovider@^1.0.0, @jupyter/docprovider@workspace:packages/docprovider":
2074+
"@jupyter/docprovider@^1.0.1, @jupyter/docprovider@workspace:packages/docprovider":
20752075
version: 0.0.0-use.local
20762076
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
20772077
dependencies:

0 commit comments

Comments
 (0)