Skip to content

Commit

Permalink
Bump to 11.4.2 and check in dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Eberle committed Mar 31, 2020
1 parent 8d30dde commit 02e2ceb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 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": "11.2.0",
"version": "11.4.2",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <jason@imgix.com>"
Expand Down
13 changes: 11 additions & 2 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.3.0",
"version": "11.4.2",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -151,6 +151,7 @@ return {
"blend-clr",
"blendclr"
],
"url": "https://docs.imgix.com/apis/url/blending/blend-color",
"short_description": "Specifies a color to use when applying the blend."
},
"blend-crop": {
Expand Down Expand Up @@ -1311,6 +1312,9 @@ return {
}
}
],
"aliases": [
"height"
],
"url": "https://docs.imgix.com/apis/url/size/h",
"short_description": "Adjusts the height of the output image."
},
Expand Down Expand Up @@ -2823,6 +2827,9 @@ return {
}
}
],
"aliases": [
"width"
],
"url": "https://docs.imgix.com/apis/url/size/w",
"short_description": "Adjusts the width of the output image."
}
Expand Down Expand Up @@ -2856,6 +2863,7 @@ return {
"b": "blend",
"fillcolor": "fill-color",
"f": "fit",
"height": "h",
"inv": "invert",
"ma": "mark-align",
"markalign": "mark-align",
Expand Down Expand Up @@ -2916,7 +2924,8 @@ return {
"txttrack": "txt-track",
"tt": "txt-track",
"txtwidth": "txt-width",
"t": "txt"
"t": "txt",
"width": "w"
},
"categoryValues": [
"adjustment",
Expand Down
13 changes: 11 additions & 2 deletions dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.3.0",
"version": "11.4.2",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -135,6 +135,7 @@
"blend-clr",
"blendclr"
],
"url": "https://docs.imgix.com/apis/url/blending/blend-color",
"short_description": "Specifies a color to use when applying the blend."
},
"blend-crop": {
Expand Down Expand Up @@ -1295,6 +1296,9 @@
}
}
],
"aliases": [
"height"
],
"url": "https://docs.imgix.com/apis/url/size/h",
"short_description": "Adjusts the height of the output image."
},
Expand Down Expand Up @@ -2807,6 +2811,9 @@
}
}
],
"aliases": [
"width"
],
"url": "https://docs.imgix.com/apis/url/size/w",
"short_description": "Adjusts the width of the output image."
}
Expand Down Expand Up @@ -2840,6 +2847,7 @@
"b": "blend",
"fillcolor": "fill-color",
"f": "fit",
"height": "h",
"inv": "invert",
"ma": "mark-align",
"markalign": "mark-align",
Expand Down Expand Up @@ -2900,7 +2908,8 @@
"txttrack": "txt-track",
"tt": "txt-track",
"txtwidth": "txt-width",
"t": "txt"
"t": "txt",
"width": "w"
},
"categoryValues": [
"adjustment",
Expand Down
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": "11.2.0",
"version": "11.4.2",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 02e2ceb

Please sign in to comment.