Skip to content

Commit

Permalink
Release 3.2.2 (#183)
Browse files Browse the repository at this point in the history
Release 3.2.2
  • Loading branch information
thinkh committed Sep 17, 2019
2 parents f98fb9b + f15676b commit 85df597
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
29 changes: 18 additions & 11 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lineupjs",
"description": "LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes.",
"version": "3.2.1",
"version": "3.2.2",
"author": {
"name": "Samuel Gratzl",
"email": "samuel-gratzl@gmx.at"
Expand Down Expand Up @@ -84,22 +84,22 @@
"url": "https://github.com/datavisyn/lineupjs.git"
},
"devDependencies": {
"@types/d3-array": "^2.0.0",
"@types/d3-array": "^1.2.1",
"@types/d3-color": "^1.2.2",
"@types/d3-dispatch": "^1.0.7",
"@types/d3-scale": "^2.1.1",
"@types/d3-scale": "^2.0.1",
"@types/d3-scale-chromatic": "^1.3.1",
"@types/d3-time": "^1.0.10",
"@types/d3-time-format": "^2.1.1",
"@types/detect-browser": "^4.0.0",
"@types/jest": "^24.0.18",
"cache-loader": "^4.1.0",
"css-loader": "^3.2.0",
"d3-array": "^2.3.1",
"d3-array": "^1.2.1",
"d3-color": "^1.3.0",
"d3-dispatch": "^1.0.3",
"d3-format": "^1.4.1",
"d3-scale": "^3.1.0",
"d3-scale": "^2.1.0",
"d3-scale-chromatic": "^1.5.0",
"d3-time": "^1.0.11",
"d3-time-format": "^2.1.1",
Expand Down

0 comments on commit 85df597

Please sign in to comment.