Skip to content

Commit

Permalink
Bump to 11.4.3 and check in dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Eberle committed Apr 29, 2020
1 parent 901cb91 commit a710ab2
Show file tree
Hide file tree
Showing 4 changed files with 32 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.4.2",
"version": "11.4.3",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
16 changes: 15 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.4.2",
"version": "11.4.3",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -2091,6 +2091,13 @@ return {
"center",
"right"
]
},
{
"type": "unit_scalar",
"strict_range": {
"min": 0,
"max": 1
}
}
],
"1": [
Expand All @@ -2107,6 +2114,13 @@ return {
"middle",
"bottom"
]
},
{
"type": "unit_scalar",
"strict_range": {
"min": 0,
"max": 1
}
}
],
"2": [
Expand Down
16 changes: 15 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.4.2",
"version": "11.4.3",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -2075,6 +2075,13 @@
"center",
"right"
]
},
{
"type": "unit_scalar",
"strict_range": {
"min": 0,
"max": 1
}
}
],
"1": [
Expand All @@ -2091,6 +2098,13 @@
"middle",
"bottom"
]
},
{
"type": "unit_scalar",
"strict_range": {
"min": 0,
"max": 1
}
}
],
"2": [
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.4.2",
"version": "11.4.3",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit a710ab2

Please sign in to comment.