Skip to content

Commit

Permalink
chore: update package v3.2.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Oct 17, 2024
1 parent 78a6073 commit b94205f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
## 3.2.0 (2024-10-17)

### Highlights

- chore: remove js-beautify dependency (a9f0c2b7)
- fix(satismeter): update survey questions id for api response (ba8f0386)
- chore: fix security vulnerabilities in dev dependencies (1302de94)
- fix: replace deprecated 'dropdown' with Select and Menu in stories

### Breaking changes

NA

### Migration guide

NA

### Deprecations

- chore: remove js-beautify dependency (a9f0c2b7)

### Features

NA

### Fixes

- fix(satismeter): update survey questions id for api response (ba8f0386)

### Improvements

- chore: fix security vulnerabilities in dev dependencies (1302de94)
- refactor(helpText): replace Dropdown with Select component in story of HelpText (9ff836dc)
- fix(stepper): replace deprecated 'dropdown' with Select and Menu in Stepper (184b42ac)
- fix(editableChipInput): fix overflow behavior of editableChipInput component (6e5fccbc)
- fix(tabs): replace deprecated 'dropdown' with Select in tabs (1fa589fc)
- fix(button): replace deprecated Dropdown with Menu in Button (8dd6c959)
- fix(popover): replace deprecated 'dropdown' with Select in Popover (3ebee272)

### Documentation

NA

---

## 3.1.0 (2024-10-08)

### 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": "3.1.0",
"version": "3.2.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 b94205f

Please sign in to comment.