@innoways/ajv 8.0.14 → 8.0.16
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 +18 -0
- package/dist/cjs/index.js +651 -668
- package/dist/esm/index.js +651 -668
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update Monaco Editor to local installation and upgrade dependencies
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @innoways/drip-form-plugin-formats@8.0.16
|
|
10
|
+
- @innoways/drip-form-plugin-keywords@8.0.16
|
|
11
|
+
|
|
12
|
+
## 8.0.15
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Fix: fixed country state city field reset issue on change
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @innoways/drip-form-plugin-formats@8.0.15
|
|
19
|
+
- @innoways/drip-form-plugin-keywords@8.0.15
|
|
20
|
+
|
|
3
21
|
## 8.0.14
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|