From 90ca88b3a7b079e4529d736eb60b74594d451c72 Mon Sep 17 00:00:00 2001 From: imgix-git-robot Date: Wed, 2 Aug 2023 21:02:30 +0000 Subject: [PATCH] chore(release): 9.8.0-rc.1 ## [9.8.0-rc.1](https://github.com/imgix/react-imgix/compare/v9.7.0...v9.8.0-rc.1) (2023-08-02) ### Features * add use client directive to index ([d0ffc27](https://github.com/imgix/react-imgix/commit/d0ffc27fc94179ef3973c56163fb95c3cc47057c)) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/constants.js | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee456e8a..6607573e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.8.0-rc.1](https://github.com/imgix/react-imgix/compare/v9.7.0...v9.8.0-rc.1) (2023-08-02) + + +### Features + +* add use client directive to index ([d0ffc27](https://github.com/imgix/react-imgix/commit/d0ffc27fc94179ef3973c56163fb95c3cc47057c)) + ## [9.7.0](https://github.com/imgix/react-imgix/compare/v9.6.0...v9.7.0) (2023-02-02) diff --git a/package.json b/package.json index 3fd57763..823a4db8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-imgix", - "version": "9.7.0", + "version": "9.8.0-rc.1", "description": "React Component for displaying an image from Imgix", "author": "Frederick Fogerty (https://github.com/frederickfogerty)", "contributors": [ diff --git a/src/constants.js b/src/constants.js index 686d5bd8..3d9a7c09 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1 +1 @@ -export const PACKAGE_VERSION = "9.7.0"; +export const PACKAGE_VERSION = "9.8.0-rc.1";