@widergy/utilitygo-smart-bill-web 3.5.0 → 3.5.1

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.5.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.5.0...v3.5.1) (2025-04-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * download bill icon smartbill ([#47](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/47)) ([d10ec3c](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/d10ec3cb2930dafe5df11361158eb78fc4ffc505))
7
+
1
8
  # [3.5.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.4.0...v3.5.0) (2025-04-21)
2
9
 
3
10
 
@@ -127,7 +127,7 @@ const Billing = _ref => {
127
127
  showStatus: true,
128
128
  title: automaticDebitTitle
129
129
  }, {
130
- leftIcon: 'IconInfoCircle',
130
+ leftIcon: 'IconReceipt2',
131
131
  leftIconProps: {
132
132
  area: true,
133
133
  size: 28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/utilitygo-smart-bill-web",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "UtilityGO SmartBill Web",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",