@graphcommerce/magento-product-bundle 8.0.0-canary.99 → 8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Support for all customizable product options (except file upload) on the product pages and in the cart.
8
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
9
+
10
+ - [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`13e23e4`](https://github.com/graphcommerce-org/graphcommerce/commit/13e23e4265bac70fb4d0830e4661019e71ce299f) - Wishlist will now support configurable products and uses the `<ActionCardLayout/>`
11
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
12
+
13
+ ### Patch Changes
14
+
15
+ - [#2115](https://github.com/graphcommerce-org/graphcommerce/pull/2115) [`105a1af`](https://github.com/graphcommerce-org/graphcommerce/commit/105a1af8b820de8873e430ae398f1922d39a9110) - Disabled ripple animations on all ActionCard ‘Select’ and ‘Change’ so the rendering is more subtle during checkout.
16
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
17
+
18
+ - [#2028](https://github.com/graphcommerce-org/graphcommerce/pull/2028) [`dd5499d`](https://github.com/graphcommerce-org/graphcommerce/commit/dd5499daedb0a5cd38081f2bd7892df40bb23e16) - Solved an issue where the quantity selector was not working for bundled products
19
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
20
+
21
+ ## 8.0.0-canary.100
22
+
3
23
  ## 8.0.0-canary.99
4
24
 
5
25
  ## 8.0.0-canary.98
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": "8.0.0-canary.99",
5
+ "version": "8.0.0",
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": "^8.0.0-canary.99",
16
- "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.99",
17
- "@graphcommerce/graphql": "^8.0.0-canary.99",
18
- "@graphcommerce/image": "^8.0.0-canary.99",
19
- "@graphcommerce/magento-cart": "^8.0.0-canary.99",
20
- "@graphcommerce/magento-cart-items": "^8.0.0-canary.99",
21
- "@graphcommerce/magento-product": "^8.0.0-canary.99",
22
- "@graphcommerce/magento-product-simple": "^8.0.0-canary.99",
23
- "@graphcommerce/magento-product-virtual": "^8.0.0-canary.99",
24
- "@graphcommerce/magento-store": "^8.0.0-canary.99",
25
- "@graphcommerce/next-ui": "^8.0.0-canary.99",
26
- "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.99",
27
- "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.99",
15
+ "@graphcommerce/ecommerce-ui": "^8.0.0",
16
+ "@graphcommerce/eslint-config-pwa": "^8.0.0",
17
+ "@graphcommerce/graphql": "^8.0.0",
18
+ "@graphcommerce/image": "^8.0.0",
19
+ "@graphcommerce/magento-cart": "^8.0.0",
20
+ "@graphcommerce/magento-cart-items": "^8.0.0",
21
+ "@graphcommerce/magento-product": "^8.0.0",
22
+ "@graphcommerce/magento-product-simple": "^8.0.0",
23
+ "@graphcommerce/magento-product-virtual": "^8.0.0",
24
+ "@graphcommerce/magento-store": "^8.0.0",
25
+ "@graphcommerce/next-ui": "^8.0.0",
26
+ "@graphcommerce/prettier-config-pwa": "^8.0.0",
27
+ "@graphcommerce/typescript-config-pwa": "^8.0.0",
28
28
  "@lingui/core": "^4.2.1",
29
29
  "@lingui/macro": "^4.2.1",
30
30
  "@lingui/react": "^4.2.1",