Skip to content

Commit

Permalink
Publish 3.0.0beta8
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-collaboration-3.0.0-beta.8.tgz: 55c08c51abad8944329a0b724e2769f7fb4146e1aaa983b293d3c60c65b88545

jupyter-collaboration-extension-3.0.0-beta.8.tgz: 6b9dc48ff4d2df5eabebbac1e39aa4b3c6bd6b9a6beec4be828a7fd43eaf226a

jupyter-collaborative-drive-3.0.0-beta.8.tgz: a3694b9838c3134ba7bf2aa46c3b99491d537cd5a98e05b0e58f2c2215728f28

jupyter-docprovider-3.0.0-beta.8.tgz: c87ab9facdc760837a035cde2f4a8e7412fb451618ae27861abb844d7ddb48f1

jupyter-docprovider-extension-3.0.0-beta.8.tgz: c7f9d2acfeb80cdd2d9f51dbfe98a0d9c86fb373ebbfc1e82ac4cb9fa531397e

jupyter_collaboration-3.0.0b8-py3-none-any.whl: 6839b6a5ebe39cfc20e68789041c517379623a6f73af128f63a1ab7cc489b40a

jupyter_collaboration-3.0.0b8.tar.gz: 64c55c1fd549b53796aec2922886b371f007c823cc70191c5a0037a61f3ce846

jupyter_collaboration_ui-1.0.0b8-py3-none-any.whl: 58ecd0c3ec61f107ac1af6d21c77804f14024dd9cb8cf407478a57ee4747c3c7

jupyter_collaboration_ui-1.0.0b8.tar.gz: 6db2c6fee75334289d29473364f5925b736b4832c0a7ac5ffcee008592f13004

jupyter_docprovider-1.0.0b8-py3-none-any.whl: 1b791e416347b1bdde4d672c763894d5535c96e334d6bd7ae0ab4628806fd614

jupyter_docprovider-1.0.0b8.tar.gz: 1c49f6c392836d57fe16a19daba5470e9606d9ac3c9d22bc6ffebfdd85fa53dc

jupyter_server_ydoc-1.0.0b8-py3-none-any.whl: d4d12a2e4fd5de0096567e0bbc2ef187bf5bfb9733c740e6a46496563cb9b9d6

jupyter_server_ydoc-1.0.0b8.tar.gz: b3032706afa1b66b49d5d76fc686ee3fbc550747f6b3dabf5590cc746e836cca
  • Loading branch information
davidbrochart committed Oct 11, 2024
1 parent 95ab96d commit ca49d80
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 28 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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

## 3.0.0beta7
## 3.0.0beta8

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.6...60e55eab4613135b995c8a96f51fac68784edb29))

Expand All @@ -27,6 +27,27 @@ All notable changes to this project will be documented in this file.

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

## 3.0.0beta7

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.6...60e55eab4613135b995c8a96f51fac68784edb29))

### Bugs fixed

- Initialize and update the ydoc path property [#342](https://github.com/jupyterlab/jupyter-collaboration/pull/342) ([@brichet](https://github.com/brichet))

### Maintenance and upkeep improvements

- Ignore github.com in check-links [#360](https://github.com/jupyterlab/jupyter-collaboration/pull/360) ([@davidbrochart](https://github.com/davidbrochart))
- Fix ignoring AnyIO warnings in tests [#359](https://github.com/jupyterlab/jupyter-collaboration/pull/359) ([@davidbrochart](https://github.com/davidbrochart))
- Fix mypy [#358](https://github.com/jupyterlab/jupyter-collaboration/pull/358) ([@brichet](https://github.com/brichet))
- Extract out ICollaborativeDrive to `@jupyter/collaborative-drive` [#353](https://github.com/jupyterlab/jupyter-collaboration/pull/353) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-09-18&to=2024-10-11&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-09-18..2024-10-11&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-09-18..2024-10-11&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-09-18..2024-10-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-09-18..2024-10-11&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-09-18..2024-10-11&type=Issues)

## 3.0.0beta6

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.5...7eac099ae0a2e75c73e78fe636bb9012933440d1))
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": "3.0.0-beta.7",
"version": "3.0.0-beta.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": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "JupyterLab Extension enabling Real-Time Collaboration",
"keywords": [
"jupyter",
Expand Down
8 changes: 4 additions & 4 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": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,9 +53,9 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^3.0.0-beta.7",
"@jupyter/collaborative-drive": "^3.0.0-beta.7",
"@jupyter/docprovider": "^3.0.0-beta.7",
"@jupyter/collaboration": "^3.0.0-beta.8",
"@jupyter/collaborative-drive": "^3.0.0-beta.8",
"@jupyter/docprovider": "^3.0.0-beta.8",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.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": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/collaborative-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaborative-drive",
"version": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "JupyterLab - Collaborative Drive",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/docprovider-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider-extension",
"version": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "JupyterLab - Collaborative Shared Models",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.0-beta.7",
"@jupyter/docprovider": "^3.0.0-beta.7",
"@jupyter/collaborative-drive": "^3.0.0-beta.8",
"@jupyter/docprovider": "^3.0.0-beta.8",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider",
"version": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.0-beta.7",
"@jupyter/collaborative-drive": "^3.0.0-beta.8",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/cells": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b7"
__version__ = "1.0.0b8"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0b7"
__version__ = "3.0.0b8"
2 changes: 1 addition & 1 deletion projects/jupyter-collaboration/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
dependencies = ["jupyter_collaboration>=3.0.0b7", "jupyter_collaboration_ui>=1.0.0b7", "jupyter_docprovider>=1.0.0b7", "jupyter_server_ydoc>=1.0.0b7"]
dependencies = ["jupyter_collaboration>=3.0.0b8", "jupyter_collaboration_ui>=1.0.0b8", "jupyter_docprovider>=1.0.0b8", "jupyter_server_ydoc>=1.0.0b8"]

[build-system]
build-backend = "hatchling.build"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b7"
__version__ = "1.0.0b8"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b7"
__version__ = "1.0.0b8"
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2075,9 +2075,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^3.0.0-beta.7
"@jupyter/collaborative-drive": ^3.0.0-beta.7
"@jupyter/docprovider": ^3.0.0-beta.7
"@jupyter/collaboration": ^3.0.0-beta.8
"@jupyter/collaborative-drive": ^3.0.0-beta.8
"@jupyter/docprovider": ^3.0.0-beta.8
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2099,7 +2099,7 @@ __metadata:
languageName: unknown
linkType: soft

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

"@jupyter/collaborative-drive@^3.0.0-beta.7, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
"@jupyter/collaborative-drive@^3.0.0-beta.8, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
version: 0.0.0-use.local
resolution: "@jupyter/collaborative-drive@workspace:packages/collaborative-drive"
dependencies:
Expand All @@ -2140,8 +2140,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
dependencies:
"@jupyter/collaborative-drive": ^3.0.0-beta.7
"@jupyter/docprovider": ^3.0.0-beta.7
"@jupyter/collaborative-drive": ^3.0.0-beta.8
"@jupyter/docprovider": ^3.0.0-beta.8
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2164,11 +2164,11 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^3.0.0-beta.7, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.0.0-beta.8, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
"@jupyter/collaborative-drive": ^3.0.0-beta.7
"@jupyter/collaborative-drive": ^3.0.0-beta.8
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/cells": ^4.2.0
Expand Down

0 comments on commit ca49d80

Please sign in to comment.