diff --git a/CHANGELOG.md b/CHANGELOG.md index 073368a..c65b19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,31 @@ +## v1.2.0 + +- Added: support for `rowGap`, `columnGap`, and `gap` properties. + ## v1.1.0 -* Added: Add `css-to-react-native` prop `placeContent` to known props +- Added: Add `css-to-react-native` prop `placeContent` to known props ## v1.0.5 -* Added: React Native specific `aspectRatio` property to known properties. +- Added: React Native specific `aspectRatio` property to known properties. ## v1.0.4 -* Added: `textTransform` property. +- Added: `textTransform` property. ## v1.0.3 -* Fixed: Added missing "end" properties from React Native documentation. +- Fixed: Added missing "end" properties from React Native documentation. ## v1.0.2 -* Fixed: Added missing properties from React Native documentation. +- Fixed: Added missing properties from React Native documentation. ## v1.0.1 -* Fixed: fix name `allRN2CSSProps` => `allCSS2RNProps`. +- Fixed: fix name `allRN2CSSProps` => `allCSS2RNProps`. ## v1.0.0 -* Intial release +- Intial release diff --git a/package.json b/package.json index 3a1b985..4ede6ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-known-styling-properties", - "version": "1.1.0", + "version": "1.2.0", "description": "List of known React Native specific styling properties.", "main": "dist/index.js", "files": [