Skip to content

Commit 9c610af

Browse files
committed
chore: update package.json and changelog
1 parent d7d48f3 commit 9c610af

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## 4.19.0 (2025-01-07)
2+
3+
### Highlights
4+
5+
- feat(segmentedControl): add new segmented control component (847a58fa)
6+
- feat(selectTrigger): add minWidth maxWidth support (9931c6e9)
7+
- feat(table): replace dropdown with select in table and grid (d0b33355)
8+
9+
### Breaking changes
10+
11+
NA
12+
13+
### Migration guide
14+
15+
NA
16+
17+
### Deprecations
18+
19+
NA
20+
21+
### Features
22+
23+
- feat(segmentedControl): add new segmented control component (847a58fa)
24+
- feat(selectTrigger): add minWidth maxWidth support (9931c6e9)
25+
- feat(table): replace dropdown with select in table and grid (d0b33355)
26+
27+
### Fixes
28+
29+
- fix(segmentedControl): fix size issue and restrict first render animation (27b86d1c)
30+
31+
### Improvements
32+
33+
NA
34+
35+
### Documentation
36+
37+
- docs(segmentedControl): add docs of the new component segmented control (3cf558d6)
38+
- docs(segmentedControl): update interaction tab content and basic button content (389a8a11)
39+
40+
---
41+
142
## 4.18.0 (2025-12-29)
243

344
### Highlights

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@innovaccer/design-system",
3-
"version": "4.18.0",
3+
"version": "4.19.0",
44
"description": "React components library project for Innovaccer Design System",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)