Skip to content

Commit da64ce7

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](1.0.2...1.1.0) (2023-11-14) ### Features * add ScrollView support to Flex component & align ([7a2842e](7a2842e))
1 parent 7a2842e commit da64ce7

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/eduardoborges/react-native-flex/compare/1.0.2...1.1.0) (2023-11-14)
2+
3+
4+
### Features
5+
6+
* add ScrollView support to Flex component & align ([7a2842e](https://github.com/eduardoborges/react-native-flex/commit/7a2842ebb9a8cec87507a0629b2ba2b16059f0be))
7+
18
## [1.0.2](https://github.com/eduardoborges/react-native-flex/compare/1.0.1...1.0.2) (2023-11-06)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-flex",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"private": false,
55
"description": "A simple react-native flex grid component to build layouts with elegance",
66
"author": "Eduardo Borges<euduardoborges@gmail.com>",

0 commit comments

Comments
 (0)