Skip to content

Commit

Permalink
Publish npm packages
Browse files Browse the repository at this point in the history
 - @jupyter-widgets/example-web1@6.1.8
 - @jupyter-widgets/example-web2@6.1.8
 - @jupyter-widgets/example-web3@6.1.8
 - @jupyter-widgets/example-web4@6.1.8
 - @jupyter-widgets/jupyterlab-manager@3.1.11
 - @jupyter-widgets/base@4.1.7
 - @jupyter-widgets/controls@3.1.8
 - @jupyter-widgets/html-manager@0.20.9
 - @jupyter-widgets/output@4.1.7
 - @jupyter-widgets/notebook-manager@6.1.11
  • Loading branch information
martinRenou committed Oct 22, 2024
1 parent 9d119d9 commit 9170f42
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 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": "6.1.7",
"version": "6.1.8",
"private": true,
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"license": "BSD-3-Clause",
Expand All @@ -16,8 +16,8 @@
"test:firefox:headless": "jlpm run test:default -- --browsers FirefoxHeadless"
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.7"
"@jupyter-widgets/base": "^4.1.7",
"@jupyter-widgets/controls": "^3.1.8"
},
"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": "6.1.7",
"version": "6.1.8",
"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": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/base": "^4.1.7",
"@jupyter-widgets/controls": "^3.1.8",
"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": "6.1.7",
"version": "6.1.8",
"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": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/html-manager": "^0.20.8",
"@jupyter-widgets/base": "^4.1.7",
"@jupyter-widgets/controls": "^3.1.8",
"@jupyter-widgets/html-manager": "^0.20.9",
"@jupyterlab/services": "^6 || ^7",
"@lumino/widgets": "^1 || ^2",
"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": "6.1.7",
"version": "6.1.8",
"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.20.8",
"@jupyter-widgets/html-manager": "^0.20.9",
"font-awesome": "^4.7.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions jupyterlab_widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/jupyterlab-manager",
"version": "3.1.10",
"version": "3.1.11",
"description": "The JupyterLab extension providing Jupyter widgets.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -48,9 +48,9 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/output": "^4.1.6",
"@jupyter-widgets/base": "^4.1.7",
"@jupyter-widgets/controls": "^3.1.8",
"@jupyter-widgets/output": "^4.1.7",
"@jupyterlab/application": "^3 || ^4",
"@jupyterlab/docregistry": "^3 || ^4",
"@jupyterlab/logconsole": "^3 || ^4",
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": "4.1.6",
"version": "4.1.7",
"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": "3.1.7",
"version": "3.1.8",
"description": "Jupyter interactive widgets",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test:unit:ie": "jlpm run test:unit:default -- --browsers=IE"
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/base": "^4.1.7",
"@lumino/algorithm": "^1 || ^2",
"@lumino/domutils": "^1 || ^2",
"@lumino/messaging": "^1 || ^2",
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.20.8",
"version": "0.20.9",
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
"bugs": {
Expand Down Expand Up @@ -36,9 +36,9 @@
"test:unit:firefox:headless": "jlpm run test:unit:default -- --browsers=FirefoxHeadless"
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/output": "^4.1.6",
"@jupyter-widgets/base": "^4.1.7",
"@jupyter-widgets/controls": "^3.1.8",
"@jupyter-widgets/output": "^4.1.7",
"@jupyter-widgets/schema": "^0.4.1",
"@jupyterlab/outputarea": "^3 || ^4",
"@jupyterlab/rendermime": "^3 || ^4",
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": "4.1.6",
"version": "4.1.7",
"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": "^4.1.6"
"@jupyter-widgets/base": "^4.1.7"
},
"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": "6.1.10",
"version": "6.1.11",
"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": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/html-manager": "^0.20.8",
"@jupyter-widgets/output": "^4.1.6",
"@jupyter-widgets/base": "^4.1.7",
"@jupyter-widgets/controls": "^3.1.8",
"@jupyter-widgets/html-manager": "^0.20.9",
"@jupyter-widgets/output": "^4.1.7",
"@jupyterlab/services": "^6 || ^7",
"@lumino/messaging": "^1 || ^2",
"@lumino/widgets": "^1 || ^2",
Expand Down

0 comments on commit 9170f42

Please sign in to comment.