Skip to content

Commit

Permalink
Merge pull request #176 from ymaheshwari1/major-release
Browse files Browse the repository at this point in the history
Updated: package.json, lock and release-notes file for major release(v2.0.0)
  • Loading branch information
adityasharma7 authored Feb 20, 2023
2 parents 25992d3 + 76a323f commit d09a977
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threshold-management",
"version": "1.2.0",
"version": "2.0.0",
"private": true,
"description": "Threshold Management",
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d09a977

Please sign in to comment.