From 02e2ceb0df7b89b65806e9cc899f10a840b68649 Mon Sep 17 00:00:00 2001 From: Jason Eberle Date: Tue, 31 Mar 2020 14:55:18 -0400 Subject: [PATCH] Bump to 11.4.2 and check in dist files --- bower.json | 2 +- dist/parameters.js | 13 +++++++++++-- dist/parameters.json | 13 +++++++++++-- package.json | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 07f2a72..885f307 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/dist/parameters.js b/dist/parameters.js index 9a1b34e..0f55543 100644 --- a/dist/parameters.js +++ b/dist/parameters.js @@ -15,7 +15,7 @@ }(this, function () { return { - "version": "11.3.0", + "version": "11.4.2", "parameters": { "ar": { "display_name": "aspect ratio", @@ -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": { @@ -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." }, @@ -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." } @@ -2856,6 +2863,7 @@ return { "b": "blend", "fillcolor": "fill-color", "f": "fit", + "height": "h", "inv": "invert", "ma": "mark-align", "markalign": "mark-align", @@ -2916,7 +2924,8 @@ return { "txttrack": "txt-track", "tt": "txt-track", "txtwidth": "txt-width", - "t": "txt" + "t": "txt", + "width": "w" }, "categoryValues": [ "adjustment", diff --git a/dist/parameters.json b/dist/parameters.json index eb4cf12..e37395d 100644 --- a/dist/parameters.json +++ b/dist/parameters.json @@ -1,5 +1,5 @@ { - "version": "11.3.0", + "version": "11.4.2", "parameters": { "ar": { "display_name": "aspect ratio", @@ -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": { @@ -1295,6 +1296,9 @@ } } ], + "aliases": [ + "height" + ], "url": "https://docs.imgix.com/apis/url/size/h", "short_description": "Adjusts the height of the output image." }, @@ -2807,6 +2811,9 @@ } } ], + "aliases": [ + "width" + ], "url": "https://docs.imgix.com/apis/url/size/w", "short_description": "Adjusts the width of the output image." } @@ -2840,6 +2847,7 @@ "b": "blend", "fillcolor": "fill-color", "f": "fit", + "height": "h", "inv": "invert", "ma": "mark-align", "markalign": "mark-align", @@ -2900,7 +2908,8 @@ "txttrack": "txt-track", "tt": "txt-track", "txtwidth": "txt-width", - "t": "txt" + "t": "txt", + "width": "w" }, "categoryValues": [ "adjustment", diff --git a/package.json b/package.json index 403c949..eb301e6 100644 --- a/package.json +++ b/package.json @@ -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": {