@graphcommerce/react-hook-form 6.0.1-canary.7 → 6.0.2-canary.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 +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.0.2-canary.0
|
|
4
|
+
|
|
5
|
+
## 6.0.1
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#1859](https://github.com/graphcommerce-org/graphcommerce/pull/1859) [`08ea612a1`](https://github.com/graphcommerce-org/graphcommerce/commit/08ea612a1d26166b8e55f20525c1004642cc85aa) - Resolved multiple onSubmitSuccessful callbacks in ComposedForm, when we have multiple ComposedForm Components on a page ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
10
|
+
|
|
3
11
|
## 6.0.1-canary.7
|
|
4
12
|
|
|
5
13
|
## 6.0.1-canary.6
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/react-hook-form",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "6.0.
|
|
5
|
+
"version": "6.0.2-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"react-hook-form": "7.43.5"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@graphcommerce/eslint-config-pwa": "6.0.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "6.0.
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "6.0.
|
|
20
|
+
"@graphcommerce/eslint-config-pwa": "6.0.2-canary.0",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "6.0.2-canary.0",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "6.0.2-canary.0",
|
|
23
23
|
"@testing-library/react": "^14.0.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|