Skip to content

Commit

Permalink
chore(release): 9.8.1-rc.1
Browse files Browse the repository at this point in the history
## [9.8.1-rc.1](v9.8.0...v9.8.1-rc.1) (2023-12-08)

### Bug Fixes

* disables test job for next release ([5bd8714](5bd8714))
* updates background component to merge props ([db16026](db16026))

 [skip ci]
  • Loading branch information
imgix-git-robot committed Dec 8, 2023
1 parent 7c92053 commit 5aa3a67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [9.8.1-rc.1](https://github.com/imgix/react-imgix/compare/v9.8.0...v9.8.1-rc.1) (2023-12-08)


### Bug Fixes

* disables test job for next release ([5bd8714](https://github.com/imgix/react-imgix/commit/5bd87149bf5c6162c2cfe9f48be9efcb6f902dc8))
* updates background component to merge props ([db16026](https://github.com/imgix/react-imgix/commit/db16026ae4e2917485866f8c971065dbd889231d))

## [9.8.0](https://github.com/imgix/react-imgix/compare/v9.7.0...v9.8.0) (2023-08-04)


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.8.0",
"version": "9.8.1-rc.1",
"description": "React Component for displaying an image from Imgix",
"author": "Frederick Fogerty <frederick.fogerty@gmail.com> (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.8.0";
export const PACKAGE_VERSION = "9.8.1-rc.1";

0 comments on commit 5aa3a67

Please sign in to comment.