@graphcommerce/magento-wishlist 1.3.14 → 1.4.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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # @graphcommerce/magento-wishlist
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1585](https://github.com/graphcommerce-org/graphcommerce/pull/1585) [`56de0a179`](https://github.com/graphcommerce-org/graphcommerce/commit/56de0a1792c0511a7dac47c1af7476f8fe112c8b) Thanks [@Jessevdpoel](https://github.com/Jessevdpoel)! - Added onclose functionality to ProductWishlistChipBase snackbar
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`bfbcd59d8`](https://github.com/graphcommerce-org/graphcommerce/commit/bfbcd59d8f7652d7a7c028f79cc994216e8dbe3a), [`49370878a`](https://github.com/graphcommerce-org/graphcommerce/commit/49370878a48b90a4579026a7c56c54f97840cebb), [`b6ce5548c`](https://github.com/graphcommerce-org/graphcommerce/commit/b6ce5548c66a8ca62d3aee29467045f7f07f30c8)]:
12
+ - @graphcommerce/magento-product@4.4.21
13
+ - @graphcommerce/graphql@3.4.4
14
+ - @graphcommerce/next-ui@4.17.0
15
+ - @graphcommerce/magento-product-configurable@4.1.28
16
+ - @graphcommerce/magento-cart@4.6.5
17
+ - @graphcommerce/magento-customer@4.9.1
18
+ - @graphcommerce/magento-store@4.2.23
19
+
3
20
  ## 1.3.14
4
21
 
5
22
  ### Patch Changes
@@ -194,6 +194,7 @@ export function ProductWishlistChipBase(props: ProductWishlistChipProps) {
194
194
 
195
195
  <MessageSnackbar
196
196
  open={showFeedbackMessage && displayMessageBar}
197
+ onClose={() => setDisplayMessageBar(false)}
197
198
  variant='pill'
198
199
  action={
199
200
  <PageLink href='/wishlist' passHref>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-wishlist",
3
- "version": "1.3.14",
3
+ "version": "1.4.0",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -19,15 +19,15 @@
19
19
  "@playwright/test": "^1.21.1"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/graphql": "3.4.3",
22
+ "@graphcommerce/graphql": "3.4.4",
23
23
  "@graphcommerce/graphql-mesh": "4.1.6",
24
24
  "@graphcommerce/image": "3.1.7",
25
- "@graphcommerce/magento-cart": "4.6.4",
26
- "@graphcommerce/magento-customer": "4.9.0",
27
- "@graphcommerce/magento-product": "4.4.20",
28
- "@graphcommerce/magento-product-configurable": "4.1.27",
29
- "@graphcommerce/magento-store": "4.2.22",
30
- "@graphcommerce/next-ui": "4.16.0"
25
+ "@graphcommerce/magento-cart": "4.6.5",
26
+ "@graphcommerce/magento-customer": "4.9.1",
27
+ "@graphcommerce/magento-product": "4.4.21",
28
+ "@graphcommerce/magento-product-configurable": "4.1.28",
29
+ "@graphcommerce/magento-store": "4.2.23",
30
+ "@graphcommerce/next-ui": "4.17.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@lingui/react": "^3.13.2",