Skip to content

Commit 3032850

Browse files
committed
Bump version
- @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] - @jupyter-widgets/[email protected] - @jupyter-widgets/[email protected]
1 parent bb12521 commit 3032850

File tree

12 files changed

+39
-39
lines changed

12 files changed

+39
-39
lines changed

examples/web1/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-web1",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.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",
@@ -16,9 +16,9 @@
1616
"test:firefox:headless": "npm run test:default -- --browsers=FirefoxHeadless"
1717
},
1818
"dependencies": {
19-
"@jupyter-widgets/base": "^5.0.0-alpha.1",
20-
"@jupyter-widgets/base-manager": "^1.0.0-alpha.1",
21-
"@jupyter-widgets/controls": "^4.0.0-alpha.1"
19+
"@jupyter-widgets/base": "^5.0.0-alpha.2",
20+
"@jupyter-widgets/base-manager": "^1.0.0-alpha.2",
21+
"@jupyter-widgets/controls": "^4.0.0-alpha.2"
2222
},
2323
"devDependencies": {
2424
"chai": "^4.0.0",

examples/web2/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-web2",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.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,9 +13,9 @@
1313
"test:default": "echo \"No test specified\""
1414
},
1515
"dependencies": {
16-
"@jupyter-widgets/base": "^5.0.0-alpha.1",
17-
"@jupyter-widgets/base-manager": "^1.0.0-alpha.1",
18-
"@jupyter-widgets/controls": "^4.0.0-alpha.1",
16+
"@jupyter-widgets/base": "^5.0.0-alpha.2",
17+
"@jupyter-widgets/base-manager": "^1.0.0-alpha.2",
18+
"@jupyter-widgets/controls": "^4.0.0-alpha.2",
1919
"codemirror": "^5.48.0",
2020
"font-awesome": "^4.7.0"
2121
},

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": "7.0.0-alpha.1",
3+
"version": "7.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",
@@ -14,9 +14,9 @@
1414
"test:default": "echo \"No test specified\""
1515
},
1616
"dependencies": {
17-
"@jupyter-widgets/base": "^5.0.0-alpha.1",
18-
"@jupyter-widgets/controls": "^4.0.0-alpha.1",
19-
"@jupyter-widgets/html-manager": "^0.21.0-alpha.1",
17+
"@jupyter-widgets/base": "^5.0.0-alpha.2",
18+
"@jupyter-widgets/controls": "^4.0.0-alpha.2",
19+
"@jupyter-widgets/html-manager": "^0.21.0-alpha.2",
2020
"@jupyterlab/services": "^6.0.0",
2121
"@lumino/widgets": "^1.11.1",
2222
"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": "7.0.0-alpha.1",
3+
"version": "7.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.21.0-alpha.1",
16+
"@jupyter-widgets/html-manager": "^0.21.0-alpha.2",
1717
"font-awesome": "^4.7.0"
1818
},
1919
"devDependencies": {

jupyterlab_widgets/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/jupyterlab-manager",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "The JupyterLab extension providing Jupyter widgets.",
55
"keywords": [
66
"jupyter",
@@ -48,10 +48,10 @@
4848
"watch:src": "tsc -w"
4949
},
5050
"dependencies": {
51-
"@jupyter-widgets/base": "^5.0.0-alpha.1",
52-
"@jupyter-widgets/base-manager": "^1.0.0-alpha.1",
53-
"@jupyter-widgets/controls": "^4.0.0-alpha.1",
54-
"@jupyter-widgets/output": "^5.0.0-alpha.1",
51+
"@jupyter-widgets/base": "^5.0.0-alpha.2",
52+
"@jupyter-widgets/base-manager": "^1.0.0-alpha.2",
53+
"@jupyter-widgets/controls": "^4.0.0-alpha.2",
54+
"@jupyter-widgets/output": "^5.0.0-alpha.2",
5555
"@jupyterlab/application": "^3.0.0",
5656
"@jupyterlab/docregistry": "^3.0.0",
5757
"@jupyterlab/logconsole": "^3.0.0",

packages/base-manager/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/base-manager",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Jupyter interactive widgets - base manager",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,7 @@
3232
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
3333
},
3434
"dependencies": {
35-
"@jupyter-widgets/base": "^5.0.0-alpha.1",
35+
"@jupyter-widgets/base": "^5.0.0-alpha.2",
3636
"@jupyterlab/services": "^6.0.0",
3737
"@lumino/coreutils": "^1.4.2",
3838
"base64-js": "^1.2.1"

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": "5.0.0-alpha.1",
3+
"version": "5.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": "4.0.0-alpha.1",
3+
"version": "4.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": "^5.0.0-alpha.1",
37+
"@jupyter-widgets/base": "^5.0.0-alpha.2",
3838
"@lumino/algorithm": "^1.2.3",
3939
"@lumino/domutils": "^1.1.7",
4040
"@lumino/messaging": "^1.3.3",

packages/html-manager/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/html-manager",
3-
"version": "0.21.0-alpha.1",
3+
"version": "0.21.0-alpha.2",
44
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
55
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
66
"bugs": {
@@ -36,11 +36,11 @@
3636
},
3737
"dependencies": {
3838
"@fortawesome/fontawesome-free": "^5.12.0",
39-
"@jupyter-widgets/base": "^5.0.0-alpha.1",
40-
"@jupyter-widgets/base-manager": "^1.0.0-alpha.1",
41-
"@jupyter-widgets/controls": "^4.0.0-alpha.1",
42-
"@jupyter-widgets/output": "^5.0.0-alpha.1",
43-
"@jupyter-widgets/schema": "^0.5.0-alpha.1",
39+
"@jupyter-widgets/base": "^5.0.0-alpha.2",
40+
"@jupyter-widgets/base-manager": "^1.0.0-alpha.2",
41+
"@jupyter-widgets/controls": "^4.0.0-alpha.2",
42+
"@jupyter-widgets/output": "^5.0.0-alpha.2",
43+
"@jupyter-widgets/schema": "^0.5.0-alpha.2",
4444
"@jupyterlab/outputarea": "^3.0.0",
4545
"@jupyterlab/rendermime": "^3.0.0",
4646
"@jupyterlab/rendermime-interfaces": "^3.0.0",

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": "5.0.0-alpha.1",
3+
"version": "5.0.0-alpha.2",
44
"description": "Jupyter widget wrapping cell output",
55
"bugs": {
66
"url": "https://github.com/jupyter-widgets/ipywidgets/issues"
@@ -25,7 +25,7 @@
2525
"test": "echo \"Error: no test specified\" && exit 1"
2626
},
2727
"dependencies": {
28-
"@jupyter-widgets/base": "^5.0.0-alpha.1"
28+
"@jupyter-widgets/base": "^5.0.0-alpha.2"
2929
},
3030
"devDependencies": {
3131
"rimraf": "^2.6.1",

0 commit comments

Comments
 (0)