@innoways/ajv 8.0.18 → 9.0.0

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - fixed datepicker field porps issue and style issues 8.0.20
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @innoways/drip-form-plugin-formats@9.0.0
13
+ - @innoways/drip-form-plugin-keywords@9.0.0
14
+
15
+ ## 8.0.19
16
+
17
+ ### Patch Changes
18
+
19
+ - Date component fix same as gima 8.0.19
20
+ - Updated dependencies
21
+ - @innoways/drip-form-plugin-formats@8.0.19
22
+ - @innoways/drip-form-plugin-keywords@8.0.19
23
+
3
24
  ## 8.0.18
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/ajv",
3
- "version": "8.0.18",
3
+ "version": "9.0.0",
4
4
  "description": "drip ajv核心包",
5
5
  "keywords": [
6
6
  "ajv"
@@ -34,8 +34,8 @@
34
34
  "url": "https://github.com/JDFED/drip-form/"
35
35
  },
36
36
  "dependencies": {
37
- "@innoways/drip-form-plugin-formats": "^8.0.18",
38
- "@innoways/drip-form-plugin-keywords": "^8.0.18",
37
+ "@innoways/drip-form-plugin-formats": "^9.0.0",
38
+ "@innoways/drip-form-plugin-keywords": "^9.0.0",
39
39
  "ajv": "^8.6.2",
40
40
  "ajv-errors": "^3.0.0",
41
41
  "ajv-formats": "^2.1.0",