@graphcommerce/magento-compare 9.0.0-canary.56 → 9.0.0-canary.58
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 -8
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @graphcommerce/magento-compare
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.58
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.57
|
|
6
|
+
|
|
3
7
|
## 9.0.0-canary.56
|
|
4
8
|
|
|
5
9
|
## 9.0.0-canary.55
|
|
@@ -40,8 +44,7 @@
|
|
|
40
44
|
|
|
41
45
|
### Patch Changes
|
|
42
46
|
|
|
43
|
-
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components
|
|
44
|
-
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
47
|
+
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
45
48
|
|
|
46
49
|
## 8.1.0-canary.37
|
|
47
50
|
|
|
@@ -117,8 +120,7 @@
|
|
|
117
120
|
|
|
118
121
|
### Patch Changes
|
|
119
122
|
|
|
120
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of useFormPersist to the <FormPersist/> component to prevent rerenders.
|
|
121
|
-
([@FrankHarland](https://github.com/FrankHarland))
|
|
123
|
+
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of useFormPersist to the <FormPersist/> component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
|
|
122
124
|
|
|
123
125
|
## 8.0.6-canary.1
|
|
124
126
|
|
|
@@ -196,8 +198,7 @@
|
|
|
196
198
|
|
|
197
199
|
### Patch Changes
|
|
198
200
|
|
|
199
|
-
- [#2132](https://github.com/graphcommerce-org/graphcommerce/pull/2132) [`993f655`](https://github.com/graphcommerce-org/graphcommerce/commit/993f6559226f0ce2b63f372ccfc1409805b06a8d) - Compare button didn't have a proper hover state on the product page.
|
|
200
|
-
([@action-simon](https://github.com/action-simon))
|
|
201
|
+
- [#2132](https://github.com/graphcommerce-org/graphcommerce/pull/2132) [`993f655`](https://github.com/graphcommerce-org/graphcommerce/commit/993f6559226f0ce2b63f372ccfc1409805b06a8d) - Compare button didn't have a proper hover state on the product page. ([@action-simon](https://github.com/action-simon))
|
|
201
202
|
|
|
202
203
|
## 8.0.0-canary.100
|
|
203
204
|
|
|
@@ -257,8 +258,7 @@
|
|
|
257
258
|
|
|
258
259
|
### Patch Changes
|
|
259
260
|
|
|
260
|
-
- [#2132](https://github.com/graphcommerce-org/graphcommerce/pull/2132) [`993f655`](https://github.com/graphcommerce-org/graphcommerce/commit/993f6559226f0ce2b63f372ccfc1409805b06a8d) - Fix compare button hover state on product page
|
|
261
|
-
([@action-simon](https://github.com/action-simon))
|
|
261
|
+
- [#2132](https://github.com/graphcommerce-org/graphcommerce/pull/2132) [`993f655`](https://github.com/graphcommerce-org/graphcommerce/commit/993f6559226f0ce2b63f372ccfc1409805b06a8d) - Fix compare button hover state on product page ([@action-simon](https://github.com/action-simon))
|
|
262
262
|
|
|
263
263
|
## 8.0.0-canary.72
|
|
264
264
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-compare",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.58",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^9.0.0-canary.
|
|
18
|
-
"@graphcommerce/framer-utils": "^9.0.0-canary.
|
|
19
|
-
"@graphcommerce/graphql": "^9.0.0-canary.
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.0-canary.
|
|
21
|
-
"@graphcommerce/magento-product": "^9.0.0-canary.
|
|
22
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
24
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.58",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^9.0.0-canary.58",
|
|
18
|
+
"@graphcommerce/framer-utils": "^9.0.0-canary.58",
|
|
19
|
+
"@graphcommerce/graphql": "^9.0.0-canary.58",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.58",
|
|
21
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.58",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.58",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
|
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
|
|
25
25
|
"@lingui/core": "^4.2.1",
|
|
26
26
|
"@lingui/macro": "^4.2.1",
|
|
27
27
|
"@lingui/react": "^4.2.1",
|