From f71d8e56967f81e875798c3d1f3a224f972d3b79 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Fri, 20 Jan 2023 18:16:17 +0530 Subject: [PATCH 1/3] Updated: application version for minor release --- 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 cf762a21a..830d4c521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bopis", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d45622ca..6e630d8a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bopis", - "version": "2.1.0", + "version": "2.2.0", "private": true, "description": "HotWax Bopis app", "scripts": { From 2e7d6a05723ce0c10b7d96e6b82235ee72008697 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Fri, 20 Jan 2023 18:20:43 +0530 Subject: [PATCH 2/3] Updated: release-notes for minor release --- release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release-notes.md b/release-notes.md index 3b3ce1329..e895e8da9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,18 @@ +# Release 2.2.0 + +## What's Changed +* Fixed: the case when getting 404 for the getUserPreference api by handling the condition in try catch block(#2gnze24) by @ymaheshwari1 in https://github.com/hotwax/bopis/pull/104 +* Improved code by wrapping text on bopis order item details for products(#2h77kau) by @azkyakhan in https://github.com/hotwax/bopis/pull/114 +* Improved markup and styling of segments in orders page(#2hcnrem) by @azkyakhan in https://github.com/hotwax/bopis/pull/116 +* Implemented: Code to check if user has permission to access the app(#2hr41aq) by @shashwatbangar in https://github.com/hotwax/bopis/pull/129 +* Updated: UI of Settings page(#32j3r6t) by @shashwatbangar in https://github.com/hotwax/bopis/pull/156 +* Fixed build issue due to eslint version mismatch in dependencies (#85zrhpak3) by @k2maan in https://github.com/hotwax/bopis/pull/158 +* Added hotwax-apps-theme package by @disha1202 in https://github.com/hotwax/bopis/pull/164 +* Sync develop and main by @adityasharma7 in https://github.com/hotwax/bopis/pull/167 + + +**Full Changelog**: https://github.com/hotwax/bopis/compare/v2.1.0...v2.2.0 + # Release 2.1.0 ## What's Changed From 5ae0d250fba0f5d42e81730977574cd7e4ac9e14 Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Fri, 20 Jan 2023 18:43:32 +0530 Subject: [PATCH 3/3] Update release-notes.md --- release-notes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index e895e8da9..780129254 100644 --- a/release-notes.md +++ b/release-notes.md @@ -8,8 +8,6 @@ * Updated: UI of Settings page(#32j3r6t) by @shashwatbangar in https://github.com/hotwax/bopis/pull/156 * Fixed build issue due to eslint version mismatch in dependencies (#85zrhpak3) by @k2maan in https://github.com/hotwax/bopis/pull/158 * Added hotwax-apps-theme package by @disha1202 in https://github.com/hotwax/bopis/pull/164 -* Sync develop and main by @adityasharma7 in https://github.com/hotwax/bopis/pull/167 - **Full Changelog**: https://github.com/hotwax/bopis/compare/v2.1.0...v2.2.0