diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a337a7..45f37512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.2.3](https://github.com/5app/base5-ui/compare/v8.2.2...v8.2.3) (2020-03-25) + + +### Bug Fixes + +* **Button:** Preserve aria-pressed attr on inactive toggle buttons ([a8b300b](https://github.com/5app/base5-ui/commit/a8b300b723be85b62f68803ecd37dbdb890255be)) + ## [8.2.2](https://github.com/5app/base5-ui/compare/v8.2.1...v8.2.2) (2020-03-25) diff --git a/package.json b/package.json index 406a3da7..c292ebd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "8.2.2", + "version": "8.2.3", "description": "5app's reusable UI component library", "main": "index.js", "scripts": { @@ -54,7 +54,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.19.0", - "eslint-plugin-react-hooks": "^2.5.1", + "eslint-plugin-react-hooks": "^3.0.0", "gh-pages": "^2.1.1", "husky": "^4.0.3", "jest": "^25.0.0",