From c9f111e6659fec1478b4a9b3afd47f780ce86115 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Wed, 24 Aug 2022 15:38:17 +0000 Subject: [PATCH] chore(release): 1.6.2 # [@makaira/storefront-react-v1.6.2](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.6.1...@makaira/storefront-react-v1.6.2) (2022-08-24) ### Bug Fixes * **react wrapper:** set raw state also in bootstrap ([3d4479a](https://github.com/MakairaIO/storefront-shop-adapter/commit/3d4479a0ca653b7bd84b01ff167970ee4a1de188)) --- 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 d722a57..496ad74 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-react", - "version": "1.6.1", + "version": "1.6.2", "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",