From 80846f5a7cf05365b519ba568fbd548325acb148 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 12 Jul 2022 12:11:35 +0000 Subject: [PATCH] chore(release): 1.3.0 # [@makaira/storefront-react-v1.3.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.2.0...@makaira/storefront-react-v1.3.0) (2022-07-12) ### Features * **useShopWishlist:** add isProductInWishlist to check if product is in wishlist ([528f5f8](https://github.com/MakairaIO/storefront-shop-adapter/commit/528f5f89823b6fed1778f4820cb2ec8be4fbcf4c)) --- 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 6cf6ba2..7567f03 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-react", - "version": "1.2.0", + "version": "1.3.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",