From 833b6d33a2d8a1191c09a09cad4607c4a2a12092 Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Thu, 2 Mar 2023 18:19:42 +0530 Subject: [PATCH] Preparing for the new release --- package-lock.json | 4 ++-- package.json | 2 +- release-notes.md | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0239dd66..e87cc7e2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bopis", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bopis", - "version": "2.3.0", + "version": "2.4.0", "dependencies": { "@capacitor/android": "^2.5.0", "@capacitor/core": "^2.4.7", diff --git a/package.json b/package.json index a70e218f3..82b817e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bopis", - "version": "2.3.0", + "version": "2.4.0", "private": true, "description": "HotWax BOPIS app", "scripts": { diff --git a/release-notes.md b/release-notes.md index 5847a1f71..e3b384dd1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,18 @@ +# Release 2.4.0 +## What's Changed +* Implemented: support for using api and client methods from OMS api package (#85zrm1ktj) by @k2maan in https://github.com/hotwax/bopis/pull/181 +* Updated: UI for packing slip card on settings page (#85zrmkrmq) by @k2maan in https://github.com/hotwax/bopis/pull/182 +* Updated: UI for shipping orders card on settings page (#85zrmkx7q) by @k2maan in https://github.com/hotwax/bopis/pull/183 +* Fixed: show packing slip toggle (#85zrphr3t) by @k2maan in https://github.com/hotwax/bopis/pull/191 +* Fixed: build failure due to node version 18 on github (#85zrmkx7q) by @k2maan in https://github.com/hotwax/bopis/pull/192 +* Implemented: flow to get and show details on product details page (#1uvvc3x) by @adityasharma7 in https://github.com/hotwax/bopis/pull/193 +* Fixed: warehouse should not be in other stores list (#1uvvc3x) by @adityasharma7 in https://github.com/hotwax/bopis/pull/195 +* Fixed: loader should be dismissed when API fails on catalog and product page by @adityasharma7 in https://github.com/hotwax/bopis/pull/196 +* Moved packing slip and shipping order configuration from oms to app settings(#85zrpq1yd) by @disha1202 in https://github.com/hotwax/bopis/pull/197 + + +**Full Changelog**: https://github.com/hotwax/bopis/compare/v2.3.0...v2.4.0 + # Release 2.3.0 ## What's Changed