Skip to content

Commit e3f4791

Browse files
committed
Publish npm packages
- @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected]
1 parent 79e964a commit e3f4791

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/web3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@jupyter-widgets/example-web3",
4-
"version": "2.0.19",
4+
"version": "2.0.20",
55
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
66
"main": "lib/index.js",
77
"scripts": {
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@jupyter-widgets/base": "^1.1.8",
1919
"@jupyter-widgets/controls": "^1.1.5",
20-
"@jupyter-widgets/html-manager": "^0.11.8",
20+
"@jupyter-widgets/html-manager": "^0.11.9",
2121
"@jupyterlab/services": "^1.0.1",
2222
"@phosphor/disposable": "^1.1.1",
2323
"@phosphor/widgets": "^1.3.0",

examples/web4/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@jupyter-widgets/example-web4",
4-
"version": "2.0.19",
4+
"version": "2.0.20",
55
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
66
"main": "index.js",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"author": "IPython",
1414
"license": "BSD-3-Clause",
1515
"dependencies": {
16-
"@jupyter-widgets/html-manager": "^0.11.8",
16+
"@jupyter-widgets/html-manager": "^0.11.9",
1717
"font-awesome": "^4.7.0"
1818
},
1919
"devDependencies": {

packages/html-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/html-manager",
3-
"version": "0.11.8",
3+
"version": "0.11.9",
44
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

widgetsnbextension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/notebook-manager",
3-
"version": "3.1.11",
3+
"version": "3.1.12",
44
"description": "Jupyter Widgets nbextension",
55
"main": "src/extension.js",
66
"private": true,
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@jupyter-widgets/base": "^1.1.8",
2525
"@jupyter-widgets/controls": "^1.1.5",
26-
"@jupyter-widgets/html-manager": "^0.11.8",
26+
"@jupyter-widgets/html-manager": "^0.11.9",
2727
"@jupyter-widgets/output": "^1.0.15",
2828
"@phosphor/messaging": "^1.2.1",
2929
"@phosphor/widgets": "^1.3.0",

0 commit comments

Comments
 (0)