Skip to content

Commit

Permalink
Publish
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 Oct 19, 2017
1 parent 8007e15 commit 2917d45
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.4-0",
"version": "2.0.4",
"description": "Project that tests the ability to npm install @jupyter-widgets/controls within an npm project.",
"main": "index.js",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"author": "IPython",
"license": "BSD-3-Clause",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4-0",
"@jupyter-widgets/controls": "^1.0.4-0",
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.4",
"@jupyterlab/services": "^0.50.2",
"@phosphor/disposable": "^1.1.0",
"@phosphor/widgets": "^1.2.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.4-0",
"version": "2.0.4",
"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-0",
"@jupyter-widgets/controls": "^1.0.4-0"
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.4"
},
"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.5-0",
"version": "2.0.5",
"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-0",
"@jupyter-widgets/controls": "^1.0.4-0",
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.4",
"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.4-0",
"version": "2.0.4",
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,9 +14,9 @@
"author": "IPython",
"license": "BSD-3-Clause",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4-0",
"@jupyter-widgets/controls": "^1.0.4-0",
"@jupyter-widgets/html-manager": "^0.10.4-0",
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.4",
"@jupyter-widgets/html-manager": "^0.10.4",
"@jupyterlab/services": "^0.50.2",
"@phosphor/disposable": "^1.1.0",
"@phosphor/widgets": "^1.2.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.4-0",
"version": "2.0.4",
"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.4-0",
"@jupyter-widgets/html-manager": "^0.10.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": "1.0.4-0",
"version": "1.0.4",
"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.4-0",
"version": "1.0.4",
"description": "Jupyter interactive widgets",
"author": "Project Jupyter",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -67,7 +67,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@jupyter-widgets/base": "^1.0.4-0",
"@jupyter-widgets/base": "^1.0.4",
"@phosphor/algorithm": "^1.1.0",
"@phosphor/domutils": "^1.1.0",
"@phosphor/messaging": "^1.2.0",
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.4-0",
"version": "0.10.4",
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4-0",
"@jupyter-widgets/controls": "^1.0.4-0",
"@jupyter-widgets/output": "^1.0.4-0",
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.4",
"@jupyter-widgets/output": "^1.0.4",
"@jupyter-widgets/schema": "^0.3.0",
"@jupyterlab/outputarea": "^0.11.1",
"@jupyterlab/rendermime": "^0.11.0",
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.1-0",
"version": "0.28.1",
"description": "The JupyterLab extension providing Jupyter widgets.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@jupyter-widgets/base": "^1.0.4-0",
"@jupyter-widgets/controls": "^1.0.4-0",
"@jupyter-widgets/output": "^1.0.4-0",
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.4",
"@jupyter-widgets/output": "^1.0.4",
"@jupyterlab/application": "^0.11.0",
"@jupyterlab/coreutils": "^0.11.1",
"@jupyterlab/docregistry": "^0.11.0",
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-0",
"version": "1.0.4",
"description": "Jupyter widget wrapping cell output",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/jupyter-widgets/ipywidgets/issues"
},
"dependencies": {
"@jupyter-widgets/base": "^1.0.4-0"
"@jupyter-widgets/base": "^1.0.4"
},
"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.5-0",
"version": "3.0.5",
"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-0",
"@jupyter-widgets/controls": "^1.0.4-0",
"@jupyter-widgets/html-manager": "^0.10.4-0",
"@jupyter-widgets/output": "^1.0.4-0",
"@jupyter-widgets/base": "^1.0.4",
"@jupyter-widgets/controls": "^1.0.4",
"@jupyter-widgets/html-manager": "^0.10.4",
"@jupyter-widgets/output": "^1.0.4",
"@phosphor/messaging": "^1.2.0",
"@phosphor/widgets": "^1.2.0",
"backbone": "1.2.3",
Expand Down

0 comments on commit 2917d45

Please sign in to comment.