Skip to content

Commit

Permalink
Bump to 11.11.0 and commit dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-a-n-J-i-a-o committed Nov 4, 2020
1 parent 9179a36 commit a7c8303
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 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.10.1",
"version": "11.11.0",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
22 changes: 21 additions & 1 deletion dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.10.1",
"version": "11.11.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1724,6 +1724,26 @@ return {
"url": "https://docs.imgix.com/apis/url/watermark/mark-pad",
"short_description": "Applies padding to the watermark image."
},
"mark-rot": {
"display_name": "watermark rotation",
"category": "watermark",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "number",
"suggested_range": {
"min": 0,
"max": 359
}
}
],
"default": 0,
"url": "https://docs.imgix.com/apis/url/watermark/mark-rot",
"short_description": "Rotates a watermark or tiled watermarks by a specified number of degrees."
},
"mark-scale": {
"display_name": "watermark scale",
"category": "watermark",
Expand Down
22 changes: 21 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.10.1",
"version": "11.11.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1708,6 +1708,26 @@
"url": "https://docs.imgix.com/apis/url/watermark/mark-pad",
"short_description": "Applies padding to the watermark image."
},
"mark-rot": {
"display_name": "watermark rotation",
"category": "watermark",
"available_in": [
"url",
"graph"
],
"expects": [
{
"type": "number",
"suggested_range": {
"min": 0,
"max": 359
}
}
],
"default": 0,
"url": "https://docs.imgix.com/apis/url/watermark/mark-rot",
"short_description": "Rotates a watermark or tiled watermarks by a specified number of degrees."
},
"mark-scale": {
"display_name": "watermark scale",
"category": "watermark",
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.10.1",
"version": "11.11.0",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit a7c8303

Please sign in to comment.