@widergy/utilitygo-smart-bill-web 2.2.2 → 2.2.3

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.
Files changed (131) hide show
  1. package/dist/components/Advice/index.js +2 -1
  2. package/dist/components/Amount/index.js +2 -1
  3. package/dist/components/Amount/utils.js +3 -2
  4. package/dist/components/Banner/index.js +2 -1
  5. package/dist/components/BarChart/constants.js +6 -3
  6. package/dist/components/BarChart/index.js +2 -1
  7. package/dist/components/BarChart/utils.js +3 -2
  8. package/dist/components/BillCalculation/components/ConceptCard/index.js +2 -1
  9. package/dist/components/BillCalculation/components/Glossary/index.js +2 -1
  10. package/dist/components/BillCalculation/constants.js +2 -1
  11. package/dist/components/BillCalculation/index.js +2 -1
  12. package/dist/components/BillCalculation/utils.js +7 -4
  13. package/dist/components/BillSummary/components/BilledConcepts/components/Concept/index.js +2 -1
  14. package/dist/components/BillSummary/components/BilledConcepts/components/PieChartContainer/constants.js +3 -2
  15. package/dist/components/BillSummary/components/BilledConcepts/components/PieChartContainer/index.js +2 -1
  16. package/dist/components/BillSummary/components/BilledConcepts/constants.js +8 -4
  17. package/dist/components/BillSummary/components/BilledConcepts/index.js +2 -1
  18. package/dist/components/BillSummary/components/BilledConcepts/utils.js +11 -6
  19. package/dist/components/BillSummary/index.js +2 -1
  20. package/dist/components/ConsumptionComparison/components/ComparisonTable/components/DataLine/index.js +2 -1
  21. package/dist/components/ConsumptionComparison/components/ComparisonTable/components/Season/index.js +2 -1
  22. package/dist/components/ConsumptionComparison/components/ComparisonTable/components/Season/utils.js +3 -2
  23. package/dist/components/ConsumptionComparison/components/ComparisonTable/constants.js +27 -14
  24. package/dist/components/ConsumptionComparison/components/ComparisonTable/index.js +2 -1
  25. package/dist/components/ConsumptionComparison/components/ComparisonTable/styles.module.scss +1 -0
  26. package/dist/components/ConsumptionComparison/components/ComparisonTable/utils.js +7 -4
  27. package/dist/components/ConsumptionComparison/components/ConsumptionAdvice/index.js +2 -1
  28. package/dist/components/ConsumptionComparison/components/ConsumptionAdvice/utils.js +3 -2
  29. package/dist/components/ConsumptionComparison/components/PercentageComparison/index.js +2 -1
  30. package/dist/components/ConsumptionComparison/components/PercentageComparison/styles.module.scss +1 -0
  31. package/dist/components/ConsumptionComparison/components/PercentageComparison/utils.js +3 -2
  32. package/dist/components/ConsumptionComparison/index.js +2 -1
  33. package/dist/components/ConsumptionEnergyDetails/components/ConsumptionEnergyComparison/index.js +2 -1
  34. package/dist/components/ConsumptionEnergyDetails/components/ConsumptionInDaysLabel/index.js +2 -1
  35. package/dist/components/ConsumptionEnergyDetails/components/EnergyTotalConsumption/index.js +2 -1
  36. package/dist/components/ConsumptionEnergyDetails/components/PercentageComparison/index.js +2 -1
  37. package/dist/components/ConsumptionEnergyDetails/components/PercentageComparison/utils.js +3 -2
  38. package/dist/components/ConsumptionEnergyDetails/index.js +2 -1
  39. package/dist/components/ConsumptionIncluded/components/TimelineRow/components/Card/index.js +2 -1
  40. package/dist/components/ConsumptionIncluded/components/TimelineRow/components/Card/utils.js +3 -2
  41. package/dist/components/ConsumptionIncluded/components/TimelineRow/components/HeaderConsumption/index.js +2 -1
  42. package/dist/components/ConsumptionIncluded/components/TimelineRow/components/HeaderSettlement/index.js +2 -1
  43. package/dist/components/ConsumptionIncluded/components/TimelineRow/index.js +2 -1
  44. package/dist/components/ConsumptionIncluded/index.js +2 -1
  45. package/dist/components/ConsumptionIncluded/utils.js +5 -3
  46. package/dist/components/ConsumptionPeriod/components/ConsumptionSummary/components/ReadingRow/index.js +2 -1
  47. package/dist/components/ConsumptionPeriod/components/ConsumptionSummary/components/ReadingRow/styles.module.scss +1 -0
  48. package/dist/components/ConsumptionPeriod/components/ConsumptionSummary/index.js +2 -1
  49. package/dist/components/ConsumptionPeriod/components/ConsumptionSummary/styles.module.scss +1 -0
  50. package/dist/components/ConsumptionPeriod/components/HistoryGraph/index.js +2 -1
  51. package/dist/components/ConsumptionPeriod/components/Reading/index.js +2 -1
  52. package/dist/components/ConsumptionPeriod/index.js +2 -1
  53. package/dist/components/ConsumptionPeriod/styles.module.scss +1 -0
  54. package/dist/components/ConsumptionPeriod/utils.js +3 -2
  55. package/dist/components/Date/index.js +2 -1
  56. package/dist/components/DebtState/index.js +2 -1
  57. package/dist/components/IconAndDetails/index.js +2 -1
  58. package/dist/components/Magnitude/index.js +2 -1
  59. package/dist/components/Magnitude/utils.js +3 -2
  60. package/dist/components/MainBillData/components/BillAlert/components/BillParticularConditions/index.js +2 -1
  61. package/dist/components/MainBillData/components/BillAlert/index.js +2 -1
  62. package/dist/components/MainBillData/components/BillBody/components/ClientData/index.js +2 -1
  63. package/dist/components/MainBillData/components/BillBody/components/Consumption/index.js +2 -1
  64. package/dist/components/MainBillData/components/BillBody/components/Consumption/utils.js +3 -2
  65. package/dist/components/MainBillData/components/BillBody/components/ReadingDetails/index.js +2 -1
  66. package/dist/components/MainBillData/components/BillBody/components/ReadingDetails/styles.module.scss +1 -0
  67. package/dist/components/MainBillData/components/BillBody/components/ReadingDetails/utils.js +3 -2
  68. package/dist/components/MainBillData/components/BillBody/index.js +2 -1
  69. package/dist/components/MainBillData/components/BillHeader/components/TypeAndNumber/index.js +2 -1
  70. package/dist/components/MainBillData/components/BillHeader/index.js +2 -1
  71. package/dist/components/MainBillData/index.js +2 -1
  72. package/dist/components/MainBillData/theme.js +3 -2
  73. package/dist/components/MainBillData/utils.js +3 -2
  74. package/dist/components/Period/index.js +2 -1
  75. package/dist/components/Period/styles.module.scss +0 -6
  76. package/dist/components/PowerProgresBar/components/PowerConsumption/index.js +2 -1
  77. package/dist/components/PowerProgresBar/index.js +2 -1
  78. package/dist/components/RateAndCategory/index.js +2 -1
  79. package/dist/components/RatesDefinition/components/BillRate/components/RatePrices/index.js +2 -1
  80. package/dist/components/RatesDefinition/components/BillRate/index.js +2 -1
  81. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/Category/index.js +2 -1
  82. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/RateStagesGraph/components/Indicator/components/IndicatorLabel/index.js +2 -1
  83. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/RateStagesGraph/components/Indicator/index.js +2 -1
  84. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/RateStagesGraph/components/Indicator/utils.js +3 -2
  85. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/RateStagesGraph/components/Legend/index.js +2 -1
  86. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/RateStagesGraph/components/Stages/index.js +2 -1
  87. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/RateStagesGraph/constants.js +4 -2
  88. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/RateStagesGraph/index.js +2 -1
  89. package/dist/components/RatesDefinition/components/CategoryByConsumption/components/RateStagesGraph/utils.js +3 -2
  90. package/dist/components/RatesDefinition/components/CategoryByConsumption/constants.js +36 -18
  91. package/dist/components/RatesDefinition/components/CategoryByConsumption/index.js +2 -1
  92. package/dist/components/RatesDefinition/components/CategoryByConsumption/utils.js +3 -2
  93. package/dist/components/RatesDefinition/components/PurchasedRate/index.js +2 -1
  94. package/dist/components/RatesDefinition/index.js +2 -1
  95. package/dist/components/SmartBillProvider/index.js +2 -1
  96. package/dist/components/StyledAmount/constants.js +3 -2
  97. package/dist/components/StyledAmount/index.js +2 -1
  98. package/dist/components/WithContextApi/index.js +2 -1
  99. package/dist/components/WithContextApi/layout.js +2 -1
  100. package/dist/components/WithSeason/index.js +2 -1
  101. package/dist/constants/deviceSizes.js +25 -13
  102. package/dist/constants/seasons.js +5 -3
  103. package/dist/index.js +4 -5
  104. package/dist/shared/Context/index.js +4 -2
  105. package/dist/shared/constants/aliases.js +277 -139
  106. package/dist/shared/constants/consumptions.js +9 -5
  107. package/dist/shared/constants/periodicities.js +3 -2
  108. package/dist/shared/constants/rates.js +3 -2
  109. package/dist/shared/constants/readings.js +5 -3
  110. package/dist/shared/constants/seasons.js +5 -3
  111. package/dist/shared/constants/stagesGraph.js +8 -4
  112. package/dist/shared/types/assetsTypes.js +2 -1
  113. package/dist/shared/types/billDataTypes.js +11 -6
  114. package/dist/shared/types/componentsTypes.js +7 -4
  115. package/dist/shared/types/formattersTypes.js +3 -2
  116. package/dist/shared/types/rateStagesTypes.js +6 -3
  117. package/dist/shared/types/smartBillTypes.js +3 -2
  118. package/dist/shared/types/textsTypes.js +3 -2
  119. package/dist/shared/utils/billCalculation.js +3 -2
  120. package/dist/shared/utils/consumptions.js +13 -7
  121. package/dist/shared/utils/context.js +3 -2
  122. package/dist/shared/utils/expirations.js +3 -2
  123. package/dist/shared/utils/periods.js +11 -6
  124. package/dist/shared/utils/rates.js +3 -2
  125. package/dist/shared/utils/readings.js +5 -3
  126. package/dist/shared/utils/season.js +3 -2
  127. package/dist/shared/utils/stagesGraph.js +9 -5
  128. package/dist/utils/hooks.js +3 -2
  129. package/dist/utils.js +7 -4
  130. package/package.json +1 -1
  131. package/CHANGELOG.md +0 -269
package/CHANGELOG.md DELETED
@@ -1,269 +0,0 @@
1
- ## [2.2.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.2.1...v2.2.2) (2023-10-03)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * removing swiss font ([#33](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/33)) ([af8c022](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/af8c0220789eb55352674254e83a66d7c8dfa961))
7
-
8
- ## [2.2.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.2.0...v2.2.1) (2023-09-07)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * lock web utils and energy ui ([#31](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/31)) ([33334bf](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/33334bfcca45298e8b34075e2bfd347a545014af))
14
-
15
- # [2.2.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.1.1...v2.2.0) (2023-09-07)
16
-
17
-
18
- ### Features
19
-
20
- * node upgrade ([#32](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/32)) ([de9dc25](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/de9dc25915c4a0299c85ceaf573a06319d63b809))
21
-
22
- ## [2.1.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.1.0...v2.1.1) (2023-06-27)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * delete auto-assign config ([f9501d3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/f9501d3f6e7bc8fcc6b977d6ba68688786796e73))
28
- * update energybot config ([e56852e](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/e56852e67e772a89aaeb39cb6a13f8774884a99d))
29
-
30
- # [2.1.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.0.2...v2.1.0) (2023-05-19)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * small fixes ([7d68c4a](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/7d68c4a01c14148f2ce3cb510b3089a5c7eaac7d))
36
-
37
-
38
- ### Features
39
-
40
- * standardizes smart bill flow ([d07a26f](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/d07a26f1cc03a0dbe72239db7fa9cc0d732727da))
41
-
42
- ## [2.0.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.0.1...v2.0.2) (2023-03-10)
43
-
44
-
45
- ### Bug Fixes
46
-
47
- * update energy-bot.yml ([0e947e8](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/0e947e8ca5e7e21af5b8e39fe033feb47c543ac0))
48
-
49
- ## [2.0.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.0.0...v2.0.1) (2023-03-10)
50
-
51
-
52
- ### Bug Fixes
53
-
54
- * create auto_assign.yml ([71a7115](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/71a71158c8305d4af743986e2903e9d4a986a944))
55
- * delete semantic.yml ([e7240c4](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/e7240c46ffb2fc6d8c5597a8a6bce1efc43bb3a5))
56
- * update pull_request_template.md ([aaaf94a](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/aaaf94ad2a150b8d54868377efc3d1781a42e7d7))
57
-
58
- # [2.0.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.4...v2.0.0) (2023-01-28)
59
-
60
-
61
- ### Features
62
-
63
- * labels & buttons ([#29](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/29)) ([78f3875](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/78f38751da0e49b62298768b114a102d78613d41))
64
-
65
-
66
- ### BREAKING CHANGES
67
-
68
- * Using new components
69
-
70
- ## [1.13.4](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.3...v1.13.4) (2022-09-16)
71
-
72
-
73
- ### Bug Fixes
74
-
75
- * markdown problem in smarttbill ([#28](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/28)) ([13b9b30](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/13b9b30315ae0449dc8009d978ab2cb84d1e11bc))
76
-
77
- ## [1.13.3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.2...v1.13.3) (2022-04-06)
78
-
79
-
80
- ### Bug Fixes
81
-
82
- * adjust visual bugs by gap ([#27](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/27)) ([c140016](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/c14001678a4881812290da716101d0d9b8666e5d))
83
-
84
- ## [1.13.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.1...v1.13.2) (2022-03-14)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * markdown fixes ([#26](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/26)) ([2249e67](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/2249e6763bd9d5b7005699da912a9ec76afdc2fe))
90
-
91
- ## [1.13.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.0...v1.13.1) (2022-02-21)
92
-
93
-
94
- ### Bug Fixes
95
-
96
- * adding flex-wrap to expiration dates, keeping text in container ([#25](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/25)) ([fc34ecf](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/fc34ecf04a4f7b515cf5eb1410e9317875a1996f))
97
-
98
- # [1.13.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.12.0...v1.13.0) (2022-01-17)
99
-
100
-
101
- ### Features
102
-
103
- * glossary modal ([#23](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/23)) ([408df2e](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/408df2ee1f48ba1c5d18e96de6dfee81c3d16f14))
104
-
105
- # [1.12.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.11.0...v1.12.0) (2022-01-17)
106
-
107
-
108
- ### Features
109
-
110
- * rate stages step redesign and refactor ([#24](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/24)) ([3ac585b](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/3ac585b57ce1e426979cac80bcf4980978399339))
111
-
112
- # [1.11.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.10.2...v1.11.0) (2022-01-04)
113
-
114
-
115
- ### Features
116
-
117
- * 🌟 Migrated hooks to library 🌟 ([#17](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/17)) ([464d5c8](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/464d5c8f32de3d1b2255fd8a458a0bee540862bb))
118
-
119
- ## [1.10.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.10.1...v1.10.2) (2022-01-04)
120
-
121
-
122
- ### Bug Fixes
123
-
124
- * color priority in rate stages ([#22](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/22)) ([7062efa](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/7062efa3dcc0f6ff792e822e0dabf8fa8cd1b5da))
125
-
126
- ## [1.10.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.10.0...v1.10.1) (2021-12-10)
127
-
128
-
129
- ### Bug Fixes
130
-
131
- * removed recharts ([#20](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/20)) ([01a9e74](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/01a9e74da24ae7788f92c20719690450559985a8))
132
-
133
- # [1.10.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.9.0...v1.10.0) (2021-11-17)
134
-
135
-
136
- ### Features
137
-
138
- * single settlement days and some fixes ([#19](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/19)) ([4122d95](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/4122d955e005e9c6631785dbf608ec68c9402e0a))
139
-
140
- # [1.9.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.8.0...v1.9.0) (2021-11-08)
141
-
142
-
143
- ### Features
144
-
145
- * added dayjs ([f1c9d68](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/f1c9d68b5e967211e82a3ac892d554903c9aa4fb))
146
-
147
- # [1.8.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.7.3...v1.8.0) (2021-10-26)
148
-
149
-
150
- ### Features
151
-
152
- * nextgen design updates ([#16](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/16)) ([6355edd](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/6355edd755c239b55f8842fcf30278232028649d))
153
-
154
- ## [1.7.3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.7.2...v1.7.3) (2021-10-01)
155
-
156
-
157
- ### Bug Fixes
158
-
159
- * bug ([#15](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/15)) ([9a7a03b](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/9a7a03b09d35c3f85646048be9b6e9280ddbe0cc))
160
-
161
- ## [1.7.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.7.1...v1.7.2) (2021-09-22)
162
-
163
-
164
- ### Bug Fixes
165
-
166
- * colors handling in zero concepts ([#13](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/13)) ([5d073bb](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/5d073bb42571fb6aa0e1ae842f62d04f70d7741f))
167
-
168
- ## [1.7.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.7.0...v1.7.1) (2021-09-22)
169
-
170
-
171
- ### Bug Fixes
172
-
173
- * string comparison ([b3957d2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/b3957d2cffae69211c566686af9a824f45a4af2f))
174
-
175
- # [1.7.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.6.0...v1.7.0) (2021-09-08)
176
-
177
-
178
- ### Features
179
-
180
- * added remaining settlement handle ([#12](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/12)) ([ebaa0ee](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/ebaa0eec1fa127f4e782201fa927de042d8ad8f1))
181
-
182
- # [1.6.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.5.0...v1.6.0) (2021-08-26)
183
-
184
-
185
- ### Bug Fixes
186
-
187
- * update config yml ([06af1aa](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/06af1aac78341ad71fb51744a9fa2a4e840b5512))
188
-
189
-
190
- ### Features
191
-
192
- * smartbill validations and fixes ([#11](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/11)) ([3b37ed9](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/3b37ed90fb9e6a288793a34ec8401614a251b051))
193
-
194
- # [1.5.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.4.2...v1.5.0) (2021-07-22)
195
-
196
-
197
- ### Features
198
-
199
- * improved smart bill compatibility ([#10](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/10)) ([14be01a](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/14be01a357e025d250ad6ba5c23119415642bba9))
200
-
201
- ## [1.4.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.4.1...v1.4.2) (2021-06-17)
202
-
203
-
204
- ### Bug Fixes
205
-
206
- * fix savings percentage ([#9](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/9)) ([3698430](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/3698430003300f8dfa7efc13dbeea7c15ab6a6d1))
207
-
208
- ## [1.4.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.4.0...v1.4.1) (2021-06-14)
209
-
210
-
211
- ### Bug Fixes
212
-
213
- * change-invoice-details-banners ([#8](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/8)) ([091e195](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/091e1957ae326d08b6b4663d8926a87b24a7c8af))
214
-
215
- # [1.4.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.3.1...v1.4.0) (2021-06-01)
216
-
217
-
218
- ### Features
219
-
220
- * particular conditions adjustment ([#7](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/7)) ([e3f5378](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/e3f5378b1300d2936b2be4b45f8c482ef6ee7c6e))
221
-
222
- ## [1.3.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.3.0...v1.3.1) (2021-05-14)
223
-
224
-
225
- ### Bug Fixes
226
-
227
- * changes in CT and ALIM ([#6](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/6)) ([9df5c8b](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/9df5c8b15c557dc4b2621eb2e081d8a66267d08b))
228
-
229
- # [1.3.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.2.0...v1.3.0) (2021-05-05)
230
-
231
-
232
- ### Features
233
-
234
- * added thousand separator ([#5](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/5)) ([738a9f9](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/738a9f9fdd5206930e37bf9b168433b7c4dba058))
235
-
236
- # [1.2.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.1.0...v1.2.0) (2021-04-27)
237
-
238
-
239
- ### Features
240
-
241
- * change banners + fix url ([#4](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/4)) ([cdbad24](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/cdbad24eb0fd70574ad304d3364552a97cdbb552))
242
-
243
- # [1.1.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.0.2...v1.1.0) (2021-04-23)
244
-
245
-
246
- ### Features
247
-
248
- * t2 adjustment + t3 implementation ([#2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/2)) ([c9bee56](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/c9bee56cb23d50bd3932739dd09f9a8090873fb7))
249
-
250
- ## [1.0.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.0.1...v1.0.2) (2021-04-23)
251
-
252
-
253
- ### Bug Fixes
254
-
255
- * add banners to simulator ([#3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/3)) ([a7b8fae](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/a7b8fae3e2adbf6e40d5d52064471fd8872263b1))
256
-
257
- ## [1.0.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.0.0...v1.0.1) (2021-04-15)
258
-
259
-
260
- ### Bug Fixes
261
-
262
- * fix injection point ([#1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/1)) ([e8dd4d5](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/e8dd4d520f89bba91565087bc8a79882b4755ebd))
263
-
264
- # 1.0.0 (2021-03-25)
265
-
266
-
267
- ### Features
268
-
269
- * initial version on new isolated repository ([6994cc1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/6994cc11adf49fcf08fb54ddc3c4f965c72b7499))