-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [9.3.0](v9.2.0...v9.3.0) (2021-08-05) ### Features * add support for customizing srcset generation ([a00cf3a](a00cf3a)) ### Bug Fixes * replace individual props with single srcSetOptions prop ([9fc01fe](9fc01fe)) * revert changes to package-lock.json ([d85b371](d85b371)) [skip ci]
- Loading branch information
imgix-git-robot
committed
Aug 5, 2021
1 parent
ea362fe
commit 3e176f4
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-imgix", | ||
"version": "9.2.0", | ||
"version": "9.3.0", | ||
"description": "React Component for displaying an image from Imgix", | ||
"author": "Frederick Fogerty <[email protected]> (https://github.com/frederickfogerty)", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const PACKAGE_VERSION = "9.2.0"; | ||
export const PACKAGE_VERSION = "9.3.0"; |