Skip to content

Commit

Permalink
Publish npm packages
Browse files Browse the repository at this point in the history
 - @jupyter-widgets/example-web1@4.0.3
 - @jupyter-widgets/example-web2@4.0.3
 - @jupyter-widgets/example-web3@4.0.3
 - @jupyter-widgets/example-web4@4.0.3
 - @jupyter-widgets/base@2.0.2
 - @jupyter-widgets/controls@1.5.3
 - @jupyter-widgets/html-manager@0.18.4
 - @jupyter-widgets/jupyterlab-manager@1.1.0
 - @jupyter-widgets/output@2.0.1
 - @jupyter-widgets/notebook-manager@4.0.4
  • Loading branch information
jasongrout committed Nov 4, 2019
1 parent e158a6d commit 92d7d42
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions examples/web1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/example-web1",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"license": "BSD-3-Clause",
Expand All @@ -15,8 +15,8 @@
"test:firefox": "npm run test:default -- --browsers Firefox"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1",
"@jupyter-widgets/controls": "^1.5.2"
"@jupyter-widgets/base": "^2.0.2",
"@jupyter-widgets/controls": "^1.5.3"
},
"devDependencies": {
"chai": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/web2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/example-web2",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"license": "BSD-3-Clause",
Expand All @@ -13,8 +13,8 @@
"test:default": "echo \"No test specified\""
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1",
"@jupyter-widgets/controls": "^1.5.2",
"@jupyter-widgets/base": "^2.0.2",
"@jupyter-widgets/controls": "^1.5.3",
"codemirror": "^5.48.0",
"font-awesome": "^4.7.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/example-web3",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"license": "BSD-3-Clause",
Expand All @@ -15,9 +15,9 @@
"test:default": "echo \"No test specified\""
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1",
"@jupyter-widgets/controls": "^1.5.2",
"@jupyter-widgets/html-manager": "^0.18.3",
"@jupyter-widgets/base": "^2.0.2",
"@jupyter-widgets/controls": "^1.5.3",
"@jupyter-widgets/html-manager": "^0.18.4",
"@jupyterlab/services": "^4.0.0",
"@phosphor/widgets": "^1.3.0",
"codemirror": "^5.48.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/web4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/example-web4",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"license": "BSD-3-Clause",
Expand All @@ -13,7 +13,7 @@
"test:default": "echo \"No test specified\""
},
"dependencies": {
"@jupyter-widgets/html-manager": "^0.18.3",
"@jupyter-widgets/html-manager": "^0.18.4",
"font-awesome": "^4.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/base",
"version": "2.0.1",
"version": "2.0.2",
"description": "Jupyter interactive widgets",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/controls",
"version": "1.5.2",
"version": "1.5.3",
"description": "Jupyter interactive widgets",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
},
"dependencies": {
"@jupyter-widgets/base": "^1.0.0 || ^2.0.0",
"@jupyter-widgets/base": "^2.0.2",
"@phosphor/algorithm": "^1.1.0",
"@phosphor/domutils": "^1.1.0",
"@phosphor/messaging": "^1.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/html-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/html-manager",
"version": "0.18.3",
"version": "0.18.4",
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
"bugs": {
Expand Down Expand Up @@ -35,9 +35,9 @@
"test:unit:firefox": "npm run test:unit:default -- --browsers=Firefox"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1",
"@jupyter-widgets/controls": "^1.5.2",
"@jupyter-widgets/output": "^2.0.0",
"@jupyter-widgets/base": "^2.0.2",
"@jupyter-widgets/controls": "^1.5.3",
"@jupyter-widgets/output": "^2.0.1",
"@jupyter-widgets/schema": "^0.4.0",
"@jupyterlab/outputarea": "^1.0.0",
"@jupyterlab/rendermime": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/jupyterlab-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/jupyterlab-manager",
"version": "1.0.3",
"version": "1.1.0",
"description": "The JupyterLab extension providing Jupyter widgets.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -35,19 +35,19 @@
"prepublish": "npm run clean && npm run build"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1",
"@jupyter-widgets/controls": "^1.5.2",
"@jupyter-widgets/output": "^2.0.0",
"@jupyter-widgets/base": "^2.0.2",
"@jupyter-widgets/controls": "^1.5.3",
"@jupyter-widgets/output": "^2.0.1",
"@jupyterlab/application": "^1.2.0",
"@jupyterlab/coreutils": "^3.2.0",
"@jupyterlab/docregistry": "^1.2.0",
"@jupyterlab/logconsole": "^1.0.0",
"@jupyterlab/mainmenu": "^1.2.0",
"@jupyterlab/notebook": "^1.2.0",
"@jupyterlab/outputarea": "^1.2.0",
"@jupyterlab/rendermime": "^1.2.0",
"@jupyterlab/rendermime-interfaces": "^1.5.0",
"@jupyterlab/services": "^4.2.0",
"@jupyterlab/logconsole": "^1.0.0",
"@phosphor/algorithm": "^1.1.0",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/output",
"version": "2.0.0",
"version": "2.0.1",
"description": "Jupyter widget wrapping cell output",
"bugs": {
"url": "https://github.com/jupyter-widgets/ipywidgets/issues"
Expand All @@ -26,7 +26,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1"
"@jupyter-widgets/base": "^2.0.2"
},
"devDependencies": {
"rimraf": "^2.6.1",
Expand Down
10 changes: 5 additions & 5 deletions widgetsnbextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/notebook-manager",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"description": "Jupyter Widgets nbextension",
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
Expand All @@ -21,10 +21,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1",
"@jupyter-widgets/controls": "^1.5.2",
"@jupyter-widgets/html-manager": "^0.18.3",
"@jupyter-widgets/output": "^2.0.0",
"@jupyter-widgets/base": "^2.0.2",
"@jupyter-widgets/controls": "^1.5.3",
"@jupyter-widgets/html-manager": "^0.18.4",
"@jupyter-widgets/output": "^2.0.1",
"@jupyterlab/services": "^4.0.0-rc.0",
"@phosphor/messaging": "^1.2.1",
"@phosphor/widgets": "^1.3.0",
Expand Down

0 comments on commit 92d7d42

Please sign in to comment.