Skip to content

Commit 624caee

Browse files
committed
Release v0.2.1
1 parent 665cd26 commit 624caee

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.yarn/
2+
dist/
3+
my_jupyter_shared_drive/labextension/
4+
node_modules/
5+
packages/my-shared-docprovider-extension/lib/
6+
packages/my-shared-docprovider-extension/tsconfig.tsbuildinfo
7+
packages/my-shared-docprovider/lib/
8+
packages/my-shared-docprovider/tsconfig.tsbuildinfo

packages/my-shared-docprovider-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/my-shared-docprovider-extension",
3-
"version": "0.1.0",
3+
"version": "0.2.1",
44
"description": "JupyterLab - Collaborative Shared Models",
55
"keywords": [
66
"jupyter",
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@jupyter/collaborative-drive": "^4.0.0",
57-
"@jupyter/my-shared-docprovider": "^0.1.0",
57+
"@jupyter/my-shared-docprovider": "^0.2.1",
5858
"@jupyterlab/filebrowser": "^4.4.0",
5959
"@jupyterlab/fileeditor": "^4.4.0",
6060
"@jupyterlab/notebook": "^4.4.0"

packages/my-shared-docprovider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/my-shared-docprovider",
3-
"version": "0.1.0",
3+
"version": "0.2.1",
44
"description": "JupyterLab - Shared Document Provider",
55
"homepage": "https://github.com/davidbrochart/my-jupyter-shared-drive",
66
"bugs": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = ["hatchling>=1.4.0", "jupyterlab>=4.0.0"]
77

88
[project]
99
name = "my-jupyter-shared-drive"
10-
version = "0.2.0"
10+
version = "0.2.1"
1111
readme = "README.md"
1212
license = { file = "LICENSE" }
1313
requires-python = ">=3.9"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ __metadata:
20402040
resolution: "@jupyter/my-shared-docprovider-extension@workspace:packages/my-shared-docprovider-extension"
20412041
dependencies:
20422042
"@jupyter/collaborative-drive": ^4.0.0
2043-
"@jupyter/my-shared-docprovider": ^0.1.0
2043+
"@jupyter/my-shared-docprovider": ^0.2.1
20442044
"@jupyterlab/builder": ^4.4.0
20452045
"@jupyterlab/filebrowser": ^4.4.0
20462046
"@jupyterlab/fileeditor": ^4.4.0
@@ -2051,7 +2051,7 @@ __metadata:
20512051
languageName: unknown
20522052
linkType: soft
20532053

2054-
"@jupyter/my-shared-docprovider@^0.1.0, @jupyter/my-shared-docprovider@workspace:packages/my-shared-docprovider":
2054+
"@jupyter/my-shared-docprovider@^0.2.1, @jupyter/my-shared-docprovider@workspace:packages/my-shared-docprovider":
20552055
version: 0.0.0-use.local
20562056
resolution: "@jupyter/my-shared-docprovider@workspace:packages/my-shared-docprovider"
20572057
dependencies:

0 commit comments

Comments
 (0)