Skip to content

Commit

Permalink
chore: update version v2.36.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Jun 11, 2024
1 parent c0aaefc commit 0c2fd48
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@
## 2.36.0 (2024-06-11)

### Highlights

- feat(AIButton): add new AI Button component (ce14715c)
- feat(saraSparkle): add sara sparkle component (e7f54cb3)
- feat(sara): add new sara component (848ee75c)
- feat(AIButton): update stories for AI Button component (fbe8b2fd)
- feat(AIIconButton): add new AI Icon Button Component (120079bd)
- feat(AIChip): add new AI Chip component (66bd9303)
- feat(AIResponse): add new AI Response component (09c7f087)
- feat(progressIndicator): add new progress indicator pattern (f3eaf718)
- feat(calendar): update calendar states (9d515e38)
- feat(Input): update readonly state for all input components (8aa4b949)
- feat(chip): add overflow behavior in chip and chipInput (b5fac8d0)

### Breaking changes

NA

### Migration guide

NA

### Deprecations

NA

### Features

- feat(AIButton): add new AI Button component (ce14715c)
- feat(saraSparkle): add sara sparkle component (e7f54cb3)
- feat(sara): add new sara component (848ee75c)
- feat(AIButton): update stories for AI Button component (fbe8b2fd)
- feat(AIIconButton): add new AI Icon Button Component (120079bd)
- feat(AIChip): add new AI Chip component (66bd9303)
- feat(AIResponse): add new AI Response component (09c7f087)
- feat(calendar): update calendar states (9d515e38)
- feat(Input): update readonly state for all input components (8aa4b949)
- feat(chip): add overflow behavior in chip and chipInput (b5fac8d0)
- feat(progressIndicator): add new progress indicator pattern (f3eaf718)

### Fixes

- fix: update storybook link (0f79e9de)
- fix(actions): update node js version for chromatic build job (20c18981)
- fix(metricInput): update value of metric input when showActionButton prop is false (5e8b396b)
- fix(select): update overflow of options in popover with respect to trigger size (4dad3cd3)
- fix(select): update state of placeholder (c8f9f154)
- fix(saraSparkle): update size of sara sparkle in story (8ab3d928)
- fix(AIButton): update focus state of AI Button component (426872c4)

### Improvements

- fix(docs): update title for components, content, patterns and visualization page (4f3dedde)

### Documentation

- docs(calendar): update images of calendar states (d8b72589)
- docs(chip): add overflow behavior in chip (992403da)
- docs(chipInput): add overflow behavior in chipInput (c4313572)
- docs(emptyState): add empty state documentation (a572b460)
- docs(input): update the documentation of state of input (f31e9aaf)
- docs(AIChip): add documentation of AI Chip component (04c8a303)
- docs(AITrigger): add AI trigger components documentation (77909038)
- docs(sara): add sara and sara sparkle documentation (439f03a2)
- docs(AIResponse): add AI Response documentation (ebe60d42)

---

## 2.35.0 (2024-05-28)

### 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.35.0",
"version": "2.36.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 0c2fd48

Please sign in to comment.