Skip to content

Commit

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

jupyter-collaboration-1.0.0-alpha.8.tgz: 83edcb8ad48d682ba57bad353fc252cffdce3dbe49dfec608b664a9a60890c5b

jupyter-collaboration-extension-1.0.0-alpha.8.tgz: 40276fb5d7e3d6de8cd250c6b34cba4af82fdfa4f773ae3cc2d742c3484af904

jupyter-docprovider-1.0.0-alpha.8.tgz: f1321d471d10f19103a6394bee1026ff314264a3c5c9194afd0d009e286e8d2b

jupyter_collaboration-1.0.0a8-py3-none-any.whl: cc50897bbf5107dccb9f00beb1228e3d90e8d3159d1bc85ef10fbb8031e2771f

jupyter_collaboration-1.0.0a8.tar.gz: 2848ddb49bc64095e25bfb0bc74fb262488adb6b321e34a28a9bdf71301895cc
  • Loading branch information
hbcarlos committed Apr 24, 2023
1 parent 2e5a6cc commit b46809d
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 13 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.

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

## 1.0.0alpha8

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

### Enhancements made

- Follow up #133 [#136](https://github.com/jupyterlab/jupyter_collaboration/pull/136) ([@hbcarlos](https://github.com/hbcarlos))
- Creates a new FileLoader class to separate the logic of watching files [#121](https://github.com/jupyterlab/jupyter_collaboration/pull/121) ([@hbcarlos](https://github.com/hbcarlos))

### Bugs fixed

- Fix metadata [#138](https://github.com/jupyterlab/jupyter_collaboration/pull/138) ([@hbcarlos](https://github.com/hbcarlos))

### Maintenance and upkeep improvements

- Upgrade jupyter ydoc [#135](https://github.com/jupyterlab/jupyter_collaboration/pull/135) ([@fcollonval](https://github.com/fcollonval))

### Documentation improvements

- Upgrade jupyter ydoc [#135](https://github.com/jupyterlab/jupyter_collaboration/pull/135) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter_collaboration/graphs/contributors?from=2023-03-29&to=2023-04-24&type=c))

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

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

## 1.0.0alpha7

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.6...9d8475f5cc333e22b50160ec32e508a4e8c75c06))
Expand All @@ -22,8 +51,6 @@ All notable changes to this project will be documented in this file.

[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-27..2023-03-29&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ahbcarlos+updated%3A2023-03-27..2023-03-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Atrungleduc+updated%3A2023-03-27..2023-03-29&type=Issues)

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

## 1.0.0alpha6

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.5...01836212bc693eae5404453785a591d15770880e))
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": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"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": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "JupyterLab Extension enabling Real-Time Collaboration",
"keywords": [
"jupyter",
Expand Down
6 changes: 3 additions & 3 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": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^1.0.0-alpha.7",
"@jupyter/docprovider": "^1.0.0-alpha.7",
"@jupyter/collaboration": "^1.0.0-alpha.8",
"@jupyter/docprovider": "^1.0.0-alpha.8",
"@jupyterlab/application": "^4.0.0-beta.0",
"@jupyterlab/apputils": "^4.0.0-beta.0",
"@jupyterlab/codemirror": "^4.0.0-beta.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": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
"bugs": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2018,8 +2018,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^1.0.0-alpha.7
"@jupyter/docprovider": ^1.0.0-alpha.7
"@jupyter/collaboration": ^1.0.0-alpha.8
"@jupyter/docprovider": ^1.0.0-alpha.8
"@jupyterlab/application": ^4.0.0-beta.0
"@jupyterlab/apputils": ^4.0.0-beta.0
"@jupyterlab/builder": ^4.0.0-beta.0
Expand All @@ -2043,7 +2043,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^1.0.0-alpha.7, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^1.0.0-alpha.8, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
Expand All @@ -2065,7 +2065,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^1.0.0-alpha.7, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^1.0.0-alpha.8, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
Expand Down

0 comments on commit b46809d

Please sign in to comment.