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]
  • Loading branch information
martinRenou committed Jul 29, 2024
1 parent adf6ff2 commit 6bebacf
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 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.6",
"version": "6.1.7",
"private": true,
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"license": "BSD-3-Clause",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.6"
"@jupyter-widgets/controls": "^3.1.7"
},
"devDependencies": {
"chai": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "6.1.7",
"private": true,
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
"license": "BSD-3-Clause",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.6",
"@jupyter-widgets/controls": "^3.1.7",
"codemirror": "^5.48.0",
"font-awesome": "^4.7.0"
},
Expand Down
6 changes: 3 additions & 3 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.6",
"version": "6.1.7",
"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 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.6",
"@jupyter-widgets/html-manager": "^0.20.7",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/html-manager": "^0.20.8",
"@jupyterlab/services": "^6.0.0",
"@lumino/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": "6.1.6",
"version": "6.1.7",
"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.7",
"@jupyter-widgets/html-manager": "^0.20.8",
"font-awesome": "^4.7.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "3.1.9",
"description": "The JupyterLab extension providing Jupyter widgets.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.6",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/output": "^4.1.6",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/docregistry": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "3.1.7",
"description": "Jupyter interactive widgets",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.20.8",
"description": "Standalone package for rendering Jupyter widgets outside notebooks",
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
"bugs": {
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.6",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/output": "^4.1.6",
"@jupyter-widgets/schema": "^0.4.1",
"@jupyterlab/outputarea": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "6.1.9",
"private": true,
"description": "Jupyter Widgets nbextension",
"homepage": "https://github.com/jupyter-widgets/ipywidgets#readme",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.6",
"@jupyter-widgets/controls": "^3.1.6",
"@jupyter-widgets/html-manager": "^0.20.7",
"@jupyter-widgets/controls": "^3.1.7",
"@jupyter-widgets/html-manager": "^0.20.8",
"@jupyter-widgets/output": "^4.1.6",
"@jupyterlab/services": "^6.0.0",
"@lumino/messaging": "^1.2.1",
Expand Down

0 comments on commit 6bebacf

Please sign in to comment.