From 797841dd7e95339827aea876cc8b462e7a6242c9 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 12 Jul 2022 08:47:56 +0000 Subject: [PATCH] chore(release): 1.1.0 # [@makaira/storefront-react-v1.1.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.0.5...@makaira/storefront-react-v1.1.0) (2022-07-12) ### Bug Fixes * **deps:** update dependency @makaira/storefront-types to v1.3.0 [skip ci] ([d04273b](https://github.com/MakairaIO/storefront-shop-adapter/commit/d04273b68841a20202ccd53490249200e92b9651)) ### Features * **useShopCart:** add fields productsInCart and quantityInCart ([be148cd](https://github.com/MakairaIO/storefront-shop-adapter/commit/be148cd4ddaf41d4980b7423467c0b034fa20840)) --- 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 9dafcde..13e3669 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-react", - "version": "1.0.5", + "version": "1.1.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",