Skip to content

Commit

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

jupyter-collaboration-1.0.0-alpha.4.tgz: 670e88960a84f23378db2fa3294b237338c37798ca86eaa7234800c1a657814e

jupyter-collaboration-extension-1.0.0-alpha.4.tgz: 69ca65ee8a9366a4ae51816febb59ad78ec0f96232f265b151f034d3a23047a8

jupyter-docprovider-1.0.0-alpha.4.tgz: bca4b39bfd75e5b26a5e31aecb1c7f922f7c427c9821eff836dabba37bcc4e10

jupyter_collaboration-1.0.0a4-py3-none-any.whl: 8e86c0d7792679764782ca2787a017e2729cab5ebf3ddd5f41ca7f79ac8c700a

jupyter_collaboration-1.0.0a4.tar.gz: b2663312ddf1c5af9bd59c02838347cd833a3db7a03fdfc19639eff17775fa5c
  • Loading branch information
hbcarlos committed Mar 15, 2023
1 parent 12b606c commit b491855
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.

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

## 1.0.0alpha4

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.3...12b606cf87c6b64b87ef3adfb5927a49eeaed5bc))

### Enhancements made

- Save if the document has no provider [#120](https://github.com/jupyterlab/jupyter_collaboration/pull/120) ([@fcollonval](https://github.com/fcollonval))

### Maintenance and upkeep improvements

- Fix pre-commit EOF error [#119](https://github.com/jupyterlab/jupyter_collaboration/pull/119) ([@fcollonval](https://github.com/fcollonval))
- Remove a console.debug for plugin activate [#118](https://github.com/jupyterlab/jupyter_collaboration/pull/118) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

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

[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-03-07..2023-03-15&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Afcollonval+updated%3A2023-03-07..2023-03-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-07..2023-03-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ajtpio+updated%3A2023-03-07..2023-03-15&type=Issues)

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

## 1.0.0alpha3

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

[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-03-05..2023-03-07&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ahbcarlos+updated%3A2023-03-05..2023-03-07&type=Issues)

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

## 1.0.0alpha2

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.1...416b164be2489dfabb21b6257d225b3fd7285fd8))
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.3",
"version": "1.0.0-alpha.4",
"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.3",
"version": "1.0.0-alpha.4",
"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.3",
"version": "1.0.0-alpha.4",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,8 +52,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^1.0.0-alpha.3",
"@jupyter/docprovider": "^1.0.0-alpha.3",
"@jupyter/collaboration": "^1.0.0-alpha.4",
"@jupyter/docprovider": "^1.0.0-alpha.4",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
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.3",
"version": "1.0.0-alpha.4",
"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.3",
"version": "1.0.0-alpha.4",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
"bugs": {
Expand Down

0 comments on commit b491855

Please sign in to comment.