diff --git a/CHANGELOG.md b/CHANGELOG.md index 311111a..b297537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v7.0.1 (Unreleased) + +### Fixed + +- Text variants not working correctly on Android [89](https://github.com/etn-ccis/blui-react-native-themes/issues/89). + ## v7.0.0 (January 12, 2024) ### Changed diff --git a/package.json b/package.json index 8cee170..6e14b4c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@brightlayer-ui/react-native-themes", "author": "Brightlayer UI ", "license": "BSD-3-Clause", - "version": "7.0.0", + "version": "7.0.1", "description": "React Native themes for Brightlayer UI applications", "main": "./dist/index.js", "scripts": {