From 9e887cc6996aaecce733645fe45b6179b7d3ee56 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Fri, 15 Sep 2023 09:28:24 +0000 Subject: [PATCH] chore(release): 1.6.5 # [@makaira/storefront-shop-adapter-local-v1.6.5](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-local-v1.6.4...@makaira/storefront-shop-adapter-local-v1.6.5) (2023-09-15) ### Bug Fixes * fix load list of wishlist again after remove/added ([58e508e](https://github.com/MakairaIO/storefront-shop-adapter/commit/58e508e27c87387d642e1a377565ada1d6d7e355)) --- 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 7c441e4..babbbd7 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.6.4", + "version": "1.6.5", "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",