diff --git a/frontend/micro-ui/package.json b/frontend/micro-ui/package.json index c4fd625544a..954e19caa6a 100644 --- a/frontend/micro-ui/package.json +++ b/frontend/micro-ui/package.json @@ -1,4 +1,4 @@ { "name": "digit-ui", - "version": "1.6.0" + "version": "1.6.1" } diff --git a/frontend/micro-ui/web/package.json b/frontend/micro-ui/web/package.json index ecbad8a84e5..57045fc72f0 100644 --- a/frontend/micro-ui/web/package.json +++ b/frontend/micro-ui/web/package.json @@ -1,6 +1,6 @@ { "name": "micro-ui", - "version": "1.6.0", + "version": "1.6.1", "private": true, "homepage": "/digit-ui", "workspaces": [ diff --git a/municipal-services/fsm-calculator/CHANGELOG.md b/municipal-services/fsm-calculator/CHANGELOG.md index b6a01a8eeb8..bd640a7bacd 100644 --- a/municipal-services/fsm-calculator/CHANGELOG.md +++ b/municipal-services/fsm-calculator/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog All notable changes to this module will be documented in this file. -## 1.3.0 - 2023-03-15 -- Enhance the demand generate Process . +## 1.2.0 - 2023-03-31 +- Enhance the demand generate Process. - Generating demand on every time when the trip is update. - Added validation not to complete the application from ulb side before completing the all payment. +- Minimum part payment is configural i.e should be fixed or percentage calculation and calculation done based on the mdms config value +- Minimum cancellation fee is configural i.e should be fixed or percentage calculation and calculation done based on the mdms config value ## 1.1.0-beta - 2022-03-29 @@ -17,4 +19,4 @@ All notable changes to this module will be documented in this file. ## 1.0.0 -- Base version \ No newline at end of file +- Base version diff --git a/municipal-services/fsm-calculator/pom.xml b/municipal-services/fsm-calculator/pom.xml index 3edc9b728c3..6daf10a05b7 100644 --- a/municipal-services/fsm-calculator/pom.xml +++ b/municipal-services/fsm-calculator/pom.xml @@ -10,7 +10,7 @@ org.egov fsm-calculator - 1.3.0-SNAPSHOT + 1.2.0-SNAPSHOT fsm-calculator Demo project for Spring Boot diff --git a/municipal-services/fsm/CHANGELOG.md b/municipal-services/fsm/CHANGELOG.md index 68cd6b1ff98..f7615b95546 100644 --- a/municipal-services/fsm/CHANGELOG.md +++ b/municipal-services/fsm/CHANGELOG.md @@ -2,12 +2,12 @@ # Changelog All notable changes to this module will be documented in this file. -## 1.3.0 - 2023-03-15 +## 1.3.0 - 2023-03-31 - Introduce two new workflow in the system . - FSM_ADVANCE_PAY_SERVICE and FSM_ZERO_PAY_SERVICE . -- Allowed part payment/full payment / post payment. -- Allowed update number of trips 'n' times . -- Introduced Zero price application . +- Allowed part payment/full payment/post payment. +- Allowed update number of trips 'n' times. +- Introduced Zero price application. ## 1.2.0 - 2022-08-04 - Unrestricted service request assignment in ULB employee flow @@ -32,4 +32,5 @@ All notable changes to this module will be documented in this file. - Citizen Rating issues fixed - Payment link correction sent in sms -- workflow modification to allow re-assign DSO at multiple stages \ No newline at end of file +- workflow modification to allow re-assign DSO at multiple stages + diff --git a/municipal-services/vehicle/CHANGELOG.md b/municipal-services/vehicle/CHANGELOG.md index 1eff87592cb..1ed69efed6b 100644 --- a/municipal-services/vehicle/CHANGELOG.md +++ b/municipal-services/vehicle/CHANGELOG.md @@ -2,11 +2,11 @@ # Changelog All notable changes to this module will be documented in this file. -## 1.3.0 - 2023-03-15 +## 1.3.0 - 2023-03-31 - - Introduced seperate tab for vehicle - - Seperated the Apis -Create, update and search - - linking and delinking of vehicle introduced seperatly. + - Introduced seperate tab for vehicle. + - Seperated the Apis -Create, update and search. + - vehicle linking and delinking with vendor introduced seperatly. ## 1.2.0 - 2022-08-04 @@ -29,4 +29,4 @@ All notable changes to this module will be documented in this file. ## 1.0.0 -- base version \ No newline at end of file +- base version diff --git a/municipal-services/vendor/CHANGELOG.md b/municipal-services/vendor/CHANGELOG.md index 85ef430fb9c..ea477f37839 100644 --- a/municipal-services/vendor/CHANGELOG.md +++ b/municipal-services/vendor/CHANGELOG.md @@ -2,11 +2,11 @@ # Changelog All notable changes to this module will be documented in this file. -## 1.3.0 - 2023-03-15 +## 1.3.0 - 2023-03-31 - - Introduced seperate tab for vendor and driver - - Seperated the Apis -Create, update and search for both vendor and vehicle - - linking and delinking of driver with vendor introduced seperatly + - Introduced seperate tab for vendor and driver. + - Seperated the Apis -Create, update and search for both vendor and driver. + - linking and delinking of driver with vendor introduced seperatly. ## 1.2.0 - 2022-08-04