Skip to content

Commit 8eb4162

Browse files
committed
chore: update package.json to v4.17.1 and update changelog
1 parent 04eb5a6 commit 8eb4162

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 4.17.1 (2025-12-11)
2+
3+
### Highlights
4+
5+
- fix(avatar): update avatar fallback appearance and text color (f20339b8)
6+
- docs(Avatars): update the docs for the avatar and avatarGroups (9e3b9273)
7+
8+
### Breaking changes
9+
10+
NA
11+
12+
### Migration guide
13+
14+
NA
15+
16+
### Deprecations
17+
18+
NA
19+
20+
### Features
21+
22+
NA
23+
24+
### Fixes
25+
26+
- fix(avatar): update avatar fallback appearance and text color (f20339b8)
27+
28+
### Improvements
29+
30+
NA
31+
32+
### Documentation
33+
34+
- docs(Avatars): update the docs for the avatar and avatarGroups (9e3b9273)
35+
- docs(avatar): update docs for avatar and avatarGroups (c7dc4be9)
36+
37+
---
38+
139
## 4.17.0 (2025-12-10)
240

341
### 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.17.0",
3+
"version": "4.17.1",
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)