@graphcommerce/magento-product-configurable 5.0.0-canary.13 → 5.0.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 +28 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#1737](https://github.com/graphcommerce-org/graphcommerce/pull/1737) [`1f5ece0c2`](https://github.com/graphcommerce-org/graphcommerce/commit/1f5ece0c24524f33561614adf09f669d305666b0) - Allow Simple Products to show the Confgurable product page. Created a new defaultConfigurableOptionsSelection utility function to set up all the data correctly. ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1737](https://github.com/graphcommerce-org/graphcommerce/pull/1737) [`c278116d4`](https://github.com/graphcommerce-org/graphcommerce/commit/c278116d4c6f984a0b542fbf9426b8fc676ab36e) - Render the configured_variant image in the cart ([@paales](https://github.com/paales))
|
|
16
|
+
|
|
17
|
+
- [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`41f907dd4`](https://github.com/graphcommerce-org/graphcommerce/commit/41f907dd4eea20624ba87bdea48d9c330b8c0762) - Fix issue where the configurable cart item couldn’t be properly loaded ([@paales](https://github.com/paales))
|
|
18
|
+
|
|
19
|
+
- [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`37e86cdc8`](https://github.com/graphcommerce-org/graphcommerce/commit/37e86cdc86ccca3db77d6c59b1e14c8112bb7893) - Remove usage of PropsWithChildren ([@paales](https://github.com/paales))
|
|
20
|
+
|
|
21
|
+
- [#1737](https://github.com/graphcommerce-org/graphcommerce/pull/1737) [`3916fdd7a`](https://github.com/graphcommerce-org/graphcommerce/commit/3916fdd7a801b381df6ce1708bf388a2c581eab1) - Make sure configurable_options without swatch data still render correctly ([@paales](https://github.com/paales))
|
|
22
|
+
|
|
23
|
+
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`29eb2e94f`](https://github.com/graphcommerce-org/graphcommerce/commit/29eb2e94f04b120bc060ab945ff28aabf3f3ecfd) - Dependency issue with Magento 2.4.5 ([@paales](https://github.com/paales))
|
|
24
|
+
|
|
25
|
+
## 5.0.0-canary.14
|
|
26
|
+
|
|
3
27
|
## 5.0.0-canary.13
|
|
4
28
|
|
|
5
29
|
### Major Changes
|
|
@@ -54,6 +78,10 @@
|
|
|
54
78
|
|
|
55
79
|
## 4.13.2-canary.0
|
|
56
80
|
|
|
81
|
+
## 4.13.3
|
|
82
|
+
|
|
83
|
+
## 4.13.2
|
|
84
|
+
|
|
57
85
|
## 4.13.1
|
|
58
86
|
|
|
59
87
|
## 4.13.1-canary.2
|
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": "5.0.0
|
|
5
|
+
"version": "5.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^5.0.0
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "^
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "^
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^5.0.0",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^5.0.0",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "^5.0.0",
|
|
18
18
|
"@playwright/test": "^1.21.1",
|
|
19
19
|
"type-fest": "^2.12.2"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@graphcommerce/graphql": "5.0.0
|
|
23
|
-
"@graphcommerce/graphql-mesh": "5.0.0
|
|
24
|
-
"@graphcommerce/image": "5.0.0
|
|
25
|
-
"@graphcommerce/magento-cart": "5.0.0
|
|
26
|
-
"@graphcommerce/magento-cart-items": "5.0.0
|
|
27
|
-
"@graphcommerce/magento-category": "5.0.0
|
|
28
|
-
"@graphcommerce/magento-customer": "5.0.0
|
|
29
|
-
"@graphcommerce/magento-product": "5.0.0
|
|
30
|
-
"@graphcommerce/magento-product-simple": "5.0.0
|
|
31
|
-
"@graphcommerce/magento-store": "5.0.0
|
|
32
|
-
"@graphcommerce/next-ui": "5.0.0
|
|
33
|
-
"@graphcommerce/react-hook-form": "5.0.0
|
|
22
|
+
"@graphcommerce/graphql": "5.0.0",
|
|
23
|
+
"@graphcommerce/graphql-mesh": "5.0.0",
|
|
24
|
+
"@graphcommerce/image": "5.0.0",
|
|
25
|
+
"@graphcommerce/magento-cart": "5.0.0",
|
|
26
|
+
"@graphcommerce/magento-cart-items": "5.0.0",
|
|
27
|
+
"@graphcommerce/magento-category": "5.0.0",
|
|
28
|
+
"@graphcommerce/magento-customer": "5.0.0",
|
|
29
|
+
"@graphcommerce/magento-product": "5.0.0",
|
|
30
|
+
"@graphcommerce/magento-product-simple": "5.0.0",
|
|
31
|
+
"@graphcommerce/magento-store": "5.0.0",
|
|
32
|
+
"@graphcommerce/next-ui": "5.0.0",
|
|
33
|
+
"@graphcommerce/react-hook-form": "5.0.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@lingui/react": "^3.13.2",
|