Skip to content

Commit

Permalink
chore: update package version v3.5.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Dec 12, 2024
1 parent a2eaacc commit 5cd29f6
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
## 3.5.0 (2024-12-12)

### Highlights

- feat(avatar): add presence indicator support in avatar component (ce945f26)
- feat(avatar): add status indicator support in avatar (58857846)
- fix(input): update cursor position on input type change (8f45613f)
- fix(table): update table stories structure on storybook (9e3b4d53)
- feat(statusHint): update color for default appearance (a64c5128)

### Breaking changes

NA

### Migration guide

NA

### Deprecations

NA

### Features

- feat(avatar): add presence indicator support in avatar component (ce945f26)
- feat(avatar): add status indicator support in avatar (58857846)
- feat(statusHint): update color for default appearance (a64c5128)

### Fixes

- fix(input): update cursor position on input type change (8f45613f)

### Improvements

- chore: fix lint error in dropzone component & toast figma connect (9c8a41ec)
- fix(progressIndicators): update story of spinner and progress ring (506ca9b1)
- fix(table): update table stories structure on storybook (9e3b4d53)
- refactor(table): update table props description on storybook (f041f10f)

### Documentation

- docs(docs): add status and presence indicator documentation in avatar (dc14464c)
- docs(docs): update table preview link in documentation (1df056c2)

---

## 3.4.0 (2024-11-18)

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@innovaccer/design-system",
"version": "3.4.0",
"version": "3.5.0",
"description": "React components library project for Innovaccer Design System",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 5cd29f6

Please sign in to comment.