Skip to content

Commit

Permalink
Updated the Digit-ui package version to 1.6.1 (#74)
Browse files Browse the repository at this point in the history
* Updated the Digit-ui package version to 1.6.1

* Changelog updated

* Changelog updated

---------

Co-authored-by: Aman Kumar Jha <[email protected]>
  • Loading branch information
jagankumar-egov and Aman Kumar Jha committed Mar 27, 2023
1 parent e649619 commit de0977b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion frontend/micro-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "digit-ui",
"version": "1.6.0"
"version": "1.6.1"
}
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-ui",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"homepage": "/digit-ui",
"workspaces": [
Expand Down
8 changes: 5 additions & 3 deletions municipal-services/fsm-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -17,4 +19,4 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- Base version
- Base version
2 changes: 1 addition & 1 deletion municipal-services/fsm-calculator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.egov</groupId>
<artifactId>fsm-calculator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<name>fsm-calculator</name>
<description>Demo project for Spring Boot</description>

Expand Down
11 changes: 6 additions & 5 deletions municipal-services/fsm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
- workflow modification to allow re-assign DSO at multiple stages

10 changes: 5 additions & 5 deletions municipal-services/vehicle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -29,4 +29,4 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- base version
- base version
8 changes: 4 additions & 4 deletions municipal-services/vendor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de0977b

Please sign in to comment.