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]
 - @jupyter-widgets/[email protected]
  • Loading branch information
jasongrout committed Feb 5, 2019
1 parent fb40043 commit 1e2ea6d
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions examples/web-tmpnb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/example-web-tmpnb",
"version": "2.2.5-alpha.0",
"version": "2.2.5",
"private": true,
"description": "Project that tests the ability to npm install @jupyter-widgets/controls within an npm project.",
"license": "BSD-3-Clause",
Expand All @@ -15,8 +15,8 @@
"test:default": "echo \"No test specified\""
},
"dependencies": {
"@jupyter-widgets/base": "^1.2.3-alpha.0",
"@jupyter-widgets/controls": "^1.4.3-alpha.0",
"@jupyter-widgets/base": "^1.2.3",
"@jupyter-widgets/controls": "^1.4.3",
"@jupyterlab/services": "^4.0.0-alpha.3",
"@phosphor/widgets": "^1.3.0",
"codemirror": "^5.9.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.2.5-alpha.0",
"version": "2.2.5",
"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.2.3-alpha.0",
"@jupyter-widgets/controls": "^1.4.3-alpha.0"
"@jupyter-widgets/base": "^1.2.3",
"@jupyter-widgets/controls": "^1.4.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,7 +1,7 @@
{
"private": true,
"name": "@jupyter-widgets/example-web2",
"version": "2.2.5-alpha.0",
"version": "2.2.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.2.3-alpha.0",
"@jupyter-widgets/controls": "^1.4.3-alpha.0",
"@jupyter-widgets/base": "^1.2.3",
"@jupyter-widgets/controls": "^1.4.3",
"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,6 +1,6 @@
{
"name": "@jupyter-widgets/example-web3",
"version": "2.2.6-alpha.0",
"version": "2.2.6",
"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": "^1.2.3-alpha.0",
"@jupyter-widgets/controls": "^1.4.3-alpha.0",
"@jupyter-widgets/html-manager": "^0.16.0-alpha.0",
"@jupyter-widgets/base": "^1.2.3",
"@jupyter-widgets/controls": "^1.4.3",
"@jupyter-widgets/html-manager": "^0.16.0",
"@jupyterlab/services": "^4.0.0-alpha.3",
"@phosphor/widgets": "^1.3.0",
"codemirror": "^5.9.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.2.6-alpha.0",
"version": "2.2.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.16.0-alpha.0",
"@jupyter-widgets/html-manager": "^0.16.0",
"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.2.3-alpha.0",
"version": "1.2.3",
"description": "Jupyter interactive widgets",
"license": "BSD-3-Clause",
"author": "Project Jupyter",
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.4.3-alpha.0",
"version": "1.4.3",
"description": "Jupyter interactive widgets",
"license": "BSD-3-Clause",
"author": "Project Jupyter",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
},
"dependencies": {
"@jupyter-widgets/base": "^1.2.3-alpha.0",
"@jupyter-widgets/base": "^1.2.3",
"@phosphor/algorithm": "^1.1.0",
"@phosphor/domutils": "^1.1.0",
"@phosphor/messaging": "^1.2.1",
Expand Down
10 changes: 5 additions & 5 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.16.0-alpha.0",
"version": "0.16.0",
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
"bugs": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"test:unit:firefox": "npm run test:unit:default -- --browsers=Firefox"
},
"dependencies": {
"@jupyter-widgets/base": "^1.2.3-alpha.0",
"@jupyter-widgets/controls": "^1.4.3-alpha.0",
"@jupyter-widgets/output": "^1.1.3-alpha.0",
"@jupyter-widgets/schema": "^0.3.6",
"@jupyter-widgets/base": "^1.2.3",
"@jupyter-widgets/controls": "^1.4.3",
"@jupyter-widgets/output": "^1.1.3",
"@jupyter-widgets/schema": "^0.3.7",
"@jupyterlab/outputarea": "^1.0.0-alpha.3",
"@jupyterlab/rendermime": "^1.0.0-alpha.3",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.3",
Expand Down
8 changes: 4 additions & 4 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": "0.39.0-alpha.0",
"version": "0.39.0",
"description": "The JupyterLab extension providing Jupyter widgets.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -34,9 +34,9 @@
"prepublish": "npm run clean && npm run build"
},
"dependencies": {
"@jupyter-widgets/base": "^1.2.3-alpha.0",
"@jupyter-widgets/controls": "^1.4.3-alpha.0",
"@jupyter-widgets/output": "^1.1.3-alpha.0",
"@jupyter-widgets/base": "^1.2.3",
"@jupyter-widgets/controls": "^1.4.3",
"@jupyter-widgets/output": "^1.1.3",
"@jupyterlab/application": "^1.0.0-alpha.3",
"@jupyterlab/coreutils": "^3.0.0-alpha.3",
"@jupyterlab/docregistry": "^1.0.0-alpha.3",
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.1.3-alpha.0",
"version": "1.1.3",
"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": "^1.2.3-alpha.0"
"@jupyter-widgets/base": "^1.2.3"
},
"devDependencies": {
"rimraf": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/schema",
"version": "0.3.6",
"version": "0.3.7",
"description": "Schemas for the Jupyter interactive Widgets",
"main": "index.js",
"scripts": {
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.3.6-alpha.0",
"version": "3.3.6",
"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": "^1.2.3-alpha.0",
"@jupyter-widgets/controls": "^1.4.3-alpha.0",
"@jupyter-widgets/html-manager": "^0.16.0-alpha.0",
"@jupyter-widgets/output": "^1.1.3-alpha.0",
"@jupyter-widgets/base": "^1.2.3",
"@jupyter-widgets/controls": "^1.4.3",
"@jupyter-widgets/html-manager": "^0.16.0",
"@jupyter-widgets/output": "^1.1.3",
"@jupyterlab/services": "^1.0.1 || ^2.0.0",
"@phosphor/messaging": "^1.2.1",
"@phosphor/widgets": "^1.3.0",
Expand Down

0 comments on commit 1e2ea6d

Please sign in to comment.