@widergy/utilitygo-smart-bill-web 3.19.0 → 3.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [3.20.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.19.0...v3.20.0) (2025-12-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * city and district props in smartbill service ([#75](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/75)) ([d09ddd9](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/d09ddd9fc359c918555a88ac65f4b4c6d9d940e0))
7
+
1
8
  # [3.19.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.18.1...v3.19.0) (2025-12-22)
2
9
 
3
10
 
@@ -163,8 +163,8 @@ const SmartBillSummary = _ref => {
163
163
  accountNumber: smartBill.client?.client_number,
164
164
  accountNumberHelpText: translations.billingTab.secondHeader?.accountNumberHelpText,
165
165
  supplyAddress: smartBill.client?.account_address,
166
- city: currentAccount?.city,
167
- district: currentAccount?.district,
166
+ city: smartBill.client?.city,
167
+ district: smartBill.client?.district,
168
168
  supplyAddressHelpText: translations.billingTab.secondHeader?.supplyAddressHelpText,
169
169
  clientNumberFormatter: utils?.formatters?.clientNumberFormatter
170
170
  }), _constants.TAB_COMPONENT_MAPPER?.[currentTab]?.({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/utilitygo-smart-bill-web",
3
- "version": "3.19.0",
3
+ "version": "3.20.0",
4
4
  "description": "UtilityGO SmartBill Web",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",