Skip to content

Commit 71b22ba

Browse files
committed
Publish npm packages
- @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected]
1 parent 567108b commit 71b22ba

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

examples/web1/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/example-web1",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0-alpha.2",
44
"private": true,
55
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
66
"license": "BSD-3-Clause",
@@ -15,8 +15,8 @@
1515
"test:firefox": "npm run test:default -- --browsers Firefox"
1616
},
1717
"dependencies": {
18-
"@jupyter-widgets/base": "^4.0.0-alpha.1",
19-
"@jupyter-widgets/controls": "^3.0.0-alpha.1"
18+
"@jupyter-widgets/base": "^4.0.0-alpha.2",
19+
"@jupyter-widgets/controls": "^3.0.0-alpha.2"
2020
},
2121
"devDependencies": {
2222
"chai": "^4.0.0",

examples/web2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/example-web2",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0-alpha.2",
44
"private": true,
55
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
66
"license": "BSD-3-Clause",
@@ -13,8 +13,8 @@
1313
"test:default": "echo \"No test specified\""
1414
},
1515
"dependencies": {
16-
"@jupyter-widgets/base": "^4.0.0-alpha.1",
17-
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
16+
"@jupyter-widgets/base": "^4.0.0-alpha.2",
17+
"@jupyter-widgets/controls": "^3.0.0-alpha.2",
1818
"codemirror": "^5.48.0",
1919
"font-awesome": "^4.7.0"
2020
},

examples/web3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/example-web3",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0-alpha.2",
44
"private": true,
55
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
66
"license": "BSD-3-Clause",
@@ -15,9 +15,9 @@
1515
"test:default": "echo \"No test specified\""
1616
},
1717
"dependencies": {
18-
"@jupyter-widgets/base": "^4.0.0-alpha.1",
19-
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
20-
"@jupyter-widgets/html-manager": "^0.20.0-alpha.1",
18+
"@jupyter-widgets/base": "^4.0.0-alpha.2",
19+
"@jupyter-widgets/controls": "^3.0.0-alpha.2",
20+
"@jupyter-widgets/html-manager": "^0.20.0-alpha.2",
2121
"@jupyterlab/services": "^6.0.0-rc.4",
2222
"@lumino/widgets": "^1.3.0",
2323
"codemirror": "^5.48.0",

examples/web4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/example-web4",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0-alpha.2",
44
"private": true,
55
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
66
"license": "BSD-3-Clause",
@@ -13,7 +13,7 @@
1313
"test:default": "echo \"No test specified\""
1414
},
1515
"dependencies": {
16-
"@jupyter-widgets/html-manager": "^0.20.0-alpha.1",
16+
"@jupyter-widgets/html-manager": "^0.20.0-alpha.2",
1717
"font-awesome": "^4.7.0"
1818
},
1919
"devDependencies": {

jupyterlab_widgets/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/jupyterlab-manager",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "The JupyterLab extension providing Jupyter widgets.",
55
"keywords": [
66
"jupyter",
@@ -47,9 +47,9 @@
4747
"watch:src": "tsc -w"
4848
},
4949
"dependencies": {
50-
"@jupyter-widgets/base": "^4.0.0-alpha.1",
51-
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
52-
"@jupyter-widgets/output": "^4.0.0-alpha.1",
50+
"@jupyter-widgets/base": "^4.0.0-alpha.2",
51+
"@jupyter-widgets/controls": "^3.0.0-alpha.2",
52+
"@jupyter-widgets/output": "^4.0.0-alpha.2",
5353
"@jupyterlab/application": "^3.0.0-rc.4",
5454
"@jupyterlab/docregistry": "^3.0.0-rc.4",
5555
"@jupyterlab/logconsole": "^3.0.0-rc.4",

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/base",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Jupyter interactive widgets",
55
"repository": {
66
"type": "git",

packages/controls/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/controls",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "Jupyter interactive widgets",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
3535
},
3636
"dependencies": {
37-
"@jupyter-widgets/base": "^4.0.0-alpha.1",
37+
"@jupyter-widgets/base": "^4.0.0-alpha.2",
3838
"@lumino/algorithm": "^1.1.0",
3939
"@lumino/domutils": "^1.1.0",
4040
"@lumino/messaging": "^1.2.1",

packages/html-manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/html-manager",
3-
"version": "0.20.0-alpha.1",
3+
"version": "0.20.0-alpha.2",
44
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
55
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
66
"bugs": {
@@ -35,9 +35,9 @@
3535
"test:unit:firefox": "npm run test:unit:default -- --browsers=Firefox"
3636
},
3737
"dependencies": {
38-
"@jupyter-widgets/base": "^4.0.0-alpha.1",
39-
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
40-
"@jupyter-widgets/output": "^4.0.0-alpha.1",
38+
"@jupyter-widgets/base": "^4.0.0-alpha.2",
39+
"@jupyter-widgets/controls": "^3.0.0-alpha.2",
40+
"@jupyter-widgets/output": "^4.0.0-alpha.2",
4141
"@jupyter-widgets/schema": "^0.4.0",
4242
"@jupyterlab/outputarea": "^3.0.0-rc.4",
4343
"@jupyterlab/rendermime": "^3.0.0-rc.4",

packages/output/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/output",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Jupyter widget wrapping cell output",
55
"bugs": {
66
"url": "https://github.com/jupyter-widgets/ipywidgets/issues"
@@ -26,7 +26,7 @@
2626
"test": "echo \"Error: no test specified\" && exit 1"
2727
},
2828
"dependencies": {
29-
"@jupyter-widgets/base": "^4.0.0-alpha.1"
29+
"@jupyter-widgets/base": "^4.0.0-alpha.2"
3030
},
3131
"devDependencies": {
3232
"rimraf": "^2.6.1",

widgetsnbextension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/notebook-manager",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0-alpha.2",
44
"private": true,
55
"description": "Jupyter Widgets nbextension",
66
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
@@ -21,10 +21,10 @@
2121
"test": "echo \"Error: no test specified\" && exit 1"
2222
},
2323
"dependencies": {
24-
"@jupyter-widgets/base": "^4.0.0-alpha.1",
25-
"@jupyter-widgets/controls": "^3.0.0-alpha.1",
26-
"@jupyter-widgets/html-manager": "^0.20.0-alpha.1",
27-
"@jupyter-widgets/output": "^4.0.0-alpha.1",
24+
"@jupyter-widgets/base": "^4.0.0-alpha.2",
25+
"@jupyter-widgets/controls": "^3.0.0-alpha.2",
26+
"@jupyter-widgets/html-manager": "^0.20.0-alpha.2",
27+
"@jupyter-widgets/output": "^4.0.0-alpha.2",
2828
"@jupyterlab/services": "^6.0.0-rc.4",
2929
"@lumino/messaging": "^1.2.1",
3030
"@lumino/widgets": "^1.3.0",

0 commit comments

Comments
 (0)