Skip to content

Commit

Permalink
Update plugins for 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Budorick committed Nov 3, 2016
1 parent 9d0131e commit 836164d
Show file tree
Hide file tree
Showing 7 changed files with 7,801 additions and 3 deletions.
24 changes: 21 additions & 3 deletions docs/_data/plugins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mapbox-gl-draw": {
"prefix": "mapbox-gl-draw",
"latest": "0.12.1",
"latest": "0.13.2",
"v":{
"0.11.15":{
"files":[
Expand All @@ -26,6 +26,12 @@
"mapbox-gl-draw.js",
"mapbox-gl-draw.css"
]
},
"0.13.2":{
"files":[
"mapbox-gl-draw.js",
"mapbox-gl-draw.css"
]
}
}
},
Expand Down Expand Up @@ -67,7 +73,7 @@
},
"mapbox-gl-geocoder": {
"prefix": "mapbox-gl-geocoder",
"latest": "1.3.1",
"latest": "1.3.2",
"v": {
"0.0.0": {
"files": [
Expand Down Expand Up @@ -104,12 +110,18 @@
"mapbox-gl-geocoder.js",
"mapbox-gl-geocoder.css"
]
},
"1.3.2": {
"files": [
"mapbox-gl-geocoder.js",
"mapbox-gl-geocoder.css"
]
}
}
},
"mapbox-gl-compare": {
"prefix": "mapbox-gl-compare",
"latest": "0.0.2",
"latest": "0.0.3",
"v": {
"0.0.1": {
"files": [
Expand All @@ -122,6 +134,12 @@
"mapbox-gl-compare.js",
"mapbox-gl-compare.css"
]
},
"0.0.3": {
"files": [
"mapbox-gl-compare.js",
"mapbox-gl-compare.css"
]
}
}
},
Expand Down
22 changes: 22 additions & 0 deletions plugins/src/mapbox-gl-compare/v0.0.3/mapbox-gl-compare.css

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

1 change: 1 addition & 0 deletions plugins/src/mapbox-gl-compare/v0.0.3/mapbox-gl-compare.js

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

Loading

0 comments on commit 836164d

Please sign in to comment.