Skip to content

Commit

Permalink
Merge pull request #173 from ymaheshwari1/minor-release
Browse files Browse the repository at this point in the history
Updated: app version and release notes for minor release(v2.2.0)
  • Loading branch information
adityasharma7 authored Jan 20, 2023
2 parents bc6dd95 + 5ae0d25 commit e18b7c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "bopis",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"description": "HotWax Bopis app",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 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

**Full Changelog**: https://github.com/hotwax/bopis/compare/v2.1.0...v2.2.0

# Release 2.1.0

## What's Changed
Expand Down

0 comments on commit e18b7c4

Please sign in to comment.