@graphcommerce/react-hook-form 10.0.1-canary.3 → 10.0.1
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
|
+
## 10.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2574](https://github.com/graphcommerce-org/graphcommerce/pull/2574) [`100cd16`](https://github.com/graphcommerce-org/graphcommerce/commit/100cd1601ade194cc1838598411921cf119126f4) - Forward Step when using assign for the order ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
## 10.0.1-canary.4
|
|
10
|
+
|
|
3
11
|
## 10.0.1-canary.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
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": "10.0.1
|
|
5
|
+
"version": "10.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@apollo/client": "*",
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.1
|
|
17
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.1
|
|
18
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.1
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.1",
|
|
17
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.1",
|
|
18
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.1",
|
|
19
19
|
"@mui/utils": "^7.0.0",
|
|
20
20
|
"graphql": "^16.6.0",
|
|
21
21
|
"react": "^19.2.0",
|