From b6cd58fe528d51e50303835908c98d459cb47241 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Thu, 14 Sep 2023 09:48:43 +0000 Subject: [PATCH] chore(release): 1.6.7 # [@makaira/storefront-react-v1.6.7](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.6.6...@makaira/storefront-react-v1.6.7) (2023-09-14) ### Bug Fixes * allow reset user state with undefined value after logout ([2b51fe6](https://github.com/MakairaIO/storefront-shop-adapter/commit/2b51fe6e5d5c22c2f9068b42fd1a1b91154d939d)) --- packages/storefront-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storefront-react/package.json b/packages/storefront-react/package.json index 1d724e9..77ace5a 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-react", - "version": "1.6.6", + "version": "1.6.7", "description": "Contains the makaira react layer to connect makaira shop adapters to connect your storefront with", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",