Skip to content

Commit

Permalink
Prepare for release (closes #73)
Browse files Browse the repository at this point in the history
  • Loading branch information
gampleman committed Apr 26, 2021
1 parent 0d399ae commit 6a7da9f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
76 changes: 38 additions & 38 deletions elm.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"type": "package",
"name": "gampleman/elm-visualization",
"summary": "A data visualization package for Elm",
"license": "MIT",
"version": "2.1.2",
"exposed-modules": [
"Scale",
"Scale.Color",
"Axis",
"Shape",
"Force",
"Statistics",
"Histogram",
"Interpolation",
"Transition",
"Zoom"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.1 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"ianmackenzie/elm-geometry": "3.6.0 <= v < 4.0.0",
"elm-community/list-extra": "8.2.4 <= v < 9.0.0",
"folkertdev/one-true-path-experiment": "5.0.0 <= v < 7.0.0",
"ianmackenzie/elm-units-prefixed": "2.0.0 <= v < 3.0.0",
"justinmimbs/time-extra": "1.0.1 <= v < 2.0.0",
"rtfeldman/elm-hex": "1.0.0 <= v < 2.0.0",
"ryannhg/date-format": "2.0.0 <= v < 3.0.0"
},
"test-dependencies": {
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm-explorations/test": "1.1.0 <= v < 2.0.0"
}
"type": "package",
"name": "gampleman/elm-visualization",
"summary": "A data visualization package for Elm",
"license": "MIT",
"version": "2.2.0",
"exposed-modules": [
"Scale",
"Scale.Color",
"Axis",
"Shape",
"Force",
"Statistics",
"Histogram",
"Interpolation",
"Transition",
"Zoom"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.1 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm-community/list-extra": "8.2.4 <= v < 9.0.0",
"folkertdev/one-true-path-experiment": "5.0.0 <= v < 7.0.0",
"ianmackenzie/elm-geometry": "3.6.0 <= v < 4.0.0",
"ianmackenzie/elm-units-prefixed": "2.0.0 <= v < 3.0.0",
"justinmimbs/time-extra": "1.0.1 <= v < 2.0.0",
"rtfeldman/elm-hex": "1.0.0 <= v < 2.0.0",
"ryannhg/date-format": "2.0.0 <= v < 3.0.0"
},
"test-dependencies": {
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm-explorations/test": "1.1.0 <= v < 2.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "tests"
},
"scripts": {
"build-docs": "elm-example-publisher --ellie --ellie-dep gampleman/elm-visualization@2.1.1 --base-url https://elm-visualization.netlify.com/",
"build-docs": "elm-example-publisher --ellie --ellie-dep gampleman/elm-visualization@2.2.0 --base-url https://elm-visualization.netlify.com/",
"test": "elm-test",
"validate-format": "elm-format --validate src/ tests/"
},
Expand Down

0 comments on commit 6a7da9f

Please sign in to comment.