From 15ada1e15fc374e7cd07de8f3bb76cf3864fdc46 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 12 Jul 2022 08:48:23 +0000 Subject: [PATCH] chore(release): 1.2.0 # [@makaira/storefront-shop-adapter-local-v1.2.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-local-v1.1.5...@makaira/storefront-shop-adapter-local-v1.2.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)) * **StorefrontShopAdapterLocalUser:** getUser dont return error when no user exists ([3efa687](https://github.com/MakairaIO/storefront-shop-adapter/commit/3efa68799814f99044a32c2dba550690a98eb2d6)) ### Features * add forgotPassword to shop adapters ([7be2e73](https://github.com/MakairaIO/storefront-shop-adapter/commit/7be2e737cb156c6c0740f180e310c588a422a3f2)) * extended MakairaProduct by title, url, price, images and attributes ([e7055ac](https://github.com/MakairaIO/storefront-shop-adapter/commit/e7055ac15e0bf15de887ce8e6602ba9a63595f57)) * **wishlist:** add addItem and removeItem for wishlist ([581f391](https://github.com/MakairaIO/storefront-shop-adapter/commit/581f391027ea7b5c78d513962bdcce2986d3086b)) --- 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 6b3e089..cf52ed7 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.1.5", + "version": "1.2.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",