@innoways/hooks 8.0.14 → 8.0.15

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,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix: fixed country state city field reset issue on change
8
+ - Updated dependencies
9
+ - @innoways/utils@8.0.15
10
+
3
11
  ## 8.0.14
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1277,7 +1277,10 @@ var useCountryStateCityOptions = function useCountryStateCityOptions(selectedOpt
1277
1277
  return {
1278
1278
  countryOption: countryOption,
1279
1279
  stateOption: stateOption,
1280
- cityOption: cityOption
1280
+ cityOption: cityOption,
1281
+ setCountryOption: setCountryOption,
1282
+ setStateOption: setStateOption,
1283
+ setCityOption: setCityOption
1281
1284
  };
1282
1285
  };
1283
1286
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/hooks",
3
- "version": "8.0.14",
3
+ "version": "8.0.15",
4
4
  "description": "drip-form通用hooks",
5
5
  "keywords": [
6
6
  "hooks",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.10.2",
34
- "@innoways/utils": "^8.0.14",
34
+ "@innoways/utils": "^8.0.15",
35
35
  "ahooks": "^2.10.12",
36
36
  "ajv": "^8.6.2",
37
37
  "immer": "^9.0.5",