@innoways/ajv 6.2.9 → 6.3.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.
- package/CHANGELOG.md +21 -0
- package/dist/cjs/index.js +668 -651
- package/dist/esm/index.js +668 -651
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Fixed token issues added version 6.3.0
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @innoways/drip-form-plugin-keywords@6.3.0
|
|
13
|
+
- @innoways/drip-form-plugin-formats@6.3.0
|
|
14
|
+
|
|
15
|
+
## 6.2.10
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Fixed thme issues added version 6.2.10
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @innoways/drip-form-plugin-keywords@6.2.10
|
|
22
|
+
- @innoways/drip-form-plugin-formats@6.2.10
|
|
23
|
+
|
|
3
24
|
## 6.2.9
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|