Skip to content

Commit

Permalink
Publish npm packages
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
jasongrout committed Nov 2, 2017
1 parent 32f5daa commit f800c95
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions examples/web-tmpnb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@jupyter-widgets/example-web-tmpnb",
"version": "2.0.5",
"version": "2.0.6",
"description": "Project that tests the ability to npm install @jupyter-widgets/controls within an npm project.",
"main": "index.js",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"author": "IPython",
"license": "BSD-3-Clause",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.5",
"@jupyter-widgets/base": "^1.1.0",
"@jupyter-widgets/controls": "^1.0.6",
"@jupyterlab/services": "^0.50.2",
"@phosphor/disposable": "^1.1.1",
"@phosphor/widgets": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/web1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@jupyter-widgets/example-web1",
"version": "2.0.5",
"version": "2.0.6",
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"main": "index.js",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"author": "IPython",
"license": "BSD-3-Clause",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.5"
"@jupyter-widgets/base": "^1.1.0",
"@jupyter-widgets/controls": "^1.0.6"
},
"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,7 +1,7 @@
{
"private": true,
"name": "@jupyter-widgets/example-web2",
"version": "2.0.6",
"version": "2.0.7",
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"main": "index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"author": "IPython",
"license": "BSD-3-Clause",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.5",
"@jupyter-widgets/base": "^1.1.0",
"@jupyter-widgets/controls": "^1.0.6",
"codemirror": "^5.9.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,7 +1,7 @@
{
"private": true,
"name": "@jupyter-widgets/example-web3",
"version": "2.0.5",
"version": "2.0.6",
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,9 +15,9 @@
"author": "IPython",
"license": "BSD-3-Clause",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.5",
"@jupyter-widgets/html-manager": "^0.10.5",
"@jupyter-widgets/base": "^1.1.0",
"@jupyter-widgets/controls": "^1.0.6",
"@jupyter-widgets/html-manager": "^0.10.6",
"@jupyterlab/services": "^0.50.2",
"@phosphor/disposable": "^1.1.1",
"@phosphor/widgets": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/web4/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@jupyter-widgets/example-web4",
"version": "2.0.5",
"version": "2.0.6",
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "IPython",
"license": "BSD-3-Clause",
"dependencies": {
"@jupyter-widgets/html-manager": "^0.10.5",
"@jupyter-widgets/html-manager": "^0.10.6",
"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": "1.0.4",
"version": "1.1.0",
"description": "Jupyter interactive widgets",
"author": "Project Jupyter",
"license": "BSD-3-Clause",
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.0.5",
"version": "1.0.6",
"description": "Jupyter interactive widgets",
"author": "Project Jupyter",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -69,7 +69,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/base": "^1.1.0",
"@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.10.5",
"version": "0.10.6",
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.5",
"@jupyter-widgets/output": "^1.0.4",
"@jupyter-widgets/base": "^1.1.0",
"@jupyter-widgets/controls": "^1.0.6",
"@jupyter-widgets/output": "^1.0.5",
"@jupyter-widgets/schema": "^0.3.0",
"@jupyterlab/outputarea": "^0.11.1",
"@jupyterlab/rendermime": "^0.11.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/jupyterlab-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@jupyter-widgets/jupyterlab-manager",
"version": "0.28.2",
"version": "0.29.0",
"description": "The JupyterLab extension providing Jupyter widgets.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.5",
"@jupyter-widgets/output": "^1.0.4",
"@jupyter-widgets/base": "^1.1.0",
"@jupyter-widgets/controls": "^1.0.6",
"@jupyter-widgets/output": "^1.0.5",
"@jupyterlab/application": "^0.11.1",
"@jupyterlab/coreutils": "^0.11.1",
"@jupyterlab/docregistry": "^0.11.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": "1.0.4",
"version": "1.0.5",
"description": "Jupyter widget wrapping cell output",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/jupyter-widgets/ipywidgets/issues"
},
"dependencies": {
"@jupyter-widgets/base": "^1.0.4"
"@jupyter-widgets/base": "^1.1.0"
},
"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": "3.0.7",
"version": "3.0.8",
"description": "Jupyter Widgets nbextension",
"main": "src/extension.js",
"private": true,
Expand All @@ -21,10 +21,10 @@
},
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.5",
"@jupyter-widgets/html-manager": "^0.10.5",
"@jupyter-widgets/output": "^1.0.4",
"@jupyter-widgets/base": "^1.1.0",
"@jupyter-widgets/controls": "^1.0.6",
"@jupyter-widgets/html-manager": "^0.10.6",
"@jupyter-widgets/output": "^1.0.5",
"@phosphor/messaging": "^1.2.1",
"@phosphor/widgets": "^1.3.0",
"backbone": "1.2.3",
Expand Down

0 comments on commit f800c95

Please sign in to comment.