Skip to content

Commit

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

jupyter-collaboration-1.0.0-alpha.3.tgz: 95d75badc76deb5e59f0b6015c178385ef7f1ce7b954fc674d7979217a9305f8

jupyter-collaboration-extension-1.0.0-alpha.3.tgz: e58aa618a1e9dc065f5f2a36914142c76343a8f63c7017e6db63c5ecbbc64a5a

jupyter-docprovider-1.0.0-alpha.3.tgz: 98290a18778218f3ed287028f7d7b5a88418e66bd7f1b43d6814cb116119d122

jupyter_collaboration-1.0.0a3-py3-none-any.whl: 53770129f3c85d03fd20893f6c5fb609f336a9d4fe6ec5a49a0542e42b09960e

jupyter_collaboration-1.0.0a3.tar.gz: c9a6b055e5f5cae37da4c97ee64078b10323b888c9fa9c0406f7ca290fc63142
  • Loading branch information
hbcarlos committed Mar 7, 2023
1 parent 0d7d5e8 commit 4d3673b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 10 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

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

## 1.0.0alpha3

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

### Bugs fixed

- Fixes experimental document-wide undo/redo flag [#117](https://github.com/jupyterlab/jupyter_collaboration/pull/117) ([@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-05&to=2023-03-07&type=c))

[@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 All @@ -20,8 +36,6 @@ All notable changes to this project will be documented in this file.

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

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

## 1.0.0alpha1

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/v0.7.0...1d87cf141558ce28f64c671398bb4c4f82a4b0ac))
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.2",
"version": "1.0.0-alpha.3",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions 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.2",
"version": "1.0.0-alpha.3",
"description": "JupyterLab Extension enabling Real-Time Collaboration",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -78,4 +78,4 @@
"@lumino/virtualdom": "^2.0.0-beta.0",
"@lumino/widgets": "^2.0.0-beta.1"
}
}
}
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.2",
"version": "1.0.0-alpha.3",
"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.2",
"@jupyter/docprovider": "^1.0.0-alpha.2",
"@jupyter/collaboration": "^1.0.0-alpha.3",
"@jupyter/docprovider": "^1.0.0-alpha.3",
"@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.2",
"version": "1.0.0-alpha.3",
"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.2",
"version": "1.0.0-alpha.3",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
"bugs": {
Expand Down

0 comments on commit 4d3673b

Please sign in to comment.