@servicetitan/confirm 23.0.1 → 23.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/confirm",
3
- "version": "23.0.1",
3
+ "version": "23.0.2",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/confirm",
6
6
  "repository": {
@@ -33,5 +33,5 @@
33
33
  "cli": {
34
34
  "webpack": false
35
35
  },
36
- "gitHead": "4387cde88bad7da178f3a7ad846b941170c5c874"
36
+ "gitHead": "0a6802248be2831db36e11a6fc156676521a324b"
37
37
  }
@@ -8,7 +8,7 @@ import {
8
8
  ToggleableExample,
9
9
  YesNoExample,
10
10
  CustomExample,
11
- } from '../dist/demo';
11
+ } from './demo';
12
12
 
13
13
  export default {
14
14
  title: 'Confirm/Demos',
package/CHANGELOG.md DELETED
@@ -1,496 +0,0 @@
1
- # v23.0.0 (Fri Sep 09 2022)
2
-
3
- #### 💥 Breaking Change
4
-
5
- - DS-1141: Updating dependencies for design-system, tokens, formstate, etc [#150](https://github.com/servicetitan/anvil-uikit-contrib/pull/150) ([@rgdelato](https://github.com/rgdelato))
6
-
7
- #### Authors: 1
8
-
9
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
10
-
11
- ---
12
-
13
- # v22.5.0 (Wed Aug 31 2022)
14
-
15
- :tada: This release contains work from a new contributor! :tada:
16
-
17
- Thank you, ilya Andreyev ([@ilyaandreyev](https://github.com/ilyaandreyev)), for all your work!
18
-
19
- #### 🏠 Internal
20
-
21
- - FAR-981: Moving examples to contrib storybook [#133](https://github.com/servicetitan/anvil-uikit-contrib/pull/133) ([@rgdelato](https://github.com/rgdelato))
22
-
23
- #### Authors: 1
24
-
25
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
26
-
27
- ---
28
-
29
- # v22.0.1 (Tue Jun 21 2022)
30
-
31
- #### 🐛 Bug Fix
32
-
33
- - FAR-823: Migrating uikit components [#106](https://github.com/servicetitan/anvil-uikit-contrib/pull/106) ([@rgdelato](https://github.com/rgdelato) github-actions@github.com)
34
-
35
- #### Authors: 2
36
-
37
- - github-actions (github-actions@github.com)
38
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
39
-
40
- ---
41
-
42
- # v21.6.0 (Mon May 09 2022)
43
-
44
- ### Release Notes
45
-
46
- #### Bump @servicetitan packages from 11.5.1 to 11.6.0 ([#1439](https://github.com/servicetitan/uikit/pull/1439))
47
-
48
- #### Font Update: Bold Sofia to use the real bold instead of medium ([#2430](https://github.com/servicetitan/anvil/pull/2430))
49
-
50
- To solve inconsistency/mismatch of weight definition on web implementation, using `font-weight: bold;` use to default to `600` which is not the norm and has bug report about it from devs, we are changing `bold` to be true bold which is `700`. From UX standpoint this is also solving visual hierarchy issue when Sofia Pro Medium and Nunito Sans Regular were not distinctive enough when they are similar in size.
51
-
52
- More info here: https://www.figma.com/file/LZ56wcBF6xF2HpWx1MiNuq/Font-style-update?node-id=217%3A126
53
-
54
- ---
55
-
56
- #### 🚀 Enhancement
57
-
58
- - Time Picker to support 24-hour format [#2434](https://github.com/servicetitan/anvil/pull/2434) ([@yakunins](https://github.com/yakunins))
59
- - Adds Drag and Drop Icon [#2443](https://github.com/servicetitan/anvil/pull/2443) ([@jpex](https://github.com/jpex))
60
- - InlineEdit: Show truncated items as the title for the `+X` tag [#2439](https://github.com/servicetitan/anvil/pull/2439) ([@tounsoo](https://github.com/tounsoo))
61
- - AnvilSelect Drillin Footer needs custom className [#2433](https://github.com/servicetitan/anvil/pull/2433) ([@blalond](https://github.com/blalond))
62
-
63
- #### 💅 Visual Update
64
-
65
- - Font Update: Bold Sofia to use the real bold instead of medium [#2430](https://github.com/servicetitan/anvil/pull/2430) ([@tounsoo](https://github.com/tounsoo))
66
- - Filter Button: fix filter button wrapping weird in small space [#2436](https://github.com/servicetitan/anvil/pull/2436) ([@tounsoo](https://github.com/tounsoo))
67
- - ActionMenu: icon color to work with theme variables [#2435](https://github.com/servicetitan/anvil/pull/2435) ([@tounsoo](https://github.com/tounsoo))
68
- - Tag: Update subtle default text and icon color to work with dark mode [#2425](https://github.com/servicetitan/anvil/pull/2425) ([@tounsoo](https://github.com/tounsoo))
69
-
70
- #### 📝 Documentation
71
-
72
- - Table: showcase right-aligned column [#2441](https://github.com/servicetitan/anvil/pull/2441) ([@yakunins](https://github.com/yakunins))
73
- - Gatsby: infinite resizing loop at Filter Button All Filter example [#2438](https://github.com/servicetitan/anvil/pull/2438) ([@yakunins](https://github.com/yakunins))
74
- - Some examples in docs to be properly rendered in Codesandbox [#2429](https://github.com/servicetitan/anvil/pull/2429) ([@yakunins](https://github.com/yakunins))
75
- - Gatsby: update theming information [#2428](https://github.com/servicetitan/anvil/pull/2428) ([@tounsoo](https://github.com/tounsoo))
76
-
77
- #### 🐛 Bug Fix
78
-
79
- - DS-877: Updating onChange return values for "Select All/None" [#2332](https://github.com/servicetitan/anvil/pull/2332) ([@rgdelato](https://github.com/rgdelato))
80
-
81
- #### 🏠 Internal
82
-
83
- - Updating .nvmrc file to Node 16 [#2437](https://github.com/servicetitan/anvil/pull/2437) ([@rgdelato](https://github.com/rgdelato))
84
- - DS-619: Adding kendo license file to root directory [#2440](https://github.com/servicetitan/anvil/pull/2440) ([@rgdelato](https://github.com/rgdelato))
85
- - DS-995: Removing react-window dep from design-system package [#2432](https://github.com/servicetitan/anvil/pull/2432) ([@rgdelato](https://github.com/rgdelato))
86
- - ButtonGroup: ThemeProvider compatibility [#2366](https://github.com/servicetitan/anvil/pull/2366) ([@tounsoo](https://github.com/tounsoo))
87
- - Cleaner theme var method [#2431](https://github.com/servicetitan/anvil/pull/2431) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
88
-
89
- #### ⚠️ Pushed to `master`
90
-
91
- - Merge branch 'master' of github.com:servicetitan/anvil ([@tounsoo](https://github.com/tounsoo))
92
-
93
- #### 📝 Dependencies
94
-
95
- - Bump moment from 2.29.1 to 2.29.2 in /packages/design-system [#2426](https://github.com/servicetitan/anvil/pull/2426) ([@dependabot[bot]](https://github.com/dependabot[bot]))
96
-
97
- #### Authors: 6
98
-
99
- - [@dependabot[bot]](https://github.com/dependabot[bot])
100
- - Ben Ho ([@tounsoo](https://github.com/tounsoo))
101
- - Brian LaLonde ([@blalond](https://github.com/blalond))
102
- - James C ([@jpex](https://github.com/jpex))
103
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
104
- - Sergey Yakunin ([@yakunins](https://github.com/yakunins))
105
-
106
- </blockquote>
107
- </details>
108
-
109
- <em><code>servicetitan/anvil</code>'s top-level, root <a href="https://github.com/servicetitan/anvil/blob/v11.6.0/CHANGELOG.md">CHANGELOG.md</a></em>
110
-
111
- ---
112
-
113
- #### 🔩 Dependency Updates
114
-
115
- - Bump @servicetitan packages from 11.5.1 to 11.6.0 [#1439](https://github.com/servicetitan/uikit/pull/1439) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
116
-
117
- #### Authors: 2
118
-
119
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
120
- - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
121
-
122
- ---
123
-
124
- # v21.5.0 (Thu Apr 28 2022)
125
-
126
- #### 🔩 Dependency Updates
127
-
128
- - Bump @servicetitan packages from 11.5.0 to 11.5.1 [#1410](https://github.com/servicetitan/uikit/pull/1410) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
129
-
130
- #### Authors: 2
131
-
132
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
133
- - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
134
-
135
- ---
136
-
137
- # v21.4.1 (Wed Apr 06 2022)
138
-
139
- #### 🔩 Dependency Updates
140
-
141
- - Bump @servicetitan packages from 11.4.2 to 11.5.0 [#1396](https://github.com/servicetitan/uikit/pull/1396) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
142
-
143
- #### Authors: 2
144
-
145
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
146
- - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
147
-
148
- ---
149
-
150
- # v21.3.0 (Mon Mar 21 2022)
151
-
152
- #### 🔩 Dependency Updates
153
-
154
- - Bump @servicetitan packages from 11.4.1 to 11.4.2 [#1371](https://github.com/servicetitan/uikit/pull/1371) ([@rgdelato](https://github.com/rgdelato))
155
-
156
- #### Authors: 1
157
-
158
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
159
-
160
- ---
161
-
162
- # v21.0.0 (Tue Mar 15 2022)
163
-
164
- #### 🐛 Bug Fix
165
-
166
- - Notifications: fix compatibility with anvil 11.4.0 [#1361](https://github.com/servicetitan/uikit/pull/1361) ([@kanoshin](https://github.com/kanoshin))
167
-
168
- #### Authors: 1
169
-
170
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
171
-
172
- ---
173
-
174
- # v20.2.0 (Tue Mar 01 2022)
175
-
176
- #### 🔩 Dependency Updates
177
-
178
- - Bump @servicetitan packages from 11.3.0 to 11.3.1 [#1317](https://github.com/servicetitan/uikit/pull/1317) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
179
- - Bump @servicetitan packages from 11.2.0 to 11.3.0 [#1315](https://github.com/servicetitan/uikit/pull/1315) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
180
-
181
- #### Authors: 2
182
-
183
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
184
- - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
185
-
186
- ---
187
-
188
- # v20.1.0 (Thu Jan 27 2022)
189
-
190
- :tada: This release contains work from a new contributor! :tada:
191
-
192
- Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
193
-
194
- #### 🚀 Enhancement
195
-
196
- - Bump @servicetitan packages from 11.1.1 to 11.2.0 [#1285](https://github.com/servicetitan/uikit/pull/1285) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
197
-
198
- #### 🐛 Bug Fix
199
-
200
- - Bump @servicetitan packages from 11.1.0 to 11.1.1 [#1264](https://github.com/servicetitan/uikit/pull/1264) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
201
-
202
- #### ⚠️ Pushed to `master`
203
-
204
- - Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
205
-
206
- #### Authors: 2
207
-
208
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
209
- - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
210
-
211
- ---
212
-
213
- # v20.0.0 (Thu Jan 13 2022)
214
-
215
- #### 💥 Breaking Change
216
-
217
- - Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
218
-
219
- #### Authors: 1
220
-
221
- - Denis Gordeev ([@xarety](https://github.com/xarety))
222
-
223
- ---
224
-
225
- # v19.4.0 (Mon Jan 10 2022)
226
-
227
- #### 🔩 Dependency Updates
228
-
229
- - Bump @types/react from 17.0.37 to 17.0.38 [#1209](https://github.com/servicetitan/uikit/pull/1209) ([@dependabot[bot]](https://github.com/dependabot[bot]))
230
-
231
- #### Authors: 1
232
-
233
- - [@dependabot[bot]](https://github.com/dependabot[bot])
234
-
235
- ---
236
-
237
- # v19.2.0 (Wed Dec 15 2021)
238
-
239
- #### 🔩 Dependency Updates
240
-
241
- - Bump @types/react from 17.0.36 to 17.0.37 [#1129](https://github.com/servicetitan/uikit/pull/1129) ([@dependabot[bot]](https://github.com/dependabot[bot]))
242
-
243
- #### Authors: 1
244
-
245
- - [@dependabot[bot]](https://github.com/dependabot[bot])
246
-
247
- ---
248
-
249
- # v19.1.0 (Wed Dec 08 2021)
250
-
251
- #### 🔩 Dependency Updates
252
-
253
- - Bump @types/react from 17.0.35 to 17.0.36 [#1113](https://github.com/servicetitan/uikit/pull/1113) ([@dependabot[bot]](https://github.com/dependabot[bot]))
254
-
255
- #### Authors: 1
256
-
257
- - [@dependabot[bot]](https://github.com/dependabot[bot])
258
-
259
- ---
260
-
261
- # v19.0.0 (Wed Nov 24 2021)
262
-
263
- #### 🔩 Dependency Updates
264
-
265
- - Bump @types/react from 17.0.34 to 17.0.35 [#1089](https://github.com/servicetitan/uikit/pull/1089) ([@dependabot[bot]](https://github.com/dependabot[bot]))
266
-
267
- #### Authors: 1
268
-
269
- - [@dependabot[bot]](https://github.com/dependabot[bot])
270
-
271
- ---
272
-
273
- # v18.1.0 (Wed Nov 17 2021)
274
-
275
- #### 🔩 Dependency Updates
276
-
277
- - Bump @types/react from 17.0.33 to 17.0.34 [#1063](https://github.com/servicetitan/uikit/pull/1063) ([@dependabot[bot]](https://github.com/dependabot[bot]))
278
-
279
- #### Authors: 1
280
-
281
- - [@dependabot[bot]](https://github.com/dependabot[bot])
282
-
283
- ---
284
-
285
- # v18.0.0 (Mon Nov 15 2021)
286
-
287
- #### 💥 Breaking Change
288
-
289
- - Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
290
-
291
- #### Authors: 1
292
-
293
- - Denis Gordeev ([@xarety](https://github.com/xarety))
294
-
295
- ---
296
-
297
- # v17.3.1 (Wed Nov 03 2021)
298
-
299
- #### 🔩 Dependency Updates
300
-
301
- - Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
302
-
303
- #### Authors: 1
304
-
305
- - Denis Gordeev ([@xarety](https://github.com/xarety))
306
-
307
- ---
308
-
309
- # v17.2.1 (Tue Oct 26 2021)
310
-
311
- #### 🔩 Dependency Updates
312
-
313
- - Bump @types/react from 17.0.32 to 17.0.33 [#1041](https://github.com/servicetitan/uikit/pull/1041) ([@dependabot[bot]](https://github.com/dependabot[bot]))
314
- - Bump @types/react from 17.0.30 to 17.0.32 [#1033](https://github.com/servicetitan/uikit/pull/1033) ([@dependabot[bot]](https://github.com/dependabot[bot]))
315
- - Bump @types/react from 17.0.27 to 17.0.30 [#996](https://github.com/servicetitan/uikit/pull/996) ([@dependabot[bot]](https://github.com/dependabot[bot]))
316
-
317
- #### Authors: 1
318
-
319
- - [@dependabot[bot]](https://github.com/dependabot[bot])
320
-
321
- ---
322
-
323
- # v17.1.1 (Tue Oct 05 2021)
324
-
325
- #### 🔩 Dependency Updates
326
-
327
- - Bump @types/react from 17.0.26 to 17.0.27 [#949](https://github.com/servicetitan/uikit/pull/949) ([@dependabot[bot]](https://github.com/dependabot[bot]))
328
-
329
- #### Authors: 1
330
-
331
- - [@dependabot[bot]](https://github.com/dependabot[bot])
332
-
333
- ---
334
-
335
- # v17.1.0 (Sat Oct 02 2021)
336
-
337
- #### 🔩 Dependency Updates
338
-
339
- - Bump @types/react from 17.0.25 to 17.0.26 [#940](https://github.com/servicetitan/uikit/pull/940) ([@dependabot[bot]](https://github.com/dependabot[bot]))
340
-
341
- #### Authors: 1
342
-
343
- - [@dependabot[bot]](https://github.com/dependabot[bot])
344
-
345
- ---
346
-
347
- # v17.0.0 (Thu Sep 30 2021)
348
-
349
- #### 🔩 Dependency Updates
350
-
351
- - Bump @servicetitan/design-system from 10.2.1 to 10.3.3 [#935](https://github.com/servicetitan/uikit/pull/935) ([@xarety](https://github.com/xarety))
352
-
353
- #### Authors: 1
354
-
355
- - Denis Gordeev ([@xarety](https://github.com/xarety))
356
-
357
- ---
358
-
359
- # v16.0.0 (Fri Sep 24 2021)
360
-
361
- #### 🔩 Dependency Updates
362
-
363
- - Bump @types/react from 17.0.21 to 17.0.24 [#897](https://github.com/servicetitan/uikit/pull/897) ([@dependabot[bot]](https://github.com/dependabot[bot]))
364
- - Bump @types/react from 17.0.20 to 17.0.21 [#860](https://github.com/servicetitan/uikit/pull/860) ([@dependabot[bot]](https://github.com/dependabot[bot]))
365
- - Bump @servicetitan/design-system from 10.1.0 to 10.2.1 [#858](https://github.com/servicetitan/uikit/pull/858) ([@xarety](https://github.com/xarety))
366
- - Bump @types/react from 17.0.19 to 17.0.20 [#817](https://github.com/servicetitan/uikit/pull/817) ([@dependabot[bot]](https://github.com/dependabot[bot]))
367
-
368
- #### Authors: 2
369
-
370
- - [@dependabot[bot]](https://github.com/dependabot[bot])
371
- - Denis Gordeev ([@xarety](https://github.com/xarety))
372
-
373
- ---
374
-
375
- # v14.3.0 (Mon Aug 23 2021)
376
-
377
- #### 🐛 Bug Fix
378
-
379
- - Confirm, Confirm navigation: closable property is deprecated [#744](https://github.com/servicetitan/uikit/pull/744) ([@da1z](https://github.com/da1z) [@xarety](https://github.com/xarety))
380
-
381
- #### 🔩 Dependency Updates
382
-
383
- - Bump @types/react from 17.0.18 to 17.0.19 [#768](https://github.com/servicetitan/uikit/pull/768) ([@dependabot[bot]](https://github.com/dependabot[bot]))
384
- - Bump @types/react from 17.0.17 to 17.0.18 [#760](https://github.com/servicetitan/uikit/pull/760) ([@dependabot[bot]](https://github.com/dependabot[bot]))
385
- - Bump @types/react from 17.0.16 to 17.0.17 [#747](https://github.com/servicetitan/uikit/pull/747) ([@dependabot[bot]](https://github.com/dependabot[bot]))
386
-
387
- #### Authors: 3
388
-
389
- - [@dependabot[bot]](https://github.com/dependabot[bot])
390
- - Denis Gordeev ([@xarety](https://github.com/xarety))
391
- - Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
392
-
393
- ---
394
-
395
- # v14.2.0 (Fri Aug 06 2021)
396
-
397
- #### 🐛 Bug Fix
398
-
399
- - Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
400
-
401
- #### 🔩 Dependency Updates
402
-
403
- - Bump @types/react from 17.0.15 to 17.0.16 [#728](https://github.com/servicetitan/uikit/pull/728) ([@dependabot[bot]](https://github.com/dependabot[bot]))
404
-
405
- #### Authors: 2
406
-
407
- - [@dependabot[bot]](https://github.com/dependabot[bot])
408
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
409
-
410
- ---
411
-
412
- # v14.1.1 (Thu Aug 05 2021)
413
-
414
- #### 🔩 Dependency Updates
415
-
416
- - Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
417
-
418
- #### Authors: 2
419
-
420
- - Denis Gordeev ([@xarety](https://github.com/xarety))
421
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
422
-
423
- ---
424
-
425
- # v14.1.0 (Fri Jul 30 2021)
426
-
427
- #### 🚀 Enhancement
428
-
429
- - Confirm: added props drilling to DefaultConfirmation [#701](https://github.com/servicetitan/uikit/pull/701) ([@da1z](https://github.com/da1z) [@xarety](https://github.com/xarety))
430
-
431
- #### 🔩 Dependency Updates
432
-
433
- - Bump @types/react from 17.0.9 to 17.0.14 [#652](https://github.com/servicetitan/uikit/pull/652) ([@dependabot[bot]](https://github.com/dependabot[bot]))
434
-
435
- #### Authors: 3
436
-
437
- - [@dependabot[bot]](https://github.com/dependabot[bot])
438
- - Denis Gordeev ([@xarety](https://github.com/xarety))
439
- - Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
440
-
441
- ---
442
-
443
- # v14.0.0 (Fri Jul 23 2021)
444
-
445
- #### 💥 Breaking Change
446
-
447
- - Updating React 17 and react-jsx transform [#620](https://github.com/servicetitan/uikit/pull/620) ([@rgdelato](https://github.com/rgdelato) [@StreetStrider](https://github.com/StreetStrider) [@kanoshin](https://github.com/kanoshin))
448
-
449
- #### Authors: 3
450
-
451
- - Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
452
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
453
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
454
-
455
- ---
456
-
457
- # v12.5.0 (Wed Jun 16 2021)
458
-
459
- :tada: This release contains work from a new contributor! :tada:
460
-
461
- Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
462
-
463
- #### 🐛 Bug Fix
464
-
465
- - Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
466
- - Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
467
- - FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
468
-
469
- #### Authors: 2
470
-
471
- - Denis Gordeev ([@xarety](https://github.com/xarety))
472
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
473
-
474
- ---
475
-
476
- # v12.4.0 (Tue Jun 08 2021)
477
-
478
- #### ⚠️ Pushed to `master`
479
-
480
- - Undo fail publish consequences ([@xarety](https://github.com/xarety))
481
- - Publish ([@xarety](https://github.com/xarety))
482
- - Bump packages ([@xarety](https://github.com/xarety))
483
-
484
- #### 🔩 Dependency Updates
485
-
486
- - Bump @types/react from 17.0.8 to 17.0.9 [#607](https://github.com/servicetitan/uikit/pull/607) ([@dependabot[bot]](https://github.com/dependabot[bot]))
487
- - Bump @types/react from 17.0.6 to 17.0.8 [#575](https://github.com/servicetitan/uikit/pull/575) ([@dependabot[bot]](https://github.com/dependabot[bot]))
488
- - Bump @servicetitan/design-system from 9.2.0 to 9.2.1 [#596](https://github.com/servicetitan/uikit/pull/596) ([@dependabot[bot]](https://github.com/dependabot[bot]))
489
- - Bump @servicetitan/design-system from 9.1.0 to 9.2.0 [#557](https://github.com/servicetitan/uikit/pull/557) ([@dependabot[bot]](https://github.com/dependabot[bot]))
490
- - Bump @types/react from 17.0.5 to 17.0.6 [#551](https://github.com/servicetitan/uikit/pull/551) ([@dependabot[bot]](https://github.com/dependabot[bot]))
491
- - Bump prettier from 2.2.1 to 2.3.0 [#534](https://github.com/servicetitan/uikit/pull/534) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@xarety](https://github.com/xarety))
492
-
493
- #### Authors: 2
494
-
495
- - [@dependabot[bot]](https://github.com/dependabot[bot])
496
- - Denis Gordeev ([@xarety](https://github.com/xarety))