Skip to content

Commit

Permalink
Bump to 9.3.0 and check in dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeb committed Oct 1, 2018
1 parent 426245d commit 44b6f13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 66 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "9.2.1",
"version": "9.3.0",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <jason@imgix.com>"
Expand Down
35 changes: 3 additions & 32 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,35 +896,6 @@ return {
"url": "https://docs.imgix.com/apis/url/face-detection/faces",
"short_description": "Specifies that face data should be included in output when combined with `fm=json`."
},
"fill-blur": {
"display_name": "fill blur",
"category": "fill",
"available_in": [
"url"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 0,
"max": 2000
}
},
{
"type": "unit_scalar",
"strict_range": {
"min": 0,
"max": 0.5
}
}
],
"default": 0.1,
"depends": [
"fill=blur"
],
"url": "https://docs.imgix.com/apis/url/fill-blur",
"short_description": "Sets the blur factor for images with additional space created by the fit setting"
},
"fill-color": {
"display_name": "fill color",
"category": "fill",
Expand All @@ -940,7 +911,7 @@ return {
"depends": [
"fill=solid"
],
"url": "https://docs.imgix.com/apis/url/fill-color",
"url": "https://docs.imgix.com/apis/url/fill/fill-color",
"short_description": "Sets the fill color for images with additional space created by the fit setting"
},
"fill": {
Expand All @@ -962,7 +933,7 @@ return {
"depends": [
"fit"
],
"url": "https://docs.imgix.com/apis/url/fill",
"url": "https://docs.imgix.com/apis/url/fill/fill",
"short_description": "Determines how to fill in additional space created by the fit setting"
},
"fit": {
Expand Down Expand Up @@ -2891,7 +2862,7 @@ return {
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "9.2.1"
"version": "9.3.0"
};

}));
35 changes: 3 additions & 32 deletions dist/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,35 +880,6 @@
"url": "https://docs.imgix.com/apis/url/face-detection/faces",
"short_description": "Specifies that face data should be included in output when combined with `fm=json`."
},
"fill-blur": {
"display_name": "fill blur",
"category": "fill",
"available_in": [
"url"
],
"expects": [
{
"type": "integer",
"suggested_range": {
"min": 0,
"max": 2000
}
},
{
"type": "unit_scalar",
"strict_range": {
"min": 0,
"max": 0.5
}
}
],
"default": 0.1,
"depends": [
"fill=blur"
],
"url": "https://docs.imgix.com/apis/url/fill-blur",
"short_description": "Sets the blur factor for images with additional space created by the fit setting"
},
"fill-color": {
"display_name": "fill color",
"category": "fill",
Expand All @@ -924,7 +895,7 @@
"depends": [
"fill=solid"
],
"url": "https://docs.imgix.com/apis/url/fill-color",
"url": "https://docs.imgix.com/apis/url/fill/fill-color",
"short_description": "Sets the fill color for images with additional space created by the fit setting"
},
"fill": {
Expand All @@ -946,7 +917,7 @@
"depends": [
"fit"
],
"url": "https://docs.imgix.com/apis/url/fill",
"url": "https://docs.imgix.com/apis/url/fill/fill",
"short_description": "Determines how to fill in additional space created by the fit setting"
},
"fit": {
Expand Down Expand Up @@ -2875,5 +2846,5 @@
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "9.2.1"
"version": "9.3.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "9.2.1",
"version": "9.3.0",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 44b6f13

Please sign in to comment.