From e81e022a3d061ef753fd31487453b36a5135ff8a Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Wed, 10 Aug 2022 11:43:21 +0000 Subject: [PATCH] chore(release): 1.6.0 # [@makaira/storefront-react-v1.6.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.5.3...@makaira/storefront-react-v1.6.0) (2022-08-10) ### Bug Fixes * **deps:** update dependency @makaira/storefront-types to v1.7.0 [skip ci] ([555de68](https://github.com/MakairaIO/storefront-shop-adapter/commit/555de681deef5ec52e2a25189c515109729817bd)) ### Features * added shopify adapter ([f6a9739](https://github.com/MakairaIO/storefront-shop-adapter/commit/f6a97399baa89c4627fb507de048d6f1b970c0b9)) --- 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 9c8a3d0..b7ac28e 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-react", - "version": "1.5.3", + "version": "1.6.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",