From 56b515525c14091ddc5cd777a824685dda943105 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 20 Feb 2023 12:39:40 +0530 Subject: [PATCH 1/2] Updated: package.json and lock file for major release --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1483b7dc..7d9e0da7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "threshold-management", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "threshold-management", - "version": "1.2.0", + "version": "2.0.0", "dependencies": { "@capacitor/android": "^2.4.7", "@capacitor/core": "^2.4.7", diff --git a/package.json b/package.json index 7252ac0e..10ff7453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "threshold-management", - "version": "1.2.0", + "version": "2.0.0", "private": true, "description": "Threshold Management", "scripts": { From 76a323f82619e8d775d6de422be0a617575f9d2f Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 20 Feb 2023 12:42:27 +0530 Subject: [PATCH 2/2] Updated: release notes for major release --- release-notes.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/release-notes.md b/release-notes.md index b88d321c..9651d934 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,28 @@ +# Release 2.0.0 + +## What's Changed +* Changed "Rule name" to "Rule" and "Rule name" color to "color medium". by @Dhiraj1405 in https://github.com/hotwax/threshold-management/pull/154 +* Added hotwax-apps-theme package(#85zrj08rb) by @disha1202 in https://github.com/hotwax/threshold-management/pull/156 +* Improved: Updated UI of Settings page(#32j3r6t) by @shashwatbangar in https://github.com/hotwax/threshold-management/pull/147 +* Implemented: Code to show app version & build information on Settings page(#85zrhn8w8) by @shashwatbangar in https://github.com/hotwax/threshold-management/pull/157 +* Implemented logger using vue logger plugin(#21uxamh) by @disha1202 in https://github.com/hotwax/threshold-management/pull/160 +* Implemented: support for using api and client methods from OMS api package (#85zrm1ktj) by @k2maan in https://github.com/hotwax/threshold-management/pull/166 +* Fixed: build and locale warnings in the app(#85zrmg3u1) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/164 and https://github.com/hotwax/threshold-management/pull/165 +* Implemented: feature for user authorisation (#159) by @adityasharma7 in https://github.com/hotwax/threshold-management/pull/161 +* Implemented: functionality to reorder export threshold jobs or change the runTime of jobs in bulk(#2adm0cu) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/167 +* Updated: styling for the schedule threshold page(#2dewjnh) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/169 +* Updated grid layout of products on select product page(#2cxuh4m) by @azkyakhan in https://github.com/hotwax/threshold-management/pull/92 +* Added: support to change the product store from menu footer(#2e5w2hb) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/171 +* Fixed: issue of facilitiesByProductStore and ShopifyConfig data not cleared on logout(#85zrn9yfn) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/170 +* Updated: icons in menu to use outline icons by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/173 +* Implemented: support to reorder pending export jobs from the updates page(#2dmggua) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/172 +* Fixed: issue when scheduling/reordering jobs from schedule page by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/175 + +## New Contributors +* @Dhiraj1405 made their first contribution in https://github.com/hotwax/threshold-management/pull/154 + +**Full Changelog**: https://github.com/hotwax/threshold-management/compare/v1.2.0...v2.0.0 + # Release 1.2.0 ## What's Changed