Skip to content

Commit

Permalink
chore(release): 9.5.1-beta.1
Browse files Browse the repository at this point in the history
### [9.5.1-beta.1](v9.5.0...v9.5.1-beta.1) (2022-05-10)

### Bug Fixes

* add support for react 18 ([1da0bc3](1da0bc3))

 [skip ci]
  • Loading branch information
imgix-git-robot committed May 10, 2022
1 parent 3d3dd21 commit c9ba329
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [9.5.1-beta.1](https://github.com/imgix/react-imgix/compare/v9.5.0...v9.5.1-beta.1) (2022-05-10)


### Bug Fixes

* add support for react 18 ([1da0bc3](https://github.com/imgix/react-imgix/commit/1da0bc38c83ccd609e177a269bffede199288dc9))

## [9.5.0](https://github.com/imgix/react-imgix/compare/v9.4.0...v9.5.0) (2022-02-28)


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": "react-imgix",
"version": "9.5.0",
"version": "9.5.1-beta.1",
"description": "React Component for displaying an image from Imgix",
"author": "Frederick Fogerty <[email protected]> (https://github.com/frederickfogerty)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "9.5.0";
export const PACKAGE_VERSION = "9.5.1-beta.1";

0 comments on commit c9ba329

Please sign in to comment.