Skip to content

Commit

Permalink
[SUPPORT-907] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vuryanh committed Apr 12, 2024
1 parent bf21977 commit 09eb0ef
Show file tree
Hide file tree
Showing 4 changed files with 8 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.19.2",
"version": "11.19.3",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": ["Jason Eberle <[email protected]>"],
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
Expand Down
5 changes: 3 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.19.2",
"version": "11.19.3",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1326,7 +1326,8 @@ return {
"linear",
"srgb",
"oklab",
"hsl"
"hsl",
"lch"
]
}
],
Expand Down
5 changes: 3 additions & 2 deletions dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.19.2",
"version": "11.19.3",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1310,7 +1310,8 @@
"linear",
"srgb",
"oklab",
"hsl"
"hsl",
"lch"
]
}
],
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.19.2",
"version": "11.19.3",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 09eb0ef

Please sign in to comment.