From 5a66207d40c292d59b4688dd8fcfb0fefbe3c033 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 12 Jul 2022 06:54:08 +0000 Subject: [PATCH] chore(release): 1.3.0 # [@makaira/storefront-types-v1.3.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-types-v1.2.4...@makaira/storefront-types-v1.3.0) (2022-07-12) ### 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-types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storefront-types/package.json b/packages/storefront-types/package.json index 57b11df..f4f8a18 100644 --- a/packages/storefront-types/package.json +++ b/packages/storefront-types/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-types", - "version": "1.2.4", + "version": "1.3.0", "description": "Contains the makaira shop adapter typescript type definitions", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",