@graphcommerce/magento-cart-checkout 3.0.1 → 3.0.4

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 +103 -95
  2. package/package.json +16 -14
package/CHANGELOG.md CHANGED
@@ -1,14 +1,68 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655) Thanks [@paales](https://github.com/paales)! - All default exports are now named exports internally and all `index.tsx` are renamed to the component name.
8
+
9
+ * [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
10
+
11
+ * Updated dependencies [[`3d63b39f7`](https://github.com/ho-nl/m2-pwa/commit/3d63b39f7e330d1827a32dba782667d7b21adaba), [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655), [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef)]:
12
+ - @graphcommerce/next-ui@4.2.4
13
+ - @graphcommerce/graphql@3.0.4
14
+ - @graphcommerce/image@3.1.1
15
+ - @graphcommerce/magento-cart@4.1.4
16
+ - @graphcommerce/magento-cart-coupon@3.0.5
17
+ - @graphcommerce/magento-cart-items@3.0.5
18
+ - @graphcommerce/magento-customer@4.1.4
19
+ - @graphcommerce/magento-store@4.1.2
20
+ - @graphcommerce/react-hook-form@3.0.4
21
+
22
+ ## 3.0.3
23
+
24
+ ### Patch Changes
25
+
26
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
27
+
28
+ - Updated dependencies [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96), [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20), [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d), [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
29
+ - @graphcommerce/graphql@3.0.3
30
+ - @graphcommerce/image@3.1.0
31
+ - @graphcommerce/magento-cart@4.1.2
32
+ - @graphcommerce/magento-cart-coupon@3.0.3
33
+ - @graphcommerce/magento-cart-items@3.0.3
34
+ - @graphcommerce/magento-customer@4.1.2
35
+ - @graphcommerce/magento-store@4.0.3
36
+ - @graphcommerce/next-ui@4.1.2
37
+ - @graphcommerce/react-hook-form@3.0.3
38
+
39
+ ## 3.0.2
40
+
41
+ ### Patch Changes
42
+
43
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2) Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from `dependencies` to `peerDependencies`. The result of this is that there will be significantly less duplicate packages in the node_modules folders.
44
+
45
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d) Thanks [@paales](https://github.com/paales)! - Upgraded to [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be implementing [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta) soon.
46
+
47
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the frontend to be able to revalidate pages manually.
48
+
49
+ * Updated dependencies [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7), [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2), [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b), [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275), [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d), [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
50
+ - @graphcommerce/magento-cart@4.1.1
51
+ - @graphcommerce/magento-customer@4.1.1
52
+ - @graphcommerce/next-ui@4.1.1
53
+ - @graphcommerce/react-hook-form@3.0.2
54
+ - @graphcommerce/graphql@3.0.2
55
+ - @graphcommerce/image@3.0.2
56
+ - @graphcommerce/magento-cart-coupon@3.0.2
57
+ - @graphcommerce/magento-cart-items@3.0.2
58
+ - @graphcommerce/magento-store@4.0.2
59
+
3
60
  ## 3.0.1
4
61
 
5
62
  ### Patch Changes
6
63
 
7
- - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
8
- Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
9
- so that the packages link to back to the website and repository
10
- - Updated dependencies
11
- [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
64
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514) Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files, so that the packages link to back to the website and repository
65
+ - Updated dependencies [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
12
66
  - @graphcommerce/graphql@3.0.1
13
67
  - @graphcommerce/image@3.0.1
14
68
  - @graphcommerce/magento-cart@4.0.1
@@ -23,14 +77,11 @@
23
77
 
24
78
  ### Major Changes
25
79
 
26
- - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
27
- [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
28
- Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
80
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258) [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05) Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
29
81
 
30
82
  ### Patch Changes
31
83
 
32
- - Updated dependencies
33
- [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
84
+ - Updated dependencies [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
34
85
  - @graphcommerce/graphql@3.0.0
35
86
  - @graphcommerce/image@3.0.0
36
87
  - @graphcommerce/magento-cart@4.0.0
@@ -41,36 +92,31 @@
41
92
  - @graphcommerce/next-ui@4.0.0
42
93
  - @graphcommerce/react-hook-form@3.0.0
43
94
 
44
- All notable changes to this project will be documented in this file. See
45
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
95
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
46
96
 
47
97
  # [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.106.31...@graphcommerce/magento-cart-checkout@2.107.0) (2021-11-12)
48
98
 
49
99
  ### Features
50
100
 
51
- - added tons of translations
52
- ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
101
+ - added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
53
102
 
54
103
  # [2.106.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.105.3...@graphcommerce/magento-cart-checkout@2.106.0) (2021-10-27)
55
104
 
56
105
  ### Features
57
106
 
58
- - **nextjs:** upgraded to nextjs 12
59
- ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
107
+ - **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
60
108
 
61
109
  # [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.34...@graphcommerce/magento-cart-checkout@2.105.0) (2021-10-21)
62
110
 
63
111
  ### Features
64
112
 
65
- - ability to change shipping address after changing the billing address
66
- ([101f11a](https://github.com/ho-nl/m2-pwa/commit/101f11a6472cd6e72e08152cec961df47411f310))
113
+ - ability to change shipping address after changing the billing address ([101f11a](https://github.com/ho-nl/m2-pwa/commit/101f11a6472cd6e72e08152cec961df47411f310))
67
114
 
68
115
  ## [2.104.13](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.12...@graphcommerce/magento-cart-checkout@2.104.13) (2021-10-04)
69
116
 
70
117
  ### Bug Fixes
71
118
 
72
- - **payment:** payment button does nothing when all values are filled
73
- ([65834c9](https://github.com/ho-nl/m2-pwa/commit/65834c9de4fed71a1f6bbe1af94b2e3541b5bebc))
119
+ - **payment:** payment button does nothing when all values are filled ([65834c9](https://github.com/ho-nl/m2-pwa/commit/65834c9de4fed71a1f6bbe1af94b2e3541b5bebc))
74
120
 
75
121
  ## [2.104.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.0...@graphcommerce/magento-cart-checkout@2.104.1) (2021-09-27)
76
122
 
@@ -80,86 +126,54 @@ All notable changes to this project will be documented in this file. See
80
126
 
81
127
  ### Bug Fixes
82
128
 
83
- - add arrow buttons for summary slider
84
- ([5eb0d85](https://github.com/ho-nl/m2-pwa/commit/5eb0d85546709e4212b55c8ad03ac857cdaf1020))
85
- - Add cart data and summary to payment screen
86
- ([c4d0414](https://github.com/ho-nl/m2-pwa/commit/c4d0414adc15339ba995641945d09a15637d06c9))
87
- - agreements positioning
88
- ([89c2dee](https://github.com/ho-nl/m2-pwa/commit/89c2dee1debeb84c8b2cd9abaac85f03759604c8))
89
- - cart didn't use the AppShellTitle
90
- ([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
91
- - **coupon:** applying coupon doesnt change totals
92
- ([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
93
- - full text link
94
- ([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
95
- - get more info from cartpage
96
- ([7cc9833](https://github.com/ho-nl/m2-pwa/commit/7cc9833af4011704e52ab9f2f91d12890c3c9fd3))
97
- - ignore md files from triggering version updates
98
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
99
- - remove conflicting files
100
- ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
101
- - spelling errors, wrong imports
102
- ([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
103
- - top spacing
104
- ([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
129
+ - add arrow buttons for summary slider ([5eb0d85](https://github.com/ho-nl/m2-pwa/commit/5eb0d85546709e4212b55c8ad03ac857cdaf1020))
130
+ - Add cart data and summary to payment screen ([c4d0414](https://github.com/ho-nl/m2-pwa/commit/c4d0414adc15339ba995641945d09a15637d06c9))
131
+ - agreements positioning ([89c2dee](https://github.com/ho-nl/m2-pwa/commit/89c2dee1debeb84c8b2cd9abaac85f03759604c8))
132
+ - cart didn't use the AppShellTitle ([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
133
+ - **coupon:** applying coupon doesnt change totals ([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
134
+ - full text link ([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
135
+ - get more info from cartpage ([7cc9833](https://github.com/ho-nl/m2-pwa/commit/7cc9833af4011704e52ab9f2f91d12890c3c9fd3))
136
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
137
+ - remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
138
+ - spelling errors, wrong imports ([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
139
+ - top spacing ([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
105
140
 
106
141
  ### Features
107
142
 
108
- - add component for ordersummary
109
- ([aefb456](https://github.com/ho-nl/m2-pwa/commit/aefb4568cc233ef1a8657bd290efbf8fda7b2ffa))
110
- - add page for order succes
111
- ([4179f0b](https://github.com/ho-nl/m2-pwa/commit/4179f0b807e183757a31febfd6ab87eae59a30af))
112
- - **checkout:** checkout agreements checkboxes in checkout
113
- ([a8b4ddb](https://github.com/ho-nl/m2-pwa/commit/a8b4ddb3a9750c2b7ff86cd460e0ff7fc4cc0ad1))
114
- - component to show order summary
115
- ([012bc21](https://github.com/ho-nl/m2-pwa/commit/012bc2140e2a9b5d215b3cf8258e7c7c6bdfa4f8))
116
- - **graphql:** introduced new graphql package that holds all generated files
117
- ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
118
- - **image:** introduced completely rewritten Image component
119
- ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
120
- - next.js 11
121
- ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
122
- - **payment-agreements-form:** checkout agreements checkboxes
123
- ([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
124
- - **playwright:** added new playwright package to enable browser testing
125
- ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
126
- - read checkout policies in sidebar sheet
127
- ([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
128
- - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
129
- [@reachdigital](https://github.com/reachdigital)
130
- ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
131
- - upgraded to nextjs 11
132
- ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
143
+ - add component for ordersummary ([aefb456](https://github.com/ho-nl/m2-pwa/commit/aefb4568cc233ef1a8657bd290efbf8fda7b2ffa))
144
+ - add page for order succes ([4179f0b](https://github.com/ho-nl/m2-pwa/commit/4179f0b807e183757a31febfd6ab87eae59a30af))
145
+ - **checkout:** checkout agreements checkboxes in checkout ([a8b4ddb](https://github.com/ho-nl/m2-pwa/commit/a8b4ddb3a9750c2b7ff86cd460e0ff7fc4cc0ad1))
146
+ - component to show order summary ([012bc21](https://github.com/ho-nl/m2-pwa/commit/012bc2140e2a9b5d215b3cf8258e7c7c6bdfa4f8))
147
+ - **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
148
+ - **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
149
+ - next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
150
+ - **payment-agreements-form:** checkout agreements checkboxes ([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
151
+ - **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
152
+ - read checkout policies in sidebar sheet ([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
153
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
154
+ - upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
133
155
 
134
156
  ### Reverts
135
157
 
136
- - Revert "chore: upgrade @apollo/client"
137
- ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
158
+ - Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
138
159
 
139
160
  # Change Log
140
161
 
141
- All notable changes to this project will be documented in this file. See
142
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
162
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
143
163
 
144
164
  # [2.103.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.102.20...@graphcommerce/magento-cart-checkout@2.103.0) (2021-09-24)
145
165
 
146
166
  ### Bug Fixes
147
167
 
148
- - agreements positioning
149
- ([89c2dee](https://github.com/ho-nl/m2-pwa/commit/89c2dee1debeb84c8b2cd9abaac85f03759604c8))
150
- - full text link
151
- ([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
152
- - top spacing
153
- ([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
168
+ - agreements positioning ([89c2dee](https://github.com/ho-nl/m2-pwa/commit/89c2dee1debeb84c8b2cd9abaac85f03759604c8))
169
+ - full text link ([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
170
+ - top spacing ([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
154
171
 
155
172
  ### Features
156
173
 
157
- - **checkout:** checkout agreements checkboxes in checkout
158
- ([a8b4ddb](https://github.com/ho-nl/m2-pwa/commit/a8b4ddb3a9750c2b7ff86cd460e0ff7fc4cc0ad1))
159
- - **payment-agreements-form:** checkout agreements checkboxes
160
- ([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
161
- - read checkout policies in sidebar sheet
162
- ([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
174
+ - **checkout:** checkout agreements checkboxes in checkout ([a8b4ddb](https://github.com/ho-nl/m2-pwa/commit/a8b4ddb3a9750c2b7ff86cd460e0ff7fc4cc0ad1))
175
+ - **payment-agreements-form:** checkout agreements checkboxes ([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
176
+ - read checkout policies in sidebar sheet ([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
163
177
 
164
178
  ## [2.102.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.102.4...@graphcommerce/magento-cart-checkout@2.102.5) (2021-08-13)
165
179
 
@@ -167,40 +181,34 @@ All notable changes to this project will be documented in this file. See
167
181
 
168
182
  ### Bug Fixes
169
183
 
170
- - cart didn't use the AppShellTitle
171
- ([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
184
+ - cart didn't use the AppShellTitle ([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
172
185
 
173
186
  # [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.101.10...@graphcommerce/magento-cart-checkout@2.102.0) (2021-08-12)
174
187
 
175
188
  ### Features
176
189
 
177
- - upgraded to nextjs 11
178
- ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
190
+ - upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
179
191
 
180
192
  ## [2.101.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.101.8...@graphcommerce/magento-cart-checkout@2.101.9) (2021-08-09)
181
193
 
182
194
  ### Reverts
183
195
 
184
- - Revert "chore: upgrade @apollo/client"
185
- ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
196
+ - Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
186
197
 
187
198
  ## [2.101.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.101.5...@graphcommerce/magento-cart-checkout@2.101.6) (2021-08-04)
188
199
 
189
200
  ### Bug Fixes
190
201
 
191
- - **coupon:** applying coupon doesnt change totals
192
- ([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
202
+ - **coupon:** applying coupon doesnt change totals ([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
193
203
 
194
204
  # [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.100.19...@graphcommerce/magento-cart-checkout@2.101.0) (2021-07-26)
195
205
 
196
206
  ### Features
197
207
 
198
- - **playwright:** added new playwright package to enable browser testing
199
- ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
208
+ - **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
200
209
 
201
210
  ## [2.100.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.100.10...@graphcommerce/magento-cart-checkout@2.100.11) (2021-07-20)
202
211
 
203
212
  ### Bug Fixes
204
213
 
205
- - ignore md files from triggering version updates
206
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
214
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-checkout",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.1",
5
+ "version": "3.0.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,21 +12,23 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.0.1",
16
- "@graphcommerce/prettier-config-pwa": "^4.0.1",
17
- "@graphcommerce/typescript-config-pwa": "^4.0.1",
18
- "@playwright/test": "^1.18.1"
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.5",
16
+ "@graphcommerce/prettier-config-pwa": "^4.0.3",
17
+ "@graphcommerce/typescript-config-pwa": "^4.0.2",
18
+ "@playwright/test": "^1.19.2"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "^3.0.1",
22
- "@graphcommerce/image": "^3.0.1",
23
- "@graphcommerce/magento-cart": "^4.0.1",
24
- "@graphcommerce/magento-cart-coupon": "^3.0.1",
25
- "@graphcommerce/magento-cart-items": "^3.0.1",
26
- "@graphcommerce/magento-customer": "^4.0.1",
27
- "@graphcommerce/magento-store": "^4.0.1",
28
- "@graphcommerce/next-ui": "^4.0.1",
29
- "@graphcommerce/react-hook-form": "^3.0.1",
21
+ "@graphcommerce/graphql": "^3.0.4",
22
+ "@graphcommerce/image": "^3.1.1",
23
+ "@graphcommerce/magento-cart": "^4.1.4",
24
+ "@graphcommerce/magento-cart-coupon": "^3.0.5",
25
+ "@graphcommerce/magento-cart-items": "^3.0.5",
26
+ "@graphcommerce/magento-customer": "^4.1.4",
27
+ "@graphcommerce/magento-store": "^4.1.2",
28
+ "@graphcommerce/next-ui": "^4.2.4",
29
+ "@graphcommerce/react-hook-form": "^3.0.4"
30
+ },
31
+ "peerDependencies": {
30
32
  "@lingui/macro": "^3.13.2",
31
33
  "@mui/material": "^5.4.1",
32
34
  "framer-motion": "^6.2.4",