diff --git a/CHANGELOG.md b/CHANGELOG.md index 37070dc70..c7ff2e63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/zopaUK/react-components/compare/v1.2.2...v1.2.3) (2019-07-18) + + +### Bug Fixes + +* **button:** add focus state to buttons ([9f1480c](https://github.com/zopaUK/react-components/commit/9f1480c)) + ## [1.2.2](https://github.com/zopaUK/react-components/compare/v1.2.1...v1.2.2) (2019-07-16) diff --git a/package.json b/package.json index fe5fd1318..0cd00593f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@zopauk/react-components", "sideEffects": false, "description": "Shared react styled components for all the Zopa projects.", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "author": "Zopa Ltd (https://zopa.com)", "main": "dist/index.js",