Skip to content

Commit

Permalink
New version release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmaln committed Oct 19, 2023
1 parent 9f14161 commit 68e2e50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Prefix the change with one of these keywords:
- *Fixed*: for any bug fixes.
- *Security*: in case of vulnerabilities.

## 5.2.8 - 2023-10-19

- Fixed: Button click-ability when disabled

## 5.2.2 - 2023-10-05

- The bug was due to a layout shift that happens when the formik error message is rendered. Details in https://github.com/bigbinary/neeto-ui/issues/1810#issuecomment-1745953703.
Expand Down Expand Up @@ -608,7 +612,6 @@ Changes documentations to sentence case from title casing.
- Updated multivalue error styles
- Increased Story heights for better view
#### Email input

- Updated border radius to `5px`
- Updated selected values styles to match Tag styles
- Fixed prefix and suffix spacing
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": "@bigbinary/neetoui",
"version": "5.2.7",
"version": "5.2.8",
"main": "./index.cjs.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 68e2e50

Please sign in to comment.