Skip to content

Commit

Permalink
chore: update version v2.38.1 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Jul 12, 2024
1 parent 763017e commit ca24043
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## 2.38.1 (2024-07-12)

### Highlights

- fix: move lottie player npm package from dev-dependencies to dependencies (65d70faf)
- fix(combobox): add onFocus and onBlur callback function in combobox options (83e66918)

### Breaking changes

NA

### Migration guide

NA

### Deprecations

NA

### Features

NA

### Fixes

- fix: move lottie player npm package from dev-dependencies to dependencies (65d70faf)
- fix(combobox): add onFocus and onBlur callback function in combobox options (83e66918)

### Improvements

NA

### Documentation

NA

---

## 2.38.0 (2024-07-05)

### 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.0",
"version": "2.38.1",
"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 ca24043

Please sign in to comment.