Skip to content

Commit 61907b6

Browse files
authored
Bump version to 0.1.0 (#38)
* Bump version to 0.1.0 * update yarn.lock
1 parent d019d6b commit 61907b6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jupyter-iframe-commands-demo",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "VITE_DEMO_SRC='./lite/index.html' VITE_TITLE='Lite' vite",
@@ -15,7 +15,7 @@
1515
"start:local": "VITE_DEMO_SRC='http://localhost:8888' VITE_TITLE='Local' vite --port 8080"
1616
},
1717
"dependencies": {
18-
"jupyter-iframe-commands-host": "^0.0.1"
18+
"jupyter-iframe-commands-host": "^0.1.0"
1919
},
2020
"devDependencies": {
2121
"typescript": "~5.6.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-iframe-commands-root",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "A JupyterLab extension to facilitate integration with a host page via an IFrame",
66
"keywords": [

packages/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-iframe-commands",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "\"A JupyterLab extension to facilitate integration with a host page via an IFrame\"",
55
"homepage": "https://github.com/TileDB-Inc/jupyter-iframe-commands#readme",
66
"bugs": {

packages/host/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-iframe-commands-host",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "\"A JupyterLab extension to facilitate integration with a host page via an IFrame\"",
55
"homepage": "https://github.com/TileDB-Inc/jupyter-iframe-commands#readme",
66
"bugs": {
@@ -43,6 +43,6 @@
4343
},
4444
"dependencies": {
4545
"comlink": "^4.4.2",
46-
"jupyter-iframe-commands": "0.0.1"
46+
"jupyter-iframe-commands": "^0.1.0"
4747
}
4848
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5875,18 +5875,18 @@ __metadata:
58755875
version: 0.0.0-use.local
58765876
resolution: "jupyter-iframe-commands-demo@workspace:demo"
58775877
dependencies:
5878-
jupyter-iframe-commands-host: ^0.0.1
5878+
jupyter-iframe-commands-host: ^0.1.0
58795879
typescript: ~5.6.2
58805880
vite: ^6.0.1
58815881
languageName: unknown
58825882
linkType: soft
58835883

5884-
"jupyter-iframe-commands-host@^0.0.1, jupyter-iframe-commands-host@workspace:packages/host":
5884+
"jupyter-iframe-commands-host@^0.1.0, jupyter-iframe-commands-host@workspace:packages/host":
58855885
version: 0.0.0-use.local
58865886
resolution: "jupyter-iframe-commands-host@workspace:packages/host"
58875887
dependencies:
58885888
comlink: ^4.4.2
5889-
jupyter-iframe-commands: 0.0.1
5889+
jupyter-iframe-commands: ^0.1.0
58905890
languageName: unknown
58915891
linkType: soft
58925892

@@ -5920,7 +5920,7 @@ __metadata:
59205920
languageName: unknown
59215921
linkType: soft
59225922

5923-
"jupyter-iframe-commands@0.0.1, jupyter-iframe-commands@workspace:packages/extension":
5923+
"jupyter-iframe-commands@^0.1.0, jupyter-iframe-commands@workspace:packages/extension":
59245924
version: 0.0.0-use.local
59255925
resolution: "jupyter-iframe-commands@workspace:packages/extension"
59265926
dependencies:

0 commit comments

Comments
 (0)