From ab900aab663254615c3465a5ce5a4510814ec094 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Mon, 18 Jul 2022 06:34:23 +0000 Subject: [PATCH] chore(release): 1.5.0 # [@makaira/storefront-react-v1.5.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.4.1...@makaira/storefront-react-v1.5.0) (2022-07-18) ### Features * add hook useShopReviews ([870eac1](https://github.com/MakairaIO/storefront-shop-adapter/commit/870eac15b937512513e24fbad8a3c87bfa308a01)) --- 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 387d486..2fc5ce4 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-react", - "version": "1.4.1", + "version": "1.5.0", "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",