diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fa669951..aaeff33a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4adeab92de..42eabe1d83 100644 --- a/package.json +++ b/package.json @@ -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",