From ea10d723c4f1fef16ff55065e61cdbf9d11483e5 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 12 Jul 2022 10:27:34 +0000 Subject: [PATCH] chore(release): 1.3.0 # [@makaira/storefront-shop-adapter-local-v1.3.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-local-v1.2.0...@makaira/storefront-shop-adapter-local-v1.3.0) (2022-07-12) ### Bug Fixes * **deps:** update dependency @makaira/storefront-types to v1.4.0 [skip ci] ([05d1179](https://github.com/MakairaIO/storefront-shop-adapter/commit/05d117942908e43eaf868b563cca1158db21af26)) ### Features * **useShopCart:** add totalPriceInCart as return value ([e02dc7d](https://github.com/MakairaIO/storefront-shop-adapter/commit/e02dc7dd4c8cfe6b340666782d72e0866585a4c5)) --- packages/storefront-shop-adapter-local/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storefront-shop-adapter-local/package.json b/packages/storefront-shop-adapter-local/package.json index 9159ae5..f99c30c 100755 --- a/packages/storefront-shop-adapter-local/package.json +++ b/packages/storefront-shop-adapter-local/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-shop-adapter-local", - "version": "1.2.0", + "version": "1.3.0", "description": "Contains the makaira local shop adapter to connect your storefront with a localstorage", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",