Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 502b0a8

Browse files
committed
Publish js v0.2.5
1 parent 2e63920 commit 502b0a8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
}
1010
},
1111
"npmClient": "npm",
12-
"version": "0.2.4"
12+
"version": "0.2.5"
1313
}

packages/nbinteract-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbinteract-core",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Library to allow public interactive Jupyter notebooks",
55
"main": "lib/index.bundle.js",
66
"module": "src/index.js",

packages/nbinteract/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbinteract",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Script to allow public interactive Jupyter notebooks",
55
"main": "built/index.bundle.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/SamLau95/nb-interact#readme",
2929
"dependencies": {
30-
"nbinteract-core": "^0.2.4"
30+
"nbinteract-core": "^0.2.5"
3131
},
3232
"gitHead": "9f00f654748b85702463b60a98751943c0107486"
3333
}

0 commit comments

Comments
 (0)