Skip to content

Commit

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

jupyter-collaboration-1.0.0-alpha.7.tgz: 1ea74a8a365637ecb435fcc9c55d4f15b86f9664933a1b23361277e0fe475998

jupyter-collaboration-extension-1.0.0-alpha.7.tgz: edfe9726d236c49eba4a7f3dc7d9e5af9669e988f22686e4843ccc0db2395e2e

jupyter-docprovider-1.0.0-alpha.7.tgz: 489615784ded3d2627beac0999e95409118a53b0fc5e704204e2dee33672c1c8

jupyter_collaboration-1.0.0a7-py3-none-any.whl: 0ba241576fd58c1c5a8df106fdc5f30283724af33ccaaae371720b45ee0b5662

jupyter_collaboration-1.0.0a7.tar.gz: d4d7724f95421ccd37f8858a12efec6c787d8a06d6ed2e697470f12d054b4ada
  • Loading branch information
hbcarlos committed Mar 29, 2023
1 parent 9d8475f commit e63c657
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 13 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

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

## 1.0.0alpha7

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.6...9d8475f5cc333e22b50160ec32e508a4e8c75c06))

### Enhancements made

- Allow other extensions to register shared models [#133](https://github.com/jupyterlab/jupyter_collaboration/pull/133) ([@hbcarlos](https://github.com/hbcarlos))

### Maintenance and upkeep improvements

- Update dependencies [#134](https://github.com/jupyterlab/jupyter_collaboration/pull/134) ([@hbcarlos](https://github.com/hbcarlos))

### Contributors to this release

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

[@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 All @@ -19,8 +39,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-24..2023-03-27&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3AmartinRenou+updated%3A2023-03-24..2023-03-27&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Awelcome+updated%3A2023-03-24..2023-03-27&type=Issues)

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

## 1.0.0alpha5

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.4...d57df5b1f03593997674d0698ca69893bf4db987))
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.6",
"version": "1.0.0-alpha.7",
"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.6",
"version": "1.0.0-alpha.7",
"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.6",
"version": "1.0.0-alpha.7",
"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.6",
"@jupyter/docprovider": "^1.0.0-alpha.6",
"@jupyter/collaboration": "^1.0.0-alpha.7",
"@jupyter/docprovider": "^1.0.0-alpha.7",
"@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.6",
"version": "1.0.0-alpha.7",
"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.6",
"version": "1.0.0-alpha.7",
"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 @@ -2029,8 +2029,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^1.0.0-alpha.6
"@jupyter/docprovider": ^1.0.0-alpha.6
"@jupyter/collaboration": ^1.0.0-alpha.7
"@jupyter/docprovider": ^1.0.0-alpha.7
"@jupyterlab/application": ^4.0.0-beta.0
"@jupyterlab/apputils": ^4.0.0-beta.0
"@jupyterlab/builder": ^4.0.0-beta.0
Expand All @@ -2054,7 +2054,7 @@ __metadata:
languageName: unknown
linkType: soft

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

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

0 comments on commit e63c657

Please sign in to comment.