From b4fd029a045d32339cbf22c3f570b5b5256eb2b7 Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Fri, 28 Aug 2020 15:41:02 +0200 Subject: [PATCH 1/6] Bump version to 2.11.0-rc.1 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edddb4d80c..c528b0e5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable, unreleased changes to this project will be documented in this file. ## [Unreleased] +## 2.11.0-rc.1 + - Add product hyperlink in cart page - #745 by @konstantinoschristomanos - Add Cypress tags to all of the buttons (also speed up tests) - #718 by @krzysztofwolski - Automatically choose variant attributes from url in ProductVariantPicker - #708 by @AlicjaSzu diff --git a/package-lock.json b/package-lock.json index 3c6d29c8de..62e5352233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-a.0", + "version": "2.11.0-a.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c1106d396f..a4f5e35442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-a.0", + "version": "2.11.0-rc.1", "private": true, "author": "Mirumee", "homepage": "https://getsaleor.com/", From 9ce5909de050bab22fe6f2150ad769ebfba04127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Fri, 4 Sep 2020 09:49:26 +0200 Subject: [PATCH 2/6] Bump version to 2.11.0-rc.2 --- CHANGELOG.md | 32 +++++++++++++++++++++----------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c528b0e5a8..c7cfa947a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable, unreleased changes to this project will be documented in this file. ## [Unreleased] +## 2.11.0-rc.5 + +- Refactor variant picker components and open sidebar after adding product to cart - #809 by @krzysztofwolski +- Fix checkout address view - #909 by @konstantinoschristomanos +- Support for static url - #721 by @marianoeramirez and @dominik-zeglen + +## 2.11.0-rc.4 + +- Fix cart sidebar style - #897 by @orzechdev + +## 2.11.0-rc.3 + +- Require payment recreate when payment price is wrong - #892 by @orzechdev +- Handle JWT token refreshing and verifying - #883 by @orzechdev + +## 2.11.0-rc.2 + +- Update collection products query - #879 by @orzechdev +- Fix checkout refreshing - #865 by @orzechdev +- Add purchase availability to product details page - #878 by @orzechdev + ## 2.11.0-rc.1 - Add product hyperlink in cart page - #745 by @konstantinoschristomanos @@ -28,17 +49,6 @@ All notable, unreleased changes to this project will be documented in this file. - Fix product list data overfetching - #855 by @dominik-zeglen - Add Adyen payment gateway - #845 by @orzechdev - Fix crash on null price range - #875 by @orzechdev -- Update collection products query - #879 by @orzechdev -- Fix checkout refreshing - #865 by @orzechdev -- Add purchase availability to product details page - #878 by @orzechdev -- Require payment recreate when payment price is wrong - #892 by @orzechdev -- Handle JWT token refreshing and verifying - #883 by @orzechdev -- Fix cart sidebar style - #897 by @orzechdev -- Refactor variant picker components and open sidebar after adding product to cart - #809 by @krzysztofwolski -- Fix checkout address view - #909 by @konstantinoschristomanos -- Support for static url - #721 by @marianoeramirez and @dominik-zeglen -- Fix search crashing when displaying item with no category - #928 by @mmarkusik -- Fix Generate site map - #915 by @rboixaderg ## 2.10.4 diff --git a/package-lock.json b/package-lock.json index 62e5352233..7abad77f50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-a.1", + "version": "2.11.0-rc.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a4f5e35442..a547704b07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.1", + "version": "2.11.0-rc.2", "private": true, "author": "Mirumee", "homepage": "https://getsaleor.com/", From 6703ad5477d9dfea6664567c8b5f0c09f8eb27cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Thu, 10 Sep 2020 14:00:17 +0200 Subject: [PATCH 3/6] Bump version to 2.11.0-rc.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7abad77f50..76c75955b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.2", + "version": "2.11.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a547704b07..90c8f622a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.2", + "version": "2.11.0-rc.3", "private": true, "author": "Mirumee", "homepage": "https://getsaleor.com/", From ee81cab66e5f784ba3e117139a7588c0ad650936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Fri, 25 Sep 2020 13:39:51 +0200 Subject: [PATCH 4/6] Bump version to 2.11.0-rc.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76c75955b2..18e803824f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.3", + "version": "2.11.0-rc.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90c8f622a3..58c0e79f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.3", + "version": "2.11.0-rc.4", "private": true, "author": "Mirumee", "homepage": "https://getsaleor.com/", From 113db03e8c3958e589fb69322b5cf7db7e839201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Fri, 2 Oct 2020 12:55:55 +0200 Subject: [PATCH 5/6] Bump version to 2.11.0-rc.5 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18e803824f..0ac4633ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.4", + "version": "2.11.0-rc.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58c0e79f9b..efa2ff05cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.4", + "version": "2.11.0-rc.5", "private": true, "author": "Mirumee", "homepage": "https://getsaleor.com/", From 3ba4ffa8a14f90398462b84e5da088baeb84dfc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Tue, 3 Nov 2020 16:02:42 +0100 Subject: [PATCH 6/6] Bump to 2.11.0 --- CHANGELOG.md | 45 ++++++++++++++++++--------------------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cfa947a2..e700fe470b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,40 +4,19 @@ All notable, unreleased changes to this project will be documented in this file. ## [Unreleased] -## 2.11.0-rc.5 - -- Refactor variant picker components and open sidebar after adding product to cart - #809 by @krzysztofwolski -- Fix checkout address view - #909 by @konstantinoschristomanos -- Support for static url - #721 by @marianoeramirez and @dominik-zeglen - -## 2.11.0-rc.4 - -- Fix cart sidebar style - #897 by @orzechdev - -## 2.11.0-rc.3 - -- Require payment recreate when payment price is wrong - #892 by @orzechdev -- Handle JWT token refreshing and verifying - #883 by @orzechdev - -## 2.11.0-rc.2 - -- Update collection products query - #879 by @orzechdev -- Fix checkout refreshing - #865 by @orzechdev -- Add purchase availability to product details page - #878 by @orzechdev - -## 2.11.0-rc.1 +## 2.11.0 - Add product hyperlink in cart page - #745 by @konstantinoschristomanos - Add Cypress tags to all of the buttons (also speed up tests) - #718 by @krzysztofwolski - Automatically choose variant attributes from url in ProductVariantPicker - #708 by @AlicjaSzu -- Use sdk as a standalone package - #724 by @dominik-zeglen -- Use auth api from sdk - #727 by @orzechdev -- Fix CartRow tests - #749 by @dominik-zeglen +- Use SDK as a standalone package - #724 by @dominik-zeglen +- Use auth API from SDK - #727 by @orzechdev +- Fix `CartRow` tests - #749 by @dominik-zeglen - Add prettier to precommit - #766 by @dominik-zeglen - Do not use prettier on generated files - #773 by @dominik-zeglen -- Add eslint - #776 by @dominik-zeglen +- Add Eslint - #776 by @dominik-zeglen - Fix storybook config - #789 by @dominik-zeglen -- Update sdk to newest version - #795 by @dominik-zeglen +- Update SK to newest version - #795 by @dominik-zeglen - Use intl - #782 by @przlada - Download invoice for order - #790 by @orzechdev - Do not throw error if unsupported payment gateway found - #819 by @dominik-zeglen @@ -49,6 +28,18 @@ All notable, unreleased changes to this project will be documented in this file. - Fix product list data overfetching - #855 by @dominik-zeglen - Add Adyen payment gateway - #845 by @orzechdev - Fix crash on null price range - #875 by @orzechdev +- Update collection products query - #879 by @orzechdev +- Fix checkout refreshing - #865 by @orzechdev +- Add purchase availability to product details page - #878 by @orzechdev +- Require payment recreate when payment price is wrong - #892 by @orzechdev +- Handle JWT token refreshing and verifying - #883 by @orzechdev +- Fix cart sidebar style - #897 by @orzechdev +- Refactor variant picker components and open sidebar after adding product to cart - #809 by @krzysztofwolski +- Fix checkout address view - #909 by @konstantinoschristomanos +- Support for static URL - #721 by @marianoeramirez and @dominik-zeglen +- Fix search crashing when displaying item with no category - #928 by @mmarkusik +- Fix generating site map - #915 by @rboixaderg + ## 2.10.4 diff --git a/package-lock.json b/package-lock.json index 0ac4633ec2..7a5c84da3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.5", + "version": "2.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index efa2ff05cc..42e129107e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "2.11.0-rc.5", + "version": "2.11.0", "private": true, "author": "Mirumee", "homepage": "https://getsaleor.com/",