react-hook-form-rules 1.5.3 → 1.5.5

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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.5.5](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.4...v1.5.5) (2025-03-15)
2
+
3
+ ### 🔥 Code Refactoring
4
+
5
+ * правки конфига ([b2c4c15](https://github.com/chopperqt/react-hook-form-rules/commit/b2c4c1501f152276c7af547bee01d04baea2f7b3))
6
+
7
+ ## [1.5.4](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.3...v1.5.4) (2025-03-15)
8
+
9
+ ### 🔥 Code Refactoring
10
+
11
+ * незначительные правки ([c1a76cb](https://github.com/chopperqt/react-hook-form-rules/commit/c1a76cb6f9dedd9f5d298f7aa4f1d99e7292b645))
12
+
1
13
  ## [1.5.3](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.2...v1.5.3) (2025-03-15)
2
14
 
3
15
  ### 🔥 Code Refactoring
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-hook-form-rules",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -60,7 +60,7 @@ module.exports = {
60
60
  "@semantic-release/npm",
61
61
  {
62
62
  "registry": "https://npm.pkg.github.com/",
63
- "npmPublish": true,
63
+ "npmPublish": false,
64
64
  "pkgRoot": ".",
65
65
  }
66
66
  ],