@servicetitan/confirm 21.7.2 → 22.1.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 +468 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,468 @@
1
+ # v22.0.1 (Tue Jun 21 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FAR-823: Migrating uikit components [#106](https://github.com/servicetitan/anvil-uikit-contrib/pull/106) ([@rgdelato](https://github.com/rgdelato) github-actions@github.com)
6
+
7
+ #### Authors: 2
8
+
9
+ - github-actions (github-actions@github.com)
10
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
11
+
12
+ ---
13
+
14
+ # v21.6.0 (Mon May 09 2022)
15
+
16
+ ### Release Notes
17
+
18
+ #### Bump @servicetitan packages from 11.5.1 to 11.6.0 ([#1439](https://github.com/servicetitan/uikit/pull/1439))
19
+
20
+ #### Font Update: Bold Sofia to use the real bold instead of medium ([#2430](https://github.com/servicetitan/anvil/pull/2430))
21
+
22
+ 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.
23
+
24
+ More info here: https://www.figma.com/file/LZ56wcBF6xF2HpWx1MiNuq/Font-style-update?node-id=217%3A126
25
+
26
+ ---
27
+
28
+ #### 🚀 Enhancement
29
+
30
+ - Time Picker to support 24-hour format [#2434](https://github.com/servicetitan/anvil/pull/2434) ([@yakunins](https://github.com/yakunins))
31
+ - Adds Drag and Drop Icon [#2443](https://github.com/servicetitan/anvil/pull/2443) ([@jpex](https://github.com/jpex))
32
+ - InlineEdit: Show truncated items as the title for the `+X` tag [#2439](https://github.com/servicetitan/anvil/pull/2439) ([@tounsoo](https://github.com/tounsoo))
33
+ - AnvilSelect Drillin Footer needs custom className [#2433](https://github.com/servicetitan/anvil/pull/2433) ([@blalond](https://github.com/blalond))
34
+
35
+ #### 💅 Visual Update
36
+
37
+ - 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))
38
+ - Filter Button: fix filter button wrapping weird in small space [#2436](https://github.com/servicetitan/anvil/pull/2436) ([@tounsoo](https://github.com/tounsoo))
39
+ - ActionMenu: icon color to work with theme variables [#2435](https://github.com/servicetitan/anvil/pull/2435) ([@tounsoo](https://github.com/tounsoo))
40
+ - 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))
41
+
42
+ #### 📝 Documentation
43
+
44
+ - Table: showcase right-aligned column [#2441](https://github.com/servicetitan/anvil/pull/2441) ([@yakunins](https://github.com/yakunins))
45
+ - Gatsby: infinite resizing loop at Filter Button All Filter example [#2438](https://github.com/servicetitan/anvil/pull/2438) ([@yakunins](https://github.com/yakunins))
46
+ - Some examples in docs to be properly rendered in Codesandbox [#2429](https://github.com/servicetitan/anvil/pull/2429) ([@yakunins](https://github.com/yakunins))
47
+ - Gatsby: update theming information [#2428](https://github.com/servicetitan/anvil/pull/2428) ([@tounsoo](https://github.com/tounsoo))
48
+
49
+ #### 🐛 Bug Fix
50
+
51
+ - DS-877: Updating onChange return values for "Select All/None" [#2332](https://github.com/servicetitan/anvil/pull/2332) ([@rgdelato](https://github.com/rgdelato))
52
+
53
+ #### 🏠 Internal
54
+
55
+ - Updating .nvmrc file to Node 16 [#2437](https://github.com/servicetitan/anvil/pull/2437) ([@rgdelato](https://github.com/rgdelato))
56
+ - DS-619: Adding kendo license file to root directory [#2440](https://github.com/servicetitan/anvil/pull/2440) ([@rgdelato](https://github.com/rgdelato))
57
+ - DS-995: Removing react-window dep from design-system package [#2432](https://github.com/servicetitan/anvil/pull/2432) ([@rgdelato](https://github.com/rgdelato))
58
+ - ButtonGroup: ThemeProvider compatibility [#2366](https://github.com/servicetitan/anvil/pull/2366) ([@tounsoo](https://github.com/tounsoo))
59
+ - Cleaner theme var method [#2431](https://github.com/servicetitan/anvil/pull/2431) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
60
+
61
+ #### ⚠️ Pushed to `master`
62
+
63
+ - Merge branch 'master' of github.com:servicetitan/anvil ([@tounsoo](https://github.com/tounsoo))
64
+
65
+ #### 📝 Dependencies
66
+
67
+ - 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]))
68
+
69
+ #### Authors: 6
70
+
71
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
72
+ - Ben Ho ([@tounsoo](https://github.com/tounsoo))
73
+ - Brian LaLonde ([@blalond](https://github.com/blalond))
74
+ - James C ([@jpex](https://github.com/jpex))
75
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
76
+ - Sergey Yakunin ([@yakunins](https://github.com/yakunins))
77
+
78
+ </blockquote>
79
+ </details>
80
+
81
+ <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>
82
+
83
+ ---
84
+
85
+ #### 🔩 Dependency Updates
86
+
87
+ - 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))
88
+
89
+ #### Authors: 2
90
+
91
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
92
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
93
+
94
+ ---
95
+
96
+ # v21.5.0 (Thu Apr 28 2022)
97
+
98
+ #### 🔩 Dependency Updates
99
+
100
+ - 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))
101
+
102
+ #### Authors: 2
103
+
104
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
105
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
106
+
107
+ ---
108
+
109
+ # v21.4.1 (Wed Apr 06 2022)
110
+
111
+ #### 🔩 Dependency Updates
112
+
113
+ - 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))
114
+
115
+ #### Authors: 2
116
+
117
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
118
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
119
+
120
+ ---
121
+
122
+ # v21.3.0 (Mon Mar 21 2022)
123
+
124
+ #### 🔩 Dependency Updates
125
+
126
+ - Bump @servicetitan packages from 11.4.1 to 11.4.2 [#1371](https://github.com/servicetitan/uikit/pull/1371) ([@rgdelato](https://github.com/rgdelato))
127
+
128
+ #### Authors: 1
129
+
130
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
131
+
132
+ ---
133
+
134
+ # v21.0.0 (Tue Mar 15 2022)
135
+
136
+ #### 🐛 Bug Fix
137
+
138
+ - Notifications: fix compatibility with anvil 11.4.0 [#1361](https://github.com/servicetitan/uikit/pull/1361) ([@kanoshin](https://github.com/kanoshin))
139
+
140
+ #### Authors: 1
141
+
142
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
143
+
144
+ ---
145
+
146
+ # v20.2.0 (Tue Mar 01 2022)
147
+
148
+ #### 🔩 Dependency Updates
149
+
150
+ - 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))
151
+ - 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))
152
+
153
+ #### Authors: 2
154
+
155
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
156
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
157
+
158
+ ---
159
+
160
+ # v20.1.0 (Thu Jan 27 2022)
161
+
162
+ :tada: This release contains work from a new contributor! :tada:
163
+
164
+ Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
165
+
166
+ #### 🚀 Enhancement
167
+
168
+ - 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))
169
+
170
+ #### 🐛 Bug Fix
171
+
172
+ - 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))
173
+
174
+ #### ⚠️ Pushed to `master`
175
+
176
+ - Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
177
+
178
+ #### Authors: 2
179
+
180
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
181
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
182
+
183
+ ---
184
+
185
+ # v20.0.0 (Thu Jan 13 2022)
186
+
187
+ #### 💥 Breaking Change
188
+
189
+ - Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
190
+
191
+ #### Authors: 1
192
+
193
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
194
+
195
+ ---
196
+
197
+ # v19.4.0 (Mon Jan 10 2022)
198
+
199
+ #### 🔩 Dependency Updates
200
+
201
+ - 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]))
202
+
203
+ #### Authors: 1
204
+
205
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
206
+
207
+ ---
208
+
209
+ # v19.2.0 (Wed Dec 15 2021)
210
+
211
+ #### 🔩 Dependency Updates
212
+
213
+ - 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]))
214
+
215
+ #### Authors: 1
216
+
217
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
218
+
219
+ ---
220
+
221
+ # v19.1.0 (Wed Dec 08 2021)
222
+
223
+ #### 🔩 Dependency Updates
224
+
225
+ - 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]))
226
+
227
+ #### Authors: 1
228
+
229
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
230
+
231
+ ---
232
+
233
+ # v19.0.0 (Wed Nov 24 2021)
234
+
235
+ #### 🔩 Dependency Updates
236
+
237
+ - 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]))
238
+
239
+ #### Authors: 1
240
+
241
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
242
+
243
+ ---
244
+
245
+ # v18.1.0 (Wed Nov 17 2021)
246
+
247
+ #### 🔩 Dependency Updates
248
+
249
+ - 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]))
250
+
251
+ #### Authors: 1
252
+
253
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
254
+
255
+ ---
256
+
257
+ # v18.0.0 (Mon Nov 15 2021)
258
+
259
+ #### 💥 Breaking Change
260
+
261
+ - Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
262
+
263
+ #### Authors: 1
264
+
265
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
266
+
267
+ ---
268
+
269
+ # v17.3.1 (Wed Nov 03 2021)
270
+
271
+ #### 🔩 Dependency Updates
272
+
273
+ - Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
274
+
275
+ #### Authors: 1
276
+
277
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
278
+
279
+ ---
280
+
281
+ # v17.2.1 (Tue Oct 26 2021)
282
+
283
+ #### 🔩 Dependency Updates
284
+
285
+ - 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]))
286
+ - 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]))
287
+ - 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]))
288
+
289
+ #### Authors: 1
290
+
291
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
292
+
293
+ ---
294
+
295
+ # v17.1.1 (Tue Oct 05 2021)
296
+
297
+ #### 🔩 Dependency Updates
298
+
299
+ - 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]))
300
+
301
+ #### Authors: 1
302
+
303
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
304
+
305
+ ---
306
+
307
+ # v17.1.0 (Sat Oct 02 2021)
308
+
309
+ #### 🔩 Dependency Updates
310
+
311
+ - 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]))
312
+
313
+ #### Authors: 1
314
+
315
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
316
+
317
+ ---
318
+
319
+ # v17.0.0 (Thu Sep 30 2021)
320
+
321
+ #### 🔩 Dependency Updates
322
+
323
+ - 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))
324
+
325
+ #### Authors: 1
326
+
327
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
328
+
329
+ ---
330
+
331
+ # v16.0.0 (Fri Sep 24 2021)
332
+
333
+ #### 🔩 Dependency Updates
334
+
335
+ - 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]))
336
+ - 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]))
337
+ - 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))
338
+ - 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]))
339
+
340
+ #### Authors: 2
341
+
342
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
343
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
344
+
345
+ ---
346
+
347
+ # v14.3.0 (Mon Aug 23 2021)
348
+
349
+ #### 🐛 Bug Fix
350
+
351
+ - 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))
352
+
353
+ #### 🔩 Dependency Updates
354
+
355
+ - 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]))
356
+ - 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]))
357
+ - 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]))
358
+
359
+ #### Authors: 3
360
+
361
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
362
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
363
+ - Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
364
+
365
+ ---
366
+
367
+ # v14.2.0 (Fri Aug 06 2021)
368
+
369
+ #### 🐛 Bug Fix
370
+
371
+ - Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
372
+
373
+ #### 🔩 Dependency Updates
374
+
375
+ - 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]))
376
+
377
+ #### Authors: 2
378
+
379
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
380
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
381
+
382
+ ---
383
+
384
+ # v14.1.1 (Thu Aug 05 2021)
385
+
386
+ #### 🔩 Dependency Updates
387
+
388
+ - Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
389
+
390
+ #### Authors: 2
391
+
392
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
393
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
394
+
395
+ ---
396
+
397
+ # v14.1.0 (Fri Jul 30 2021)
398
+
399
+ #### 🚀 Enhancement
400
+
401
+ - Confirm: added props drilling to DefaultConfirmation [#701](https://github.com/servicetitan/uikit/pull/701) ([@da1z](https://github.com/da1z) [@xarety](https://github.com/xarety))
402
+
403
+ #### 🔩 Dependency Updates
404
+
405
+ - 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]))
406
+
407
+ #### Authors: 3
408
+
409
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
410
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
411
+ - Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
412
+
413
+ ---
414
+
415
+ # v14.0.0 (Fri Jul 23 2021)
416
+
417
+ #### 💥 Breaking Change
418
+
419
+ - 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))
420
+
421
+ #### Authors: 3
422
+
423
+ - Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
424
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
425
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
426
+
427
+ ---
428
+
429
+ # v12.5.0 (Wed Jun 16 2021)
430
+
431
+ :tada: This release contains work from a new contributor! :tada:
432
+
433
+ Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
434
+
435
+ #### 🐛 Bug Fix
436
+
437
+ - Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
438
+ - Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
439
+ - FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
440
+
441
+ #### Authors: 2
442
+
443
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
444
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
445
+
446
+ ---
447
+
448
+ # v12.4.0 (Tue Jun 08 2021)
449
+
450
+ #### ⚠️ Pushed to `master`
451
+
452
+ - Undo fail publish consequences ([@xarety](https://github.com/xarety))
453
+ - Publish ([@xarety](https://github.com/xarety))
454
+ - Bump packages ([@xarety](https://github.com/xarety))
455
+
456
+ #### 🔩 Dependency Updates
457
+
458
+ - 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]))
459
+ - 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]))
460
+ - 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]))
461
+ - 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]))
462
+ - 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]))
463
+ - 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))
464
+
465
+ #### Authors: 2
466
+
467
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
468
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/confirm",
3
- "version": "21.7.2",
3
+ "version": "22.1.0",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/confirm",
6
6
  "repository": {
@@ -16,12 +16,12 @@
16
16
  "src"
17
17
  ],
18
18
  "devDependencies": {
19
- "@servicetitan/design-system": "~11.9.0",
19
+ "@servicetitan/design-system": "~11.8.0",
20
20
  "@types/react": "~17.0.38",
21
21
  "react": "~17.0.2"
22
22
  },
23
23
  "peerDependencies": {
24
- "@servicetitan/design-system": "~11.9.0",
24
+ "@servicetitan/design-system": "~11.8.0",
25
25
  "react": "~17.0.2"
26
26
  },
27
27
  "dependencies": {
@@ -33,5 +33,5 @@
33
33
  "cli": {
34
34
  "webpack": false
35
35
  },
36
- "gitHead": "43641d5d1078ccb4b353c743c8e34666ba5a6ca5"
36
+ "gitHead": "334ce0dc18294927da0751130f290c203c64d266"
37
37
  }