From a5ad40e4aa3a2a161a293b6c5cf1bcb1c4e44dbc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 May 2022 05:49:52 +0000 Subject: [PATCH] chore(release): 1.5.0-next.10 [skip ci] # [1.5.0-next.10](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.9...v1.5.0-next.10) (2022-05-25) ### Bug Fixes * rename valueProps to spreadProps. Add cssProps ([3ae8d94](https://github.com/marklawlor/tailwindcss-react-native/commit/3ae8d940612be59d0c2016497c75fdbebabc43e1)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad1008..b099f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0-next.10](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.9...v1.5.0-next.10) (2022-05-25) + + +### Bug Fixes + +* rename valueProps to spreadProps. Add cssProps ([3ae8d94](https://github.com/marklawlor/tailwindcss-react-native/commit/3ae8d940612be59d0c2016497c75fdbebabc43e1)) + # [1.5.0-next.9](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.8...v1.5.0-next.9) (2022-05-23)