Skip to content

Commit 6a7da9f

Browse files
committed
Prepare for release (closes #73)
1 parent 0d399ae commit 6a7da9f

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

elm.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"type": "package",
3-
"name": "gampleman/elm-visualization",
4-
"summary": "A data visualization package for Elm",
5-
"license": "MIT",
6-
"version": "2.1.2",
7-
"exposed-modules": [
8-
"Scale",
9-
"Scale.Color",
10-
"Axis",
11-
"Shape",
12-
"Force",
13-
"Statistics",
14-
"Histogram",
15-
"Interpolation",
16-
"Transition",
17-
"Zoom"
18-
],
19-
"elm-version": "0.19.0 <= v < 0.20.0",
20-
"dependencies": {
21-
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
22-
"elm/browser": "1.0.2 <= v < 2.0.0",
23-
"elm/core": "1.0.0 <= v < 2.0.0",
24-
"elm/html": "1.0.0 <= v < 2.0.0",
25-
"elm/json": "1.0.0 <= v < 2.0.0",
26-
"elm/svg": "1.0.1 <= v < 2.0.0",
27-
"elm/time": "1.0.0 <= v < 2.0.0",
28-
"ianmackenzie/elm-geometry": "3.6.0 <= v < 4.0.0",
29-
"elm-community/list-extra": "8.2.4 <= v < 9.0.0",
30-
"folkertdev/one-true-path-experiment": "5.0.0 <= v < 7.0.0",
31-
"ianmackenzie/elm-units-prefixed": "2.0.0 <= v < 3.0.0",
32-
"justinmimbs/time-extra": "1.0.1 <= v < 2.0.0",
33-
"rtfeldman/elm-hex": "1.0.0 <= v < 2.0.0",
34-
"ryannhg/date-format": "2.0.0 <= v < 3.0.0"
35-
},
36-
"test-dependencies": {
37-
"elm/regex": "1.0.0 <= v < 2.0.0",
38-
"elm-explorations/test": "1.1.0 <= v < 2.0.0"
39-
}
2+
"type": "package",
3+
"name": "gampleman/elm-visualization",
4+
"summary": "A data visualization package for Elm",
5+
"license": "MIT",
6+
"version": "2.2.0",
7+
"exposed-modules": [
8+
"Scale",
9+
"Scale.Color",
10+
"Axis",
11+
"Shape",
12+
"Force",
13+
"Statistics",
14+
"Histogram",
15+
"Interpolation",
16+
"Transition",
17+
"Zoom"
18+
],
19+
"elm-version": "0.19.0 <= v < 0.20.0",
20+
"dependencies": {
21+
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
22+
"elm/browser": "1.0.2 <= v < 2.0.0",
23+
"elm/core": "1.0.0 <= v < 2.0.0",
24+
"elm/html": "1.0.0 <= v < 2.0.0",
25+
"elm/json": "1.0.0 <= v < 2.0.0",
26+
"elm/svg": "1.0.1 <= v < 2.0.0",
27+
"elm/time": "1.0.0 <= v < 2.0.0",
28+
"elm-community/list-extra": "8.2.4 <= v < 9.0.0",
29+
"folkertdev/one-true-path-experiment": "5.0.0 <= v < 7.0.0",
30+
"ianmackenzie/elm-geometry": "3.6.0 <= v < 4.0.0",
31+
"ianmackenzie/elm-units-prefixed": "2.0.0 <= v < 3.0.0",
32+
"justinmimbs/time-extra": "1.0.1 <= v < 2.0.0",
33+
"rtfeldman/elm-hex": "1.0.0 <= v < 2.0.0",
34+
"ryannhg/date-format": "2.0.0 <= v < 3.0.0"
35+
},
36+
"test-dependencies": {
37+
"elm/regex": "1.0.0 <= v < 2.0.0",
38+
"elm-explorations/test": "1.1.0 <= v < 2.0.0"
39+
}
4040
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "tests"
1010
},
1111
"scripts": {
12-
"build-docs": "elm-example-publisher --ellie --ellie-dep gampleman/elm-visualization@2.1.1 --base-url https://elm-visualization.netlify.com/",
12+
"build-docs": "elm-example-publisher --ellie --ellie-dep gampleman/elm-visualization@2.2.0 --base-url https://elm-visualization.netlify.com/",
1313
"test": "elm-test",
1414
"validate-format": "elm-format --validate src/ tests/"
1515
},

0 commit comments

Comments
 (0)