Skip to content

Commit

Permalink
Bump to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed May 15, 2023
1 parent bdf647b commit 3a85327
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 44 deletions.
49 changes: 10 additions & 39 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-scatter",
"version": "0.12.1",
"version": "0.12.2",
"description": "A scatter plot extension for Jupyter Notebook and Lab",
"author": "Fritz Lekschas",
"main": "src/index.js",
Expand Down Expand Up @@ -41,16 +41,15 @@
},
"dependencies": {
"@jupyter-widgets/base": "^1.1 || ^2 || ^3 || ^4 || ^5 || ^6",
"camera-2d-simple": "~2.2.1",
"d3-axis": "~3.0.0",
"d3-scale": "~4.0.2",
"d3-selection": "~3.0.0",
"dom-2d-camera": "~2.2.3",
"dom-2d-camera": "~2.2.5",
"gl-matrix": "~3.3.0",
"lodash": "~4.17.21",
"pub-sub-es": "~2.0.1",
"regl": "~2.1.0",
"regl-scatterplot": "~1.6.3"
"regl-scatterplot": "~1.6.9"
},
"devDependencies": {
"@jupyterlab/builder": "^3.5.2",
Expand Down
2 changes: 1 addition & 1 deletion jscatter/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module version
version_info = (0, 12, 1, 'final', 1)
version_info = (0, 12, 2, 'final', 1)

# Module version stage suffix map
_specifier_ = {'alpha': 'alpha', 'beta': 'beta', 'candidate': 'rc', 'final': ''}
Expand Down

0 comments on commit 3a85327

Please sign in to comment.