@graphcommerce/magento-product-configurable 7.0.1-canary.8 → 7.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 +22 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2052](https://github.com/graphcommerce-org/graphcommerce/pull/2052) [`5b9c1fa81`](https://github.com/graphcommerce-org/graphcommerce/commit/5b9c1fa818c5bc906a64dd47b73276b25d45ef0b) - When configurableVariantForSimple was set to false it wouldn't correctly show the simple product. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
8
|
+
|
|
9
|
+
- [#2051](https://github.com/graphcommerce-org/graphcommerce/pull/2051) [`13d54555b`](https://github.com/graphcommerce-org/graphcommerce/commit/13d54555bc5b85a79456610cb066d397d18866eb) - Remove zoom from targetUrl to fix back navigation on zoom ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
10
|
+
|
|
11
|
+
## 7.0.1-canary.15
|
|
12
|
+
|
|
13
|
+
## 7.0.1-canary.14
|
|
14
|
+
|
|
15
|
+
## 7.0.1-canary.13
|
|
16
|
+
|
|
17
|
+
## 7.0.1-canary.12
|
|
18
|
+
|
|
19
|
+
## 7.0.1-canary.11
|
|
20
|
+
|
|
21
|
+
## 7.0.1-canary.10
|
|
22
|
+
|
|
23
|
+
## 7.0.1-canary.9
|
|
24
|
+
|
|
3
25
|
## 7.0.1-canary.8
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-product-configurable",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "7.0.1
|
|
5
|
+
"version": "7.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,24 +12,24 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "7.0.1
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "7.0.1
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "7.0.1
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "7.0.1",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "7.0.1",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "7.0.1"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@graphcommerce/ecommerce-ui": "7.0.1
|
|
21
|
-
"@graphcommerce/graphql": "7.0.1
|
|
22
|
-
"@graphcommerce/graphql-mesh": "7.0.1
|
|
23
|
-
"@graphcommerce/image": "7.0.1
|
|
24
|
-
"@graphcommerce/magento-cart": "7.0.1
|
|
25
|
-
"@graphcommerce/magento-cart-items": "7.0.1
|
|
26
|
-
"@graphcommerce/magento-category": "7.0.1
|
|
27
|
-
"@graphcommerce/magento-customer": "7.0.1
|
|
28
|
-
"@graphcommerce/magento-product": "7.0.1
|
|
29
|
-
"@graphcommerce/magento-product-simple": "7.0.1
|
|
30
|
-
"@graphcommerce/magento-store": "7.0.1
|
|
31
|
-
"@graphcommerce/next-ui": "7.0.1
|
|
32
|
-
"@graphcommerce/react-hook-form": "7.0.1
|
|
20
|
+
"@graphcommerce/ecommerce-ui": "7.0.1",
|
|
21
|
+
"@graphcommerce/graphql": "7.0.1",
|
|
22
|
+
"@graphcommerce/graphql-mesh": "7.0.1",
|
|
23
|
+
"@graphcommerce/image": "7.0.1",
|
|
24
|
+
"@graphcommerce/magento-cart": "7.0.1",
|
|
25
|
+
"@graphcommerce/magento-cart-items": "7.0.1",
|
|
26
|
+
"@graphcommerce/magento-category": "7.0.1",
|
|
27
|
+
"@graphcommerce/magento-customer": "7.0.1",
|
|
28
|
+
"@graphcommerce/magento-product": "7.0.1",
|
|
29
|
+
"@graphcommerce/magento-product-simple": "7.0.1",
|
|
30
|
+
"@graphcommerce/magento-store": "7.0.1",
|
|
31
|
+
"@graphcommerce/next-ui": "7.0.1",
|
|
32
|
+
"@graphcommerce/react-hook-form": "7.0.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@lingui/react": "^4.2.1",
|