@graphcommerce/magento-wishlist 9.0.0 → 9.0.1-canary.1

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 +5 -63
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,13 +1,15 @@
1
1
  # @graphcommerce/magento-wishlist
2
2
 
3
- ## 9.0.0
3
+ ## 9.0.1-canary.1
4
4
 
5
- ### Minor Changes
5
+ ## 9.0.0
6
6
 
7
- - [#2209](https://github.com/graphcommerce-org/graphcommerce/pull/2209) [`2872cab`](https://github.com/graphcommerce-org/graphcommerce/commit/2872cabdca9ee4f0378fd411c6a633f71bb92f1f) - Removed `useMediaQuery` from the `<WishlistItemActionCard />` and `<CartItemActionCard />` and replaced it with a new responsive `size` prop. ([@Jessevdpoel](https://github.com/Jessevdpoel))
7
+ ### Major Changes
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - [#2209](https://github.com/graphcommerce-org/graphcommerce/pull/2209) [`2872cab`](https://github.com/graphcommerce-org/graphcommerce/commit/2872cabdca9ee4f0378fd411c6a633f71bb92f1f) - Removed `useMediaQuery` from the `<WishlistItemActionCard />` and `<CartItemActionCard />` and replaced it with a new responsive `size` prop. ([@Jessevdpoel](https://github.com/Jessevdpoel))
12
+
11
13
  - [#2354](https://github.com/graphcommerce-org/graphcommerce/pull/2354) [`811d5e6`](https://github.com/graphcommerce-org/graphcommerce/commit/811d5e60ebafea6c4a0a968fdc366e5e316bc64e) - Contain ripple to wishlist button instead of propagating to product list item ([@bramvanderholst](https://github.com/bramvanderholst))
12
14
 
13
15
  - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
@@ -18,66 +20,6 @@
18
20
 
19
21
  - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`49937fd`](https://github.com/graphcommerce-org/graphcommerce/commit/49937fd765338e25899d427ee4d799fa7978faeb) - Allow changing various props for internal components ([@bramvanderholst](https://github.com/bramvanderholst))
20
22
 
21
- ## 9.0.0-canary.118
22
-
23
- ## 9.0.0-canary.117
24
-
25
- ## 9.0.0-canary.116
26
-
27
- ## 9.0.0-canary.115
28
-
29
- ## 9.0.0-canary.114
30
-
31
- ## 9.0.0-canary.113
32
-
33
- ## 9.0.0-canary.112
34
-
35
- ## 9.0.0-canary.111
36
-
37
- ## 9.0.0-canary.110
38
-
39
- ## 9.0.0-canary.109
40
-
41
- ## 9.0.0-canary.108
42
-
43
- ### Patch Changes
44
-
45
- - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
46
-
47
- - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`49937fd`](https://github.com/graphcommerce-org/graphcommerce/commit/49937fd765338e25899d427ee4d799fa7978faeb) - Allow changing various props for internal components ([@bramvanderholst](https://github.com/bramvanderholst))
48
-
49
- ## 9.0.0-canary.107
50
-
51
- ## 9.0.0-canary.106
52
-
53
- ## 9.0.0-canary.105
54
-
55
- ## 9.0.0-canary.104
56
-
57
- ## 9.0.0-canary.103
58
-
59
- ### Patch Changes
60
-
61
- - [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`8aaca29`](https://github.com/graphcommerce-org/graphcommerce/commit/8aaca29147da4d4a508fb1a00c088d30e2a304cf) - Forward BadgeProps to WishlistFab, CartFab and CustomerFab ([@paales](https://github.com/paales))
62
-
63
- ## 9.0.0-canary.78
64
-
65
- ### Patch Changes
66
-
67
- - [#2354](https://github.com/graphcommerce-org/graphcommerce/pull/2354) [`811d5e6`](https://github.com/graphcommerce-org/graphcommerce/commit/811d5e60ebafea6c4a0a968fdc366e5e316bc64e) - Contain ripple to wishlist button instead of propagating to product list item ([@bramvanderholst](https://github.com/bramvanderholst))
68
-
69
- ## 8.1.0-canary.45
70
-
71
- ### Patch Changes
72
-
73
- - [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`02c98e2`](https://github.com/graphcommerce-org/graphcommerce/commit/02c98e217a42fe2258acfad40be577e4a9109345) - Add to wishlist message missed the product name ([@paales](https://github.com/paales))
74
-
75
- ## 8.1.0-canary.17
76
-
77
- ### Minor Changes
78
-
79
- - [#2209](https://github.com/graphcommerce-org/graphcommerce/pull/2209) [`2872cab`](https://github.com/graphcommerce-org/graphcommerce/commit/2872cabdca9ee4f0378fd411c6a633f71bb92f1f) - Removed useMediaQuery from the wishlist and cart ItemActionCard and replaced it with a new responsive size prop. ([@Jessevdpoel](https://github.com/Jessevdpoel))
80
-
81
23
  ## 8.0.3
82
24
 
83
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-wishlist",
3
- "version": "9.0.0",
3
+ "version": "9.0.1-canary.1",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -13,20 +13,20 @@
13
13
  }
14
14
  },
15
15
  "peerDependencies": {
16
- "@graphcommerce/ecommerce-ui": "^9.0.0",
17
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
18
- "@graphcommerce/graphql": "^9.0.0",
19
- "@graphcommerce/graphql-mesh": "^9.0.0",
20
- "@graphcommerce/image": "^9.0.0",
21
- "@graphcommerce/magento-cart": "^9.0.0",
22
- "@graphcommerce/magento-customer": "^9.0.0",
23
- "@graphcommerce/magento-product": "^9.0.0",
24
- "@graphcommerce/magento-product-configurable": "^9.0.0",
25
- "@graphcommerce/magento-store": "^9.0.0",
26
- "@graphcommerce/next-config": "^9.0.0",
27
- "@graphcommerce/next-ui": "^9.0.0",
28
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
29
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
16
+ "@graphcommerce/ecommerce-ui": "^9.0.1-canary.1",
17
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
18
+ "@graphcommerce/graphql": "^9.0.1-canary.1",
19
+ "@graphcommerce/graphql-mesh": "^9.0.1-canary.1",
20
+ "@graphcommerce/image": "^9.0.1-canary.1",
21
+ "@graphcommerce/magento-cart": "^9.0.1-canary.1",
22
+ "@graphcommerce/magento-customer": "^9.0.1-canary.1",
23
+ "@graphcommerce/magento-product": "^9.0.1-canary.1",
24
+ "@graphcommerce/magento-product-configurable": "^9.0.1-canary.1",
25
+ "@graphcommerce/magento-store": "^9.0.1-canary.1",
26
+ "@graphcommerce/next-config": "^9.0.1-canary.1",
27
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
28
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
29
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
30
30
  "@lingui/core": "^4.2.1",
31
31
  "@lingui/macro": "^4.2.1",
32
32
  "@lingui/react": "^4.2.1",