react-hook-form-rules 1.5.4 → 1.5.7
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 +23 -0
- package/package.json +1 -4
- package/release.config.cjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## [1.5.7](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.6...v1.5.7) (2025-03-15)
|
|
2
|
+
|
|
3
|
+
### 🔥 Code Refactoring
|
|
4
|
+
|
|
5
|
+
* незначительные правки ([994c39a](https://github.com/chopperqt/react-hook-form-rules/commit/994c39ab4c0e9c004375514a84c157faa727f00a))
|
|
6
|
+
* незначительные правки ([c8df194](https://github.com/chopperqt/react-hook-form-rules/commit/c8df19496287bc50a39f3e8018bdcdd51b36bfa4))
|
|
7
|
+
* незначительные правки ([d5b03da](https://github.com/chopperqt/react-hook-form-rules/commit/d5b03da524273c772658a28e557752c29b3b490a))
|
|
8
|
+
* правки конфига ([a7befe9](https://github.com/chopperqt/react-hook-form-rules/commit/a7befe91fb8755c92789c8db0b4c23c3094a470e))
|
|
9
|
+
* правки конфилктов ([a34bea4](https://github.com/chopperqt/react-hook-form-rules/commit/a34bea42b7197249dc84650a982243d8327baded))
|
|
10
|
+
* удаление файла, который больше не используется ([942962a](https://github.com/chopperqt/react-hook-form-rules/commit/942962ace0cbd44a0020d499fd896e16be6fe8ca))
|
|
11
|
+
|
|
12
|
+
## [1.5.6](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.5...v1.5.6) (2025-03-15)
|
|
13
|
+
|
|
14
|
+
### 🔥 Code Refactoring
|
|
15
|
+
|
|
16
|
+
* незначительные правки ([0338442](https://github.com/chopperqt/react-hook-form-rules/commit/033844264302d1d83bf60a1e3efc806f529d4697))
|
|
17
|
+
|
|
18
|
+
## [1.5.5](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.4...v1.5.5) (2025-03-15)
|
|
19
|
+
|
|
20
|
+
### 🔥 Code Refactoring
|
|
21
|
+
|
|
22
|
+
* правки конфига ([b2c4c15](https://github.com/chopperqt/react-hook-form-rules/commit/b2c4c1501f152276c7af547bee01d04baea2f7b3))
|
|
23
|
+
|
|
1
24
|
## [1.5.4](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.3...v1.5.4) (2025-03-15)
|
|
2
25
|
|
|
3
26
|
### 🔥 Code Refactoring
|
package/package.json
CHANGED