Skip to content

Commit

Permalink
chore: update version v2.39.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Jul 16, 2024
1 parent d70b79c commit c2826ba
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
## 2.39.0 (2024-07-16)

### Highlights

- feat(tab): add small size support in tab component (0060c807)
- feat(Message): update background colors in message (d31d5fd1)
- feat(AIResponse): add generating response story (9f64993e)

### Breaking changes

NA

### Migration guide

NA

### Deprecations

NA

### Features

- feat(tab): add small size support in tab component (0060c807)
- feat(Message): update background colors in message (d31d5fd1)
- feat(AIResponse): add generating response story (9f64993e)

### Fixes

- fix(chip): update inline alignment for multiple chips (bf8f6b29)

### Improvements

NA

### Documentation

- docs(message): update images in message documentation (2bf6b150)
- docs(tabs): add small size tabs documentation (5dbd6c9f)
- docs(AIResponse): add stories for generating content (96332c35)

---

## 2.38.1 (2024-07-12)

### 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": "2.38.1",
"version": "2.39.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 c2826ba

Please sign in to comment.