@graphcommerce/magento-product-bundle 9.0.4-canary.0 → 9.0.4-canary.10
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
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.4-canary.
|
|
3
|
+
## 9.0.4-canary.10
|
|
4
|
+
|
|
5
|
+
## 9.0.4-canary.9
|
|
6
|
+
|
|
7
|
+
## 9.0.4-canary.8
|
|
4
8
|
|
|
5
|
-
## 9.0.
|
|
9
|
+
## 9.0.4-canary.7
|
|
6
10
|
|
|
7
|
-
## 9.0.
|
|
11
|
+
## 9.0.4-canary.6
|
|
8
12
|
|
|
9
|
-
## 9.0.
|
|
13
|
+
## 9.0.4-canary.5
|
|
10
14
|
|
|
11
|
-
## 9.0.
|
|
15
|
+
## 9.0.4-canary.4
|
|
12
16
|
|
|
13
|
-
## 9.0.
|
|
17
|
+
## 9.0.4-canary.3
|
|
14
18
|
|
|
15
|
-
## 9.0.
|
|
19
|
+
## 9.0.4-canary.2
|
|
20
|
+
|
|
21
|
+
## 9.0.4-canary.1
|
|
22
|
+
|
|
23
|
+
## 9.0.4-canary.0
|
|
16
24
|
|
|
17
25
|
## 9.0.0
|
|
18
26
|
|
|
@@ -2,7 +2,7 @@ import type { ActionCardItemBase } from '@graphcommerce/ecommerce-ui'
|
|
|
2
2
|
import { ActionCardListForm } from '@graphcommerce/ecommerce-ui'
|
|
3
3
|
import type { AddProductsToCartFields } from '@graphcommerce/magento-product'
|
|
4
4
|
import { useFormAddProductsToCart } from '@graphcommerce/magento-product'
|
|
5
|
-
import {
|
|
5
|
+
import { filterNonNullableKeys, SectionHeader } from '@graphcommerce/next-ui'
|
|
6
6
|
import { i18n } from '@lingui/core'
|
|
7
7
|
import React, { useMemo } from 'react'
|
|
8
8
|
import { BundleOptionValue } from './BundleOptionValue'
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-product-bundle",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.4-canary.
|
|
5
|
+
"version": "9.0.4-canary.10",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.4-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.4-canary.
|
|
18
|
-
"@graphcommerce/image": "^9.0.4-canary.
|
|
19
|
-
"@graphcommerce/magento-cart": "^9.0.4-canary.
|
|
20
|
-
"@graphcommerce/magento-cart-items": "^9.0.4-canary.
|
|
21
|
-
"@graphcommerce/magento-product": "^9.0.4-canary.
|
|
22
|
-
"@graphcommerce/magento-product-simple": "^9.0.4-canary.
|
|
23
|
-
"@graphcommerce/magento-product-virtual": "^9.0.4-canary.
|
|
24
|
-
"@graphcommerce/magento-store": "^9.0.4-canary.
|
|
25
|
-
"@graphcommerce/next-ui": "^9.0.4-canary.
|
|
26
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.
|
|
27
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.4-canary.10",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.10",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.4-canary.10",
|
|
18
|
+
"@graphcommerce/image": "^9.0.4-canary.10",
|
|
19
|
+
"@graphcommerce/magento-cart": "^9.0.4-canary.10",
|
|
20
|
+
"@graphcommerce/magento-cart-items": "^9.0.4-canary.10",
|
|
21
|
+
"@graphcommerce/magento-product": "^9.0.4-canary.10",
|
|
22
|
+
"@graphcommerce/magento-product-simple": "^9.0.4-canary.10",
|
|
23
|
+
"@graphcommerce/magento-product-virtual": "^9.0.4-canary.10",
|
|
24
|
+
"@graphcommerce/magento-store": "^9.0.4-canary.10",
|
|
25
|
+
"@graphcommerce/next-ui": "^9.0.4-canary.10",
|
|
26
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.10",
|
|
27
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.10",
|
|
28
28
|
"@lingui/core": "^4.2.1",
|
|
29
29
|
"@lingui/macro": "^4.2.1",
|
|
30
30
|
"@lingui/react": "^4.2.1",
|