Skip to content

Commit

Permalink
chore: update version v2.38.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Jul 5, 2024
1 parent 350cc71 commit b836295
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## 2.38.0 (2024-07-05)

### Highlights

- chore(react-lottie-player): moved to externals for esm module (88fc0af4)

### Breaking changes

- chore(react-lottie-player): moved to externals for esm module (88fc0af4)

### Migration guide

- If relying on ESM build, install `@lottiefiles/react-lottie-player` for animation related components.

### Deprecations

NA

### Features

NA

### Fixes

NA

### Improvements

NA

### Documentation

NA

---

## 2.37.1 (2024-07-04)

### 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.37.1",
"version": "2.38.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 b836295

Please sign in to comment.