Skip to content

Commit

Permalink
Publish 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 10, 2024
1 parent a6408aa commit bfd187c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyter-iframe-commands-demo",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "VITE_DEMO_SRC='./lite/index.html' VITE_TITLE='Lite' vite",
Expand All @@ -13,7 +13,7 @@
"start:local": "VITE_DEMO_SRC='http://localhost:8888' VITE_TITLE='Local' vite --port 8080"
},
"dependencies": {
"jupyter-iframe-commands-host": "^0.0.0"
"jupyter-iframe-commands-host": "^0.0.1"
},
"devDependencies": {
"typescript": "~5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-iframe-commands-root",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"description": "A JupyterLab extension to facilitate integration with a host page via an IFrame",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-iframe-commands",
"version": "0.0.0",
"version": "0.0.1",
"description": "\"A JupyterLab extension to facilitate integration with a host page via an IFrame\"",
"homepage": "https://github.com/TileDB-Inc/jupyter-iframe-commands#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-iframe-commands-host",
"version": "0.0.0",
"version": "0.0.1",
"description": "\"A JupyterLab extension to facilitate integration with a host page via an IFrame\"",
"homepage": "https://github.com/TileDB-Inc/jupyter-iframe-commands#readme",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5875,13 +5875,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "jupyter-iframe-commands-demo@workspace:demo"
dependencies:
jupyter-iframe-commands-host: ^0.0.0
jupyter-iframe-commands-host: ^0.0.1
typescript: ~5.6.2
vite: ^6.0.1
languageName: unknown
linkType: soft

"jupyter-iframe-commands-host@^0.0.0, jupyter-iframe-commands-host@workspace:packages/host":
"jupyter-iframe-commands-host@^0.0.1, jupyter-iframe-commands-host@workspace:packages/host":
version: 0.0.0-use.local
resolution: "jupyter-iframe-commands-host@workspace:packages/host"
dependencies:
Expand Down

0 comments on commit bfd187c

Please sign in to comment.