@clayui/tabs 3.113.0 → 3.116.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 +416 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,416 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)
7
+
8
+ **Note:** Version bump only for package @clayui/tabs
9
+
10
+ # [3.115.0](https://github.com/liferay/clay/compare/v3.114.0...v3.115.0) (2024-05-16)
11
+
12
+ **Note:** Version bump only for package @clayui/tabs
13
+
14
+ # [3.113.0](https://github.com/liferay/clay/compare/v3.112.0...v3.113.0) (2024-03-28)
15
+
16
+ **Note:** Version bump only for package @clayui/tabs
17
+
18
+ # [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)
19
+
20
+ **Note:** Version bump only for package @clayui/tabs
21
+
22
+ # [3.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)
23
+
24
+ **Note:** Version bump only for package @clayui/tabs
25
+
26
+ # [3.107.0](https://github.com/liferay/clay/compare/v3.106.1...v3.107.0) (2023-11-27)
27
+
28
+ **Note:** Version bump only for package @clayui/tabs
29
+
30
+ ## [3.106.1](https://github.com/liferay/clay/compare/v3.106.0...v3.106.1) (2023-10-26)
31
+
32
+ **Note:** Version bump only for package @clayui/tabs
33
+
34
+ # [3.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)
35
+
36
+ ### Bug Fixes
37
+
38
+ - remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
39
+ - use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))
40
+
41
+ # [3.104.0](https://github.com/liferay/clay/compare/v3.103.1...v3.104.0) (2023-08-25)
42
+
43
+ **Note:** Version bump only for package @clayui/tabs
44
+
45
+ ## [3.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)
46
+
47
+ **Note:** Version bump only for package @clayui/tabs
48
+
49
+ # [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)
50
+
51
+ **Note:** Version bump only for package @clayui/tabs
52
+
53
+ # [3.100.0](https://github.com/liferay/clay/compare/v3.99.4...v3.100.0) (2023-07-13)
54
+
55
+ **Note:** Version bump only for package @clayui/tabs
56
+
57
+ # [3.96.0](https://github.com/liferay/clay/compare/v3.95.2...v3.96.0) (2023-05-29)
58
+
59
+ **Note:** Version bump only for package @clayui/tabs
60
+
61
+ ## [3.95.2](https://github.com/liferay/clay/compare/v3.95.0...v3.95.2) (2023-05-17)
62
+
63
+ **Note:** Version bump only for package @clayui/tabs
64
+
65
+ # [3.95.0](https://github.com/liferay/clay/compare/v3.94.0...v3.95.0) (2023-05-15)
66
+
67
+ **Note:** Version bump only for package @clayui/tabs
68
+
69
+ # [3.94.0](https://github.com/liferay/clay/compare/v3.93.0...v3.94.0) (2023-05-03)
70
+
71
+ **Note:** Version bump only for package @clayui/tabs
72
+
73
+ # [3.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)
74
+
75
+ ### Bug Fixes
76
+
77
+ - **@clayui/tabs:** displayType should output nav-tabs variants ([ff15ca2](https://github.com/liferay/clay/commit/ff15ca25d9d39e9479bacf9a78d5a2af9645ec79))
78
+ - **@clayui/tabs:** Output nav-tabs-light only if displayType equals light ([b599225](https://github.com/liferay/clay/commit/b59922542b7edd52750661139422b1df7d2fc1b5)), closes [/github.com/liferay/clay/pull/5463#discussion_r1161986963](https://github.com//github.com/liferay/clay/pull/5463/issues/discussion_r1161986963)
79
+
80
+ # [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)
81
+
82
+ **Note:** Version bump only for package @clayui/tabs
83
+
84
+ # [3.91.0](https://github.com/liferay/clay/compare/v3.90.0...v3.91.0) (2023-03-24)
85
+
86
+ ### Bug Fixes
87
+
88
+ - **@clayui/tabs:** Tabs deprecate `displayType` and `modern` attributes ([196abec](https://github.com/liferay/clay/commit/196abec5383d05f9af15af6893e9062fc32ba1c9))
89
+
90
+ ### Features
91
+
92
+ - **@clayui/tabs:** force style for tabs ([859ef65](https://github.com/liferay/clay/commit/859ef65a552c2b8ad04c04fec1ad505c53c6dd40))
93
+
94
+ ### BREAKING CHANGES
95
+
96
+ - **@clayui/tabs:** The default value for the `modern` attribute is now `false`. You will need to set the `modern` attribute on `ClayTabs` to get the `nav-underline` class.
97
+
98
+ # [3.89.0](https://github.com/liferay/clay/compare/v3.88.0...v3.89.0) (2023-03-01)
99
+
100
+ **Note:** Version bump only for package @clayui/tabs
101
+
102
+ # [3.88.0](https://github.com/liferay/clay/compare/v3.87.2...v3.88.0) (2023-02-14)
103
+
104
+ ### Features
105
+
106
+ - **@clayui/tabs:** adds `forwardRef` to Tabs components ([a1792ce](https://github.com/liferay/clay/commit/a1792cea9a05d41ef177993a7c724fe673c9673f))
107
+
108
+ # [3.87.0](https://github.com/liferay/clay/compare/v3.86.1...v3.87.0) (2023-02-08)
109
+
110
+ ### Features
111
+
112
+ - **@clayui/tabs:** adds the pattern of uncontrolled to the `active` property of Tabs.Item in the new composition ([fd5299a](https://github.com/liferay/clay/commit/fd5299a6148f67de85b4d8f565ce2331f137472e))
113
+
114
+ ## [3.86.1](https://github.com/liferay/clay/compare/v3.86.0...v3.86.1) (2023-02-02)
115
+
116
+ **Note:** Version bump only for package @clayui/tabs
117
+
118
+ # [3.86.0](https://github.com/liferay/clay/compare/v3.85.0...v3.86.0) (2023-01-31)
119
+
120
+ **Note:** Version bump only for package @clayui/tabs
121
+
122
+ # [3.85.0](https://github.com/liferay/clay/compare/v3.84.0...v3.85.0) (2023-01-23)
123
+
124
+ **Note:** Version bump only for package @clayui/tabs
125
+
126
+ ## [3.83.1](https://github.com/liferay/clay/compare/v3.83.0...v3.83.1) (2022-12-20)
127
+
128
+ **Note:** Version bump only for package @clayui/tabs
129
+
130
+ # [3.83.0](https://github.com/liferay/clay/compare/v3.82.0...v3.83.0) (2022-12-20)
131
+
132
+ **Note:** Version bump only for package @clayui/tabs
133
+
134
+ # [3.82.0](https://github.com/liferay/clay/compare/v3.81.0...v3.82.0) (2022-12-07)
135
+
136
+ **Note:** Version bump only for package @clayui/tabs
137
+
138
+ # [3.81.0](https://github.com/liferay/clay/compare/v3.80.1...v3.81.0) (2022-11-30)
139
+
140
+ **Note:** Version bump only for package @clayui/tabs
141
+
142
+ ## [3.80.1](https://github.com/liferay/clay/compare/v3.80.0...v3.80.1) (2022-11-22)
143
+
144
+ **Note:** Version bump only for package @clayui/tabs
145
+
146
+ # [3.80.0](https://github.com/liferay/clay/compare/v3.79.0...v3.80.0) (2022-11-21)
147
+
148
+ **Note:** Version bump only for package @clayui/tabs
149
+
150
+ # [3.79.0](https://github.com/liferay/clay/compare/v3.78.2...v3.79.0) (2022-11-08)
151
+
152
+ ### Bug Fixes
153
+
154
+ - **@clayui/tabs:** add configurable tabIndex property to TabPane component ([b5b37ce](https://github.com/liferay/clay/commit/b5b37ce855c122db2aeddfd47afbe1ad4f301179))
155
+ - **@clayui/tabs:** associate the panel label with the tab ([40dbdba](https://github.com/liferay/clay/commit/40dbdba6958ae0ca02440c9e524d34d279494ad4))
156
+ - **@clayui/tabs:** fix error when trying to clone an invalid element ([26d0200](https://github.com/liferay/clay/commit/26d0200f9910fcc3102ca5d44a06a77f8b4cb798))
157
+
158
+ ### Features
159
+
160
+ - **@clayui/tabs:** adds new compositing pattern ([c7fe61e](https://github.com/liferay/clay/commit/c7fe61e48f0b8dd23273467e40010973f7ecd7aa))
161
+
162
+ ## [3.78.2](https://github.com/liferay/clay/compare/v3.78.1...v3.78.2) (2022-10-25)
163
+
164
+ **Note:** Version bump only for package @clayui/tabs
165
+
166
+ ## [3.78.1](https://github.com/liferay/clay/compare/v3.78.0...v3.78.1) (2022-10-25)
167
+
168
+ **Note:** Version bump only for package @clayui/tabs
169
+
170
+ # [3.78.0](https://github.com/liferay/clay/compare/v3.77.0...v3.78.0) (2022-10-25)
171
+
172
+ ### Features
173
+
174
+ - **@clayui/tabs:** add new API to configure browsing behavior between tabs ([30595be](https://github.com/liferay/clay/commit/30595bed1d5ec2de1a7d3d1759d6a2398c904c76))
175
+
176
+ # [3.77.0](https://github.com/liferay/clay/compare/v3.76.0...v3.77.0) (2022-10-17)
177
+
178
+ ### Bug Fixes
179
+
180
+ - **@clayui/tabs:** sets `tabIndex=-1` when not active and `tabIndex=0` for the tabpanel ([cbd8710](https://github.com/liferay/clay/commit/cbd8710491b4262000b0af43244977351429228b))
181
+
182
+ ## [3.75.2](https://github.com/liferay/clay/compare/v3.75.1...v3.75.2) (2022-09-29)
183
+
184
+ **Note:** Version bump only for package @clayui/tabs
185
+
186
+ # [3.75.0](https://github.com/liferay/clay/compare/v3.74.0...v3.75.0) (2022-09-28)
187
+
188
+ **Note:** Version bump only for package @clayui/tabs
189
+
190
+ # [3.73.0](https://github.com/liferay/clay/compare/v3.72.0...v3.73.0) (2022-09-13)
191
+
192
+ **Note:** Version bump only for package @clayui/tabs
193
+
194
+ # [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)
195
+
196
+ **Note:** Version bump only for package @clayui/tabs
197
+
198
+ ## [3.70.3](https://github.com/liferay/clay/compare/v3.70.2...v3.70.3) (2022-08-30)
199
+
200
+ **Note:** Version bump only for package @clayui/tabs
201
+
202
+ ## [3.70.2](https://github.com/liferay/clay/compare/v3.70.1...v3.70.2) (2022-08-30)
203
+
204
+ **Note:** Version bump only for package @clayui/tabs
205
+
206
+ # [3.70.0](https://github.com/liferay/clay/compare/v3.69.0...v3.70.0) (2022-08-23)
207
+
208
+ **Note:** Version bump only for package @clayui/tabs
209
+
210
+ # [3.69.0](https://github.com/liferay/clay/compare/v3.68.0...v3.69.0) (2022-08-16)
211
+
212
+ **Note:** Version bump only for package @clayui/tabs
213
+
214
+ # [3.67.0](https://github.com/liferay/clay/compare/v3.66.0...v3.67.0) (2022-07-25)
215
+
216
+ **Note:** Version bump only for package @clayui/tabs
217
+
218
+ ## [3.65.1](https://github.com/liferay/clay/compare/v3.65.0...v3.65.1) (2022-07-11)
219
+
220
+ **Note:** Version bump only for package @clayui/tabs
221
+
222
+ # [3.65.0](https://github.com/liferay/clay/compare/v3.64.0...v3.65.0) (2022-07-11)
223
+
224
+ **Note:** Version bump only for package @clayui/tabs
225
+
226
+ # [3.58.0](https://github.com/liferay/clay/compare/v3.57.0...v3.58.0) (2022-05-23)
227
+
228
+ **Note:** Version bump only for package @clayui/tabs
229
+
230
+ # [3.56.0](https://github.com/liferay/clay/compare/v3.55.0...v3.56.0) (2022-05-09)
231
+
232
+ **Note:** Version bump only for package @clayui/tabs
233
+
234
+ # [3.55.0](https://github.com/liferay/clay/compare/v3.54.0...v3.55.0) (2022-05-02)
235
+
236
+ **Note:** Version bump only for package @clayui/tabs
237
+
238
+ # [3.52.0](https://github.com/liferay/clay/compare/v3.51.0...v3.52.0) (2022-04-04)
239
+
240
+ ### Bug Fixes
241
+
242
+ - **@clayui/clay-tabs:** Insert displayType for nav-tabs and nav-underline classes ([10ddb29](https://github.com/liferay/clay/commit/10ddb29a88884e05d4d4f71caec111a58c809bb7))
243
+
244
+ ### Features
245
+
246
+ - **@clayui/clay-tabs:** Adding additional new tests ([d74322c](https://github.com/liferay/clay/commit/d74322c4820ef1f0bbb9c0c64263f82c39d70576))
247
+ - **@clayui/clay-tabs:** Remain modern prop and overrides displayType. Update in BREAKING.md ([cb9eb31](https://github.com/liferay/clay/commit/cb9eb31d3da70de3ccdb653a9e574da497d6ee84))
248
+
249
+ # [3.49.0](https://github.com/liferay/clay/compare/v3.48.0...v3.49.0) (2022-03-15)
250
+
251
+ **Note:** Version bump only for package @clayui/tabs
252
+
253
+ # [3.47.0](https://github.com/liferay/clay/compare/v3.46.0...v3.47.0) (2022-02-23)
254
+
255
+ **Note:** Version bump only for package @clayui/tabs
256
+
257
+ # [3.45.0](https://github.com/liferay/clay/compare/v3.44.2...v3.45.0) (2022-02-01)
258
+
259
+ **Note:** Version bump only for package @clayui/tabs
260
+
261
+ # [3.40.0](https://github.com/liferay/clay/compare/v3.39.0...v3.40.0) (2021-11-17)
262
+
263
+ **Note:** Version bump only for package @clayui/tabs
264
+
265
+ # [3.39.0](https://github.com/liferay/clay/compare/v3.38.0...v3.39.0) (2021-10-29)
266
+
267
+ **Note:** Version bump only for package @clayui/tabs
268
+
269
+ # [3.38.0](https://github.com/liferay/clay/compare/v3.37.0...v3.38.0) (2021-10-22)
270
+
271
+ **Note:** Version bump only for package @clayui/tabs
272
+
273
+ # [3.37.0](https://github.com/liferay/clay/compare/v3.36.0...v3.37.0) (2021-10-06)
274
+
275
+ **Note:** Version bump only for package @clayui/tabs
276
+
277
+ # [3.36.0](https://github.com/liferay/clay/compare/v3.35.3...v3.36.0) (2021-09-23)
278
+
279
+ **Note:** Version bump only for package @clayui/tabs
280
+
281
+ ## [3.35.3](https://github.com/liferay/clay/compare/v3.35.2...v3.35.3) (2021-09-09)
282
+
283
+ **Note:** Version bump only for package @clayui/tabs
284
+
285
+ ## [3.35.2](https://github.com/liferay/clay/compare/v3.35.1...v3.35.2) (2021-08-30)
286
+
287
+ **Note:** Version bump only for package @clayui/tabs
288
+
289
+ ## [3.35.1](https://github.com/liferay/clay/compare/v3.35.0...v3.35.1) (2021-08-30)
290
+
291
+ **Note:** Version bump only for package @clayui/tabs
292
+
293
+ # [3.35.0](https://github.com/liferay/clay/compare/v3.34.0...v3.35.0) (2021-08-30)
294
+
295
+ **Note:** Version bump only for package @clayui/tabs
296
+
297
+ # [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)
298
+
299
+ **Note:** Version bump only for package @clayui/tabs
300
+
301
+ # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28)
302
+
303
+ **Note:** Version bump only for package @clayui/tabs
304
+
305
+ # [3.28.0](https://github.com/liferay/clay/compare/v3.27.0...v3.28.0) (2021-05-19)
306
+
307
+ **Note:** Version bump only for package @clayui/tabs
308
+
309
+ # [3.27.0](https://github.com/liferay/clay/compare/v3.26.0...v3.27.0) (2021-05-05)
310
+
311
+ **Note:** Version bump only for package @clayui/tabs
312
+
313
+ ## [3.3.5](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.4...@clayui/tabs@3.3.5) (2021-02-11)
314
+
315
+ **Note:** Version bump only for package @clayui/tabs
316
+
317
+ ## [3.3.4](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.3...@clayui/tabs@3.3.4) (2021-01-27)
318
+
319
+ **Note:** Version bump only for package @clayui/tabs
320
+
321
+ ## [3.3.3](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.2...@clayui/tabs@3.3.3) (2021-01-13)
322
+
323
+ **Note:** Version bump only for package @clayui/tabs
324
+
325
+ ## [3.3.2](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.0...@clayui/tabs@3.3.2) (2020-12-16)
326
+
327
+ **Note:** Version bump only for package @clayui/tabs
328
+
329
+ ## [3.3.1](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.0...@clayui/tabs@3.3.1) (2020-12-02)
330
+
331
+ **Note:** Version bump only for package @clayui/tabs
332
+
333
+ # [3.3.0](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.5...@clayui/tabs@3.3.0) (2020-10-01)
334
+
335
+ ### Features
336
+
337
+ - **clayui.com:** Move API tables to new files and update document tabs, rename files to use singular naming instead of plural, change mainTabURL of pagination-bar to a proper one ([d812ee9](https://github.com/liferay/clay/commit/d812ee9))
338
+ - add displayName for all components ([cc3211d](https://github.com/liferay/clay/commit/cc3211d))
339
+
340
+ ## [3.2.5](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.4...@clayui/tabs@3.2.5) (2020-08-28)
341
+
342
+ **Note:** Version bump only for package @clayui/tabs
343
+
344
+ ## [3.2.4](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.3...@clayui/tabs@3.2.4) (2020-08-26)
345
+
346
+ **Note:** Version bump only for package @clayui/tabs
347
+
348
+ ## [3.2.3](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.2...@clayui/tabs@3.2.3) (2020-07-28)
349
+
350
+ ### Bug Fixes
351
+
352
+ - update packages to appropriate dependencies ([0026168](https://github.com/liferay/clay/commit/0026168))
353
+
354
+ ## [3.2.2](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.1...@clayui/tabs@3.2.2) (2020-07-07)
355
+
356
+ ### Bug Fixes
357
+
358
+ - **@clayui/tabs:** check if child is truthy first before cloning ([c357b7d](https://github.com/liferay/clay/commit/c357b7d))
359
+
360
+ ## [3.2.1](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.0...@clayui/tabs@3.2.1) (2020-06-18)
361
+
362
+ ### Bug Fixes
363
+
364
+ - **@clayui/tabs:** Make sure we use strict equation ([ad8dd39](https://github.com/liferay/clay/commit/ad8dd39))
365
+
366
+ # [3.2.0](https://github.com/liferay/clay/compare/@clayui/tabs@3.1.1...@clayui/tabs@3.2.0) (2020-05-21)
367
+
368
+ ### Features
369
+
370
+ - **@clayui/tabs:** add TabPanel as an alias for TabPane ([924ae4e](https://github.com/liferay/clay/commit/924ae4e))
371
+ - **clayui.com:** Revert the change made to headings used, rename stickers and tables to sticker and table respectively, also change some wording ([791dabe](https://github.com/liferay/clay/commit/791dabe))
372
+ - **clayui.com:** Update content structure: Checkbox, Management Toolbar, Select Box, Sticker, Table & Tabs ([0fcd54a](https://github.com/liferay/clay/commit/0fcd54a))
373
+
374
+ ## [3.1.1](https://github.com/liferay/clay/compare/@clayui/tabs@3.1.0...@clayui/tabs@3.1.1) (2020-04-24)
375
+
376
+ ### Bug Fixes
377
+
378
+ - Fix accessibility issues ([5e09db0](https://github.com/liferay/clay/commit/5e09db0))
379
+
380
+ # 3.1.0 (2020-02-28)
381
+
382
+ ### Bug Fixes
383
+
384
+ - replace npm in favor of yarn in new packages ([e366fbb](https://github.com/liferay/clay/commit/e366fbb))
385
+ - **@clayui/tabs:** add the relationship between tab and tabpane in stories ([ee9edc4](https://github.com/liferay/clay/commit/ee9edc4))
386
+ - **@clayui/tabs:** adjust class name timing so that it the tab properly fades in ([b0df6b8](https://github.com/liferay/clay/commit/b0df6b8))
387
+ - **@clayui/tabs:** fix the use of React.forwardRef ([a7ce7e0](https://github.com/liferay/clay/commit/a7ce7e0))
388
+ - **tabs:** Turns `active` property optional when using Item, default value is `false` ([bb1ae86](https://github.com/liferay/clay/commit/bb1ae86))
389
+
390
+ ### Features
391
+
392
+ - **tabs:** Creates Tabs component ([4418cc2](https://github.com/liferay/clay/commit/4418cc2))
393
+
394
+ ## [3.0.6](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.3...@clayui/tabs@3.0.6) (2020-01-31)
395
+
396
+ **Note:** Version bump only for package @clayui/tabs
397
+
398
+ ## [3.0.5](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.3...@clayui/tabs@3.0.5) (2020-01-20)
399
+
400
+ **Note:** Version bump only for package @clayui/tabs
401
+
402
+ ## [3.0.4](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.3...@clayui/tabs@3.0.4) (2019-12-05)
403
+
404
+ **Note:** Version bump only for package @clayui/tabs
405
+
406
+ ## [3.0.3](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.2...@clayui/tabs@3.0.3) (2019-11-07)
407
+
408
+ **Note:** Version bump only for package @clayui/tabs
409
+
410
+ ## [3.0.2](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.1...@clayui/tabs@3.0.2) (2019-11-01)
411
+
412
+ **Note:** Version bump only for package @clayui/tabs
413
+
414
+ ## [3.0.1](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.0...@clayui/tabs@3.0.1) (2019-10-28)
415
+
416
+ **Note:** Version bump only for package @clayui/tabs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clayui/tabs",
3
- "version": "3.113.0",
3
+ "version": "3.116.0",
4
4
  "description": "ClayTabs component",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": "https://github.com/liferay/clay",
@@ -24,7 +24,7 @@
24
24
  "react"
25
25
  ],
26
26
  "dependencies": {
27
- "@clayui/shared": "^3.113.0",
27
+ "@clayui/shared": "^3.116.0",
28
28
  "classnames": "^2.2.6"
29
29
  },
30
30
  "peerDependencies": {
@@ -35,5 +35,5 @@
35
35
  "browserslist": [
36
36
  "extends browserslist-config-clay"
37
37
  ],
38
- "gitHead": "6960907fb9275e35761c5a287d0ced6cd8be20b4"
38
+ "gitHead": "235780a282ba87864ce556f8004571af102ff165"
39
39
  }