From b76e8e98fe18694428f0a24ab27014929efa00c7 Mon Sep 17 00:00:00 2001 From: jorgemasta Date: Fri, 24 Sep 2021 09:35:59 +0100 Subject: [PATCH] chore: prepate new version --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6383886..e7945a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# 1.6.0 + +## Add extra values to `useSignup` hook + +Add support to more values that are supported in the Customer V3 API: + +``` +- phone +- company +- notes +- addresses +- accepts_product_review_abandoned_cart_emails +``` + +In addition, **`eslint/prettier`** has been configured. + +## Category images + +- Return (if exists) category images + +## Add product options to product query + +- Return specific product options for checkbox option +- Return specific product options for product pick list option +- Return `isDefault` for multiple choice option + +## Add customer id to cart + +Add the customer id (if the customer is logged) to the cart when creating it using the addItem hook # 1.5.2 ## Fix Address API imports Export edit and delete handlers correctly. They were swapped. diff --git a/package.json b/package.json index 1406862..0eecd97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/storefront-data-hooks", - "version": "1.5.5-beta.3", + "version": "1.6.0", "main": "index.js", "repository": "git@github.com:bigcommerce/storefront-data-hooks.git", "license": "MIT",