@widergy/utilitygo-smart-bill-web 3.24.2 → 3.24.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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.24.3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.24.2...v3.24.3) (2026-04-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [DEV-766] standarize prepush ([#87](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/87)) ([b363f3a](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/b363f3a4bbacf78e5f0cd717cbb60ce2ff53729b))
7
+
1
8
  ## [3.24.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.24.1...v3.24.2) (2026-03-25)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/utilitygo-smart-bill-web",
3
- "version": "3.24.2",
3
+ "version": "3.24.3",
4
4
  "description": "UtilityGO SmartBill Web",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -11,8 +11,8 @@
11
11
  "scripts": {
12
12
  "start": "SKIP_PREFLIGHT_CHECK=true DISABLE_ESLINT_PLUGIN=true react-scripts --openssl-legacy-provider start ",
13
13
  "build-example": "react-scripts --openssl-legacy-provider build",
14
- "lint": "./node_modules/eslint/bin/eslint.js src --cache --prune-suppressions",
15
- "lint-suppress": "./node_modules/eslint/bin/eslint.js src --cache --suppress-all",
14
+ "lint": "./node_modules/eslint/bin/eslint.js src --prune-suppressions",
15
+ "lint-suppress": "./node_modules/eslint/bin/eslint.js src --suppress-all",
16
16
  "test": "SKIP_PREFLIGHT_CHECK=true DISABLE_ESLINT_PLUGIN=true react-scripts test --env=jsdom",
17
17
  "eject": "react-scripts eject",
18
18
  "prebuild": "rimraf dist",