@graphcommerce/magento-product-configurable 6.0.2-canary.8 → 6.1.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 +30 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.1.0
|
|
4
|
+
|
|
5
|
+
## 6.0.2-canary.22
|
|
6
|
+
|
|
7
|
+
## 6.0.2-canary.21
|
|
8
|
+
|
|
9
|
+
## 6.0.2-canary.20
|
|
10
|
+
|
|
11
|
+
## 6.0.2-canary.19
|
|
12
|
+
|
|
13
|
+
## 6.0.2-canary.18
|
|
14
|
+
|
|
15
|
+
## 6.0.2-canary.17
|
|
16
|
+
|
|
17
|
+
## 6.0.2-canary.16
|
|
18
|
+
|
|
19
|
+
## 6.0.2-canary.15
|
|
20
|
+
|
|
21
|
+
## 6.0.2-canary.14
|
|
22
|
+
|
|
23
|
+
## 6.0.2-canary.13
|
|
24
|
+
|
|
25
|
+
## 6.0.2-canary.12
|
|
26
|
+
|
|
27
|
+
## 6.0.2-canary.11
|
|
28
|
+
|
|
29
|
+
## 6.0.2-canary.10
|
|
30
|
+
|
|
31
|
+
## 6.0.2-canary.9
|
|
32
|
+
|
|
3
33
|
## 6.0.2-canary.8
|
|
4
34
|
|
|
5
35
|
## 6.0.2-canary.7
|
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": "6.0
|
|
5
|
+
"version": "6.1.0",
|
|
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": "6.0
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "6.0
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "6.0
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "6.1.0",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "6.1.0",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "6.1.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@graphcommerce/ecommerce-ui": "6.0
|
|
21
|
-
"@graphcommerce/graphql": "6.0
|
|
22
|
-
"@graphcommerce/graphql-mesh": "6.0
|
|
23
|
-
"@graphcommerce/image": "6.0
|
|
24
|
-
"@graphcommerce/magento-cart": "6.0
|
|
25
|
-
"@graphcommerce/magento-cart-items": "6.0
|
|
26
|
-
"@graphcommerce/magento-category": "6.0
|
|
27
|
-
"@graphcommerce/magento-customer": "6.0
|
|
28
|
-
"@graphcommerce/magento-product": "6.0
|
|
29
|
-
"@graphcommerce/magento-product-simple": "6.0
|
|
30
|
-
"@graphcommerce/magento-store": "6.0
|
|
31
|
-
"@graphcommerce/next-ui": "6.0
|
|
32
|
-
"@graphcommerce/react-hook-form": "6.0
|
|
20
|
+
"@graphcommerce/ecommerce-ui": "6.1.0",
|
|
21
|
+
"@graphcommerce/graphql": "6.1.0",
|
|
22
|
+
"@graphcommerce/graphql-mesh": "6.1.0",
|
|
23
|
+
"@graphcommerce/image": "6.1.0",
|
|
24
|
+
"@graphcommerce/magento-cart": "6.1.0",
|
|
25
|
+
"@graphcommerce/magento-cart-items": "6.1.0",
|
|
26
|
+
"@graphcommerce/magento-category": "6.1.0",
|
|
27
|
+
"@graphcommerce/magento-customer": "6.1.0",
|
|
28
|
+
"@graphcommerce/magento-product": "6.1.0",
|
|
29
|
+
"@graphcommerce/magento-product-simple": "6.1.0",
|
|
30
|
+
"@graphcommerce/magento-store": "6.1.0",
|
|
31
|
+
"@graphcommerce/next-ui": "6.1.0",
|
|
32
|
+
"@graphcommerce/react-hook-form": "6.1.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@lingui/react": "^3.13.2",
|