@graphcommerce/misc 10.0.0-canary.72 → 10.0.1-canary.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 +16 -168
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,58 +1,18 @@
1
1
  # @graphcommerce/misc
2
2
 
3
- ## 10.0.0-canary.72
3
+ ## 10.0.1-canary.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [`74462d5`](https://github.com/graphcommerce-org/graphcommerce/commit/74462d57fc86e5d172e2d337cdb9747c63c1b094) - Bump 2 ([@paales](https://github.com/paales))
8
-
9
- ## 10.0.0-canary.71
10
-
11
- ### Patch Changes
12
-
13
- - [`d1f1043`](https://github.com/graphcommerce-org/graphcommerce/commit/d1f1043b5949cb344ab44ab4e7ec566ed31d747b) - Bump versions ([@paales](https://github.com/paales))
14
-
15
- ## 10.0.0-canary.70
7
+ - [#2569](https://github.com/graphcommerce-org/graphcommerce/pull/2569) [`f76edb7`](https://github.com/graphcommerce-org/graphcommerce/commit/f76edb73e7ea172a4f1596e91a76dc7b38ca35ee) - Fix issue with container sizing of breadcrumb ([@paales](https://github.com/paales))
16
8
 
17
- ## 10.0.0-canary.69
9
+ - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`6277f34`](https://github.com/graphcommerce-org/graphcommerce/commit/6277f3417d56f3b6728787d5a4529d801b228a0c) - Solve issue where reactCompiler was enabled but the babel package wasn't installed and thus erroring. ([@paales](https://github.com/paales))
18
10
 
19
- ## 10.0.0-canary.68
11
+ - [#2569](https://github.com/graphcommerce-org/graphcommerce/pull/2569) [`93e4c12`](https://github.com/graphcommerce-org/graphcommerce/commit/93e4c1246967c8cdb46f7cd719a87db336b895ab) - Docs ([@paales](https://github.com/paales))
20
12
 
21
- ## 10.0.0-canary.67
13
+ - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`71e2bcc`](https://github.com/graphcommerce-org/graphcommerce/commit/71e2bcc86db52b937b629f8f0a4defef107ff973) - Peer dependency issues ([@paales](https://github.com/paales))
22
14
 
23
- ## 10.0.0-canary.66
24
-
25
- ## 10.0.0-canary.65
26
-
27
- ## 10.0.0-canary.64
28
-
29
- ## 10.0.0-canary.63
30
-
31
- ## 10.0.0-canary.62
32
-
33
- ## 10.0.0-canary.61
34
-
35
- ## 10.0.0-canary.60
36
-
37
- ### Patch Changes
38
-
39
- - [#2556](https://github.com/graphcommerce-org/graphcommerce/pull/2556) [`4aa6c92`](https://github.com/graphcommerce-org/graphcommerce/commit/4aa6c9284cdc6a43abe1ba8173ad4840e0e808fc) - Bump next from 16.0.6 to 16.0.7 ([@dependabot](https://github.com/apps/dependabot))
40
-
41
- ## 10.0.0-canary.59
42
-
43
- ### Patch Changes
44
-
45
- - [`f498226`](https://github.com/graphcommerce-org/graphcommerce/commit/f4982262289bf525da7b102d44fb9c1f06367edb) - Solve issue where the translations weren't loaded when only using graphqlSharedClient instead of graphqlSsrClient. ([@paales](https://github.com/paales))
46
-
47
- ## 10.0.0-canary.58
48
-
49
- ## 10.0.0-canary.57
50
-
51
- ### Patch Changes
52
-
53
- - [`261a462`](https://github.com/graphcommerce-org/graphcommerce/commit/261a462fca6212bb2a76f62cb38fd09f2d0cc82e) - bump version ([@paales](https://github.com/paales))
54
-
55
- ## 10.0.0-canary.56
15
+ ## 10.0.0
56
16
 
57
17
  ### Major Changes
58
18
 
@@ -132,147 +92,35 @@
132
92
  - `@mui/*` modern alias rewrites
133
93
  - Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
134
94
 
135
- ## 9.1.0-canary.55
136
-
137
95
  ### Patch Changes
138
96
 
97
+ - [`74462d5`](https://github.com/graphcommerce-org/graphcommerce/commit/74462d57fc86e5d172e2d337cdb9747c63c1b094) - Bump 2 ([@paales](https://github.com/paales))
98
+
139
99
  - [#2539](https://github.com/graphcommerce-org/graphcommerce/pull/2539) [`22094bd`](https://github.com/graphcommerce-org/graphcommerce/commit/22094bd1724bf7917373200501217653bb588f5f) - Solve a version-skew problem where certain JS files weren't properly cached by the Service Worker, but the page was cached. The moment a user wanted to load the page the JS files would not exist and result in a 404. This in turn caused the the frontend to be broken until the page was reloaded.
140
100
 
141
101
  The cause is that if the prefetch requests fail, other prefetch requests are not made anymore. And since the js file wasn't cached by other buckets, it would result in a 404. ([@paales](https://github.com/paales))
142
102
 
143
- ## 9.1.0-canary.54
144
-
145
- ## 9.1.0-canary.53
146
-
147
- ## 9.1.0-canary.52
148
-
149
- ## 9.1.0-canary.51
150
-
151
- ## 9.1.0-canary.50
152
-
153
- ## 9.1.0-canary.49
154
-
155
- ## 9.1.0-canary.48
156
-
157
- ## 9.1.0-canary.47
158
-
159
- ## 9.1.0-canary.46
160
-
161
- ## 9.1.0-canary.45
162
-
163
- ## 9.1.0-canary.44
164
-
165
- ## 9.1.0-canary.43
166
-
167
- ## 9.1.0-canary.42
168
-
169
- ## 9.1.0-canary.41
170
-
171
- ## 9.1.0-canary.40
172
-
173
- ## 9.1.0-canary.39
174
-
175
- ## 9.1.0-canary.38
176
-
177
- ## 9.1.0-canary.37
178
-
179
- ## 9.1.0-canary.36
180
-
181
- ## 9.1.0-canary.35
182
-
183
- ## 9.1.0-canary.34
184
-
185
- ## 9.1.0-canary.33
186
-
187
- ## 9.1.0-canary.32
188
-
189
- ## 9.1.0-canary.31
190
-
191
- ## 9.1.0-canary.30
192
-
193
- ## 9.1.0-canary.29
194
-
195
- ## 9.1.0-canary.28
196
-
197
- ## 9.1.0-canary.27
198
-
199
- ## 9.1.0-canary.26
200
-
201
- ## 9.1.0-canary.25
202
-
203
- ## 9.1.0-canary.24
204
-
205
- ## 9.1.0-canary.23
206
-
207
- ## 9.1.0-canary.22
208
-
209
- ## 9.1.0-canary.21
210
-
211
- ## 9.1.0-canary.20
212
-
213
- ## 9.1.0-canary.19
214
-
215
- ### Patch Changes
216
-
217
- - [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`39058be`](https://github.com/graphcommerce-org/graphcommerce/commit/39058bef14622082ab5e327f13b5a52079c92622) - Support for Magento logo and Magento copyright notice in footer ([@paales](https://github.com/paales))
218
-
219
- ## 9.1.0-canary.18
220
-
221
- ## 9.1.0-canary.17
222
-
223
- ## 9.1.0-canary.16
224
-
225
- ## 9.1.0-canary.15
226
-
227
- ### Patch Changes
228
-
229
103
  - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`cff4172`](https://github.com/graphcommerce-org/graphcommerce/commit/cff417226b70fe84023afbe236fa61660ac2ceea) - When the added product can't be found, make sure to render just 'Product' instead of an empty string and show a cart icon instead of a placeholder. ([@paales](https://github.com/paales))
230
104
 
231
- - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`7fbdfd5`](https://github.com/graphcommerce-org/graphcommerce/commit/7fbdfd5cd0d11c6f7a11634891ec66f47d074e5a) - Make sure the maxWidth of the newsletter subscribe box is sm instead of ms, making it too wide. ([@paales](https://github.com/paales))
232
-
233
- ## 9.0.4-canary.14
234
-
235
- ## 9.0.4-canary.13
236
-
237
- ## 9.0.4-canary.12
238
-
239
- ### Patch Changes
240
-
241
- - [#2492](https://github.com/graphcommerce-org/graphcommerce/pull/2492) [`2d41445`](https://github.com/graphcommerce-org/graphcommerce/commit/2d414456a827c778db390306a7c174a0b8f16ba1) - Solve issue where the category and search page would rerender on pageload because the mask value would flip from true to false ([@paales](https://github.com/paales))
242
-
243
- ## 9.0.4-canary.11
105
+ - [`d1f1043`](https://github.com/graphcommerce-org/graphcommerce/commit/d1f1043b5949cb344ab44ab4e7ec566ed31d747b) - Bump versions ([@paales](https://github.com/paales))
244
106
 
245
- ## 9.0.4-canary.10
107
+ - [`f498226`](https://github.com/graphcommerce-org/graphcommerce/commit/f4982262289bf525da7b102d44fb9c1f06367edb) - Solve issue where the translations weren't loaded when only using graphqlSharedClient instead of graphqlSsrClient. ([@paales](https://github.com/paales))
246
108
 
247
- ### Patch Changes
109
+ - [#2478](https://github.com/graphcommerce-org/graphcommerce/pull/2478) [`16a3b73`](https://github.com/graphcommerce-org/graphcommerce/commit/16a3b73af173695605a0e8dfaa57777391e8b99d) - Solve issue where the performanceLink was only activated during production while it should have been during development. ([@paales](https://github.com/paales))
248
110
 
249
111
  - [#2487](https://github.com/graphcommerce-org/graphcommerce/pull/2487) [`af04d45`](https://github.com/graphcommerce-org/graphcommerce/commit/af04d45d51bdb1b7f0221a96dc0867234a581cc8) - Added missing WebWorker tsconfig for magento-open-source example ([@paales](https://github.com/paales))
250
112
 
251
- ## 9.0.4-canary.9
252
-
253
- ## 9.0.4-canary.8
254
-
255
- ## 9.0.4-canary.7
113
+ - [#2556](https://github.com/graphcommerce-org/graphcommerce/pull/2556) [`4aa6c92`](https://github.com/graphcommerce-org/graphcommerce/commit/4aa6c9284cdc6a43abe1ba8173ad4840e0e808fc) - Bump next from 16.0.6 to 16.0.7 ([@dependabot](https://github.com/apps/dependabot))
256
114
 
257
- ## 9.0.4-canary.6
115
+ - [`261a462`](https://github.com/graphcommerce-org/graphcommerce/commit/261a462fca6212bb2a76f62cb38fd09f2d0cc82e) - bump version ([@paales](https://github.com/paales))
258
116
 
259
- ### Patch Changes
117
+ - [#2492](https://github.com/graphcommerce-org/graphcommerce/pull/2492) [`2d41445`](https://github.com/graphcommerce-org/graphcommerce/commit/2d414456a827c778db390306a7c174a0b8f16ba1) - Solve issue where the category and search page would rerender on pageload because the mask value would flip from true to false ([@paales](https://github.com/paales))
260
118
 
261
- - [#2478](https://github.com/graphcommerce-org/graphcommerce/pull/2478) [`16a3b73`](https://github.com/graphcommerce-org/graphcommerce/commit/16a3b73af173695605a0e8dfaa57777391e8b99d) - Solve issue where the performanceLink was only activated during production while it should have been during development. ([@paales](https://github.com/paales))
119
+ - [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`39058be`](https://github.com/graphcommerce-org/graphcommerce/commit/39058bef14622082ab5e327f13b5a52079c92622) - Support for Magento logo and Magento copyright notice in footer ([@paales](https://github.com/paales))
262
120
 
263
121
  - [#2478](https://github.com/graphcommerce-org/graphcommerce/pull/2478) [`87df248`](https://github.com/graphcommerce-org/graphcommerce/commit/87df248a7154eed415da935d33f3cc6e48159ec9) - Solve issue where plurals weren't properly defined ([@paales](https://github.com/paales))
264
122
 
265
- ## 9.0.4-canary.5
266
-
267
- ## 9.0.4-canary.4
268
-
269
- ## 9.0.4-canary.3
270
-
271
- ## 9.0.4-canary.2
272
-
273
- ## 9.0.4-canary.1
274
-
275
- ## 9.0.4-canary.0
123
+ - [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`7fbdfd5`](https://github.com/graphcommerce-org/graphcommerce/commit/7fbdfd5cd0d11c6f7a11634891ec66f47d074e5a) - Make sure the maxWidth of the newsletter subscribe box is sm instead of ms, making it too wide. ([@paales](https://github.com/paales))
276
124
 
277
125
  ## 9.0.2
278
126
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/misc",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.0-canary.72",
5
+ "version": "10.0.1-canary.0",
6
6
  "exports": {
7
7
  ".": "./index.ts"
8
8
  }