From 78b76a84a65ff880cb75b6f21c50d4ff53c57787 Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 5 Aug 2022 10:09:48 +0000 Subject: [PATCH] chore: publish [skip build] - @farfetch/blackout-react@0.42.4 --- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a890d2fb4..e5ddf2ba7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.42.4](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@0.42.3...@farfetch/blackout-react@0.42.4) (2022-08-05) + + +### Bug Fixes + +* **react:** added isLoading to content page hook to prevent infinite loops ([73f30bd](https://github.com/Farfetch/blackout/commit/73f30bd7ab04a16d05d28841ed53206c37e4e536)) + + + + + ## [0.42.3](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-react@0.42.2...@farfetch/blackout-react@0.42.3) (2022-08-03) diff --git a/packages/react/package.json b/packages/react/package.json index b9cfab40e..0c9a33e4e 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-react", - "version": "0.42.3", + "version": "0.42.4", "description": "React components, hooks and other tools filled with business logic to help you use Farfetch Platform Solutions' services in your web or native e-commerce app", "license": "MIT", "main": "src/index.js",