From 5cd29f69f67ee38a23b97440c9372b9b0af27696 Mon Sep 17 00:00:00 2001 From: anuradha9712 Date: Thu, 12 Dec 2024 13:43:12 +0400 Subject: [PATCH] chore: update package version v3.5.0 and changelog --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a7666ca..d1de2f2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 19ba577d1..76e043d84 100644 --- a/package.json +++ b/package.json @@ -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",