@widergy/utilitygo-smart-bill-mobile 3.12.0 → 3.12.2

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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.12.2](https://github.com/widergy/UtilityGO-Smart-Bill-Mobile/compare/v3.12.1...v3.12.2) (2026-04-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [DEV-766] standarize prepush ([#70](https://github.com/widergy/UtilityGO-Smart-Bill-Mobile/issues/70)) ([5b0bcc1](https://github.com/widergy/UtilityGO-Smart-Bill-Mobile/commit/5b0bcc16dcf897aad3622c5d09158ec90a947a2a))
7
+
8
+ ## [3.12.1](https://github.com/widergy/UtilityGO-Smart-Bill-Mobile/compare/v3.12.0...v3.12.1) (2026-03-25)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * [DEV-766] ci linter skip ([#69](https://github.com/widergy/UtilityGO-Smart-Bill-Mobile/issues/69)) ([b0177a9](https://github.com/widergy/UtilityGO-Smart-Bill-Mobile/commit/b0177a9643bed6ca2b18c8b6d442ee614800fb44))
14
+
1
15
  # [3.12.0](https://github.com/widergy/UtilityGO-Smart-Bill-Mobile/compare/v3.11.0...v3.12.0) (2026-03-12)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/utilitygo-smart-bill-mobile",
3
- "version": "3.12.0",
3
+ "version": "3.12.2",
4
4
  "description": "UtilityGO SmartBill Mobile",
5
5
  "license": "MIT",
6
6
  "main": "src/lib/index.js",
@@ -63,8 +63,8 @@
63
63
  },
64
64
  "scripts": {
65
65
  "lint:fix": "eslint --fix src",
66
- "lint": "eslint src --cache --prune-suppressions",
67
- "lint-suppress": "eslint src --cache --suppress-all",
66
+ "lint": "eslint src --prune-suppressions",
67
+ "lint-suppress": "eslint src --suppress-all",
68
68
  "lint-diff": "git diff --name-only --cached --relative --diff-filter=ACM | grep \\.js$ | xargs ./node_modules/eslint/bin/eslint.js",
69
69
  "android": "react-native run-android",
70
70
  "ios": "react-native run-ios",