@innoways/utils 9.0.1 → 9.0.4

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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: add optional chaining to prevent errors when accessing apiKey in DripForm at 9.0.3
8
+
9
+ ## 9.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: enhance date parsing logic in DatePickerField for better validation 9.0.3
14
+
15
+ ## 9.0.2
16
+
17
+ ### Patch Changes
18
+
19
+ - set default value for allowClear in SelectField component version 9.0.2
20
+
3
21
  ## 9.0.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/utils",
3
- "version": "9.0.1",
3
+ "version": "9.0.4",
4
4
  "description": "drip-form通用方法",
5
5
  "keywords": [
6
6
  "utils",