Skip to content

Commit bb9fdda

Browse files
authored
Release/2.1.1 (#180)
* updated changelog * 2.1.1 * fixed changelog
1 parent 6ed82e7 commit bb9fdda

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
### Added
66

7+
### Fixed
8+
9+
### Changed
10+
11+
### Breaking changes
12+
13+
14+
## 2.1.1
15+
716
### Fixed
817
- Fixed flickering issue in the autocomplete component when going to the next or previous page using pagination
918
- Fixed accessibility issue with disabled row on `DataGrid` component.
@@ -14,8 +23,6 @@
1423
### Changed
1524
- Changed `fontWeight` to `normal` for `neutral` size in the `Button` component.
1625

17-
### Breaking changes
18-
1926
## 2.1.0
2027

2128
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcl-software/enchanted-react-components",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Enchanted React Components is a collection of components that are used in HCL Software products.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)