Skip to content

Commit d811f59

Browse files
committed
Publish 1.0.0
SHA256 hashes: jupyter-collaboration-1.0.0.tgz: 44bd3b67e737cebd0988f2fa2c07ed20d2f45ccef8e5b1f22360a050e52c606f jupyter-collaboration-extension-1.0.0.tgz: 08656e4812f0c14dd6e6a9fcf51c2dfffc323d6f378c594e72fa6cbfd6960ec3 jupyter-docprovider-1.0.0.tgz: a84fba466cfcb54c64ddc5810501cccdcc2be9dc5692fd4c645171e6c787e4c7 jupyter_collaboration-1.0.0-py3-none-any.whl: 7c5358f7b829cf5a64ac44202510d2732c1ec88ffd521304507d217a346526e3 jupyter_collaboration-1.0.0.tar.gz: 7a79651d17898564fe13ad4c31bde50059e7087346339045159126e64dd565bd
1 parent 4da4301 commit d811f59

File tree

7 files changed

+27
-13
lines changed

7 files changed

+27
-13
lines changed

CHANGELOG.md

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

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

7+
## 1.0.0
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.9...4da43013daa89869035d77417971a80143b0ac61))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Remove spurious `'` [#156](https://github.com/jupyterlab/jupyter_collaboration/pull/156) ([@krassowski](https://github.com/krassowski))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter_collaboration/graphs/contributors?from=2023-05-30&to=2023-06-02&type=c))
18+
19+
[@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Akrassowski+updated%3A2023-05-30..2023-06-02&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 1.0.0alpha9
824

925
([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.8...fbae4ff5054bf98507ac87429e0322c22be6b830))
@@ -37,8 +53,6 @@ All notable changes to this project will be documented in this file.
3753

3854
[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-04-24..2023-05-30&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Adavidbrochart+updated%3A2023-04-24..2023-05-30&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Afcollonval+updated%3A2023-04-24..2023-05-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-04-24..2023-05-30&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ahbcarlos+updated%3A2023-04-24..2023-05-30&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Akrassowski+updated%3A2023-04-24..2023-05-30&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Awelcome+updated%3A2023-04-24..2023-05-30&type=Issues)
3955

40-
<!-- <END NEW CHANGELOG ENTRY> -->
41-
4256
## 1.0.0alpha8
4357

4458
([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.7...2e5a6cc66961a5552e8a89c0850c7483c1e1acb2))

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-alpha.9",
2+
"version": "1.0.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": "1.0.0-alpha.9",
4+
"version": "1.0.0",
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-alpha.9",
3+
"version": "1.0.0",
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-alpha.9",
57-
"@jupyter/docprovider": "^1.0.0-alpha.9",
56+
"@jupyter/collaboration": "^1.0.0",
57+
"@jupyter/docprovider": "^1.0.0",
5858
"@jupyterlab/application": "^4.0.0",
5959
"@jupyterlab/apputils": "^4.0.0",
6060
"@jupyterlab/codemirror": "^4.0.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": "1.0.0-alpha.9",
3+
"version": "1.0.0",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
66
"bugs": {

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-alpha.9",
3+
"version": "1.0.0",
44
"description": "JupyterLab - Document Provider",
55
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
66
"bugs": {

yarn.lock

Lines changed: 4 additions & 4 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-alpha.9
2023-
"@jupyter/docprovider": ^1.0.0-alpha.9
2022+
"@jupyter/collaboration": ^1.0.0
2023+
"@jupyter/docprovider": ^1.0.0
20242024
"@jupyterlab/application": ^4.0.0
20252025
"@jupyterlab/apputils": ^4.0.0
20262026
"@jupyterlab/builder": ^4.0.0
@@ -2048,7 +2048,7 @@ __metadata:
20482048
languageName: unknown
20492049
linkType: soft
20502050

2051-
"@jupyter/collaboration@^1.0.0-alpha.9, @jupyter/collaboration@workspace:packages/collaboration":
2051+
"@jupyter/collaboration@^1.0.0, @jupyter/collaboration@workspace:packages/collaboration":
20522052
version: 0.0.0-use.local
20532053
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
20542054
dependencies:
@@ -2070,7 +2070,7 @@ __metadata:
20702070
languageName: unknown
20712071
linkType: soft
20722072

2073-
"@jupyter/docprovider@^1.0.0-alpha.9, @jupyter/docprovider@workspace:packages/docprovider":
2073+
"@jupyter/docprovider@^1.0.0, @jupyter/docprovider@workspace:packages/docprovider":
20742074
version: 0.0.0-use.local
20752075
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
20762076
dependencies:

0 commit comments

Comments
 (0)