Skip to content

Commit 03d7e0b

Browse files
Release alpha-12 (#134)
Release alpha-12
2 parents 101706f + 1261d4f commit 03d7e0b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

example/src/pages/AboutScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const AboutScreen = ({ navigation }) => {
8888
</Box>
8989
</Box>
9090
<Text style={tailwind.style("font-medium pt-2")}>
91-
version: {Constants.manifest.version}(5)
91+
version: {Constants.manifest.version}(11)
9292
</Text>
9393
</Box>
9494
</Box>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptui/react-native-tailwind",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0-alpha.11",
44
"description": "Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System",
55
"keywords": [
66
"react-native",
@@ -103,6 +103,7 @@
103103
"all-contributors-cli": "6.20.0",
104104
"commitlint": "17.0.3",
105105
"eslint": "8.20.0",
106+
"eslint-plugin-ft-flow": "^2.0.3",
106107
"eslint-plugin-import": "2.26.0",
107108
"eslint-plugin-simple-import-sort": "8.0.0",
108109
"expo-haptics": "12.2.1",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5135,6 +5135,14 @@ eslint-plugin-flowtype@^8.0.0:
51355135
lodash "^4.17.21"
51365136
string-natural-compare "^3.0.1"
51375137

5138+
eslint-plugin-ft-flow@^2.0.3:
5139+
version "2.0.3"
5140+
resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.3.tgz#3b3c113c41902bcbacf0e22b536debcfc3c819e8"
5141+
integrity sha512-Vbsd/b+LYA99jUbsL6viEUWShFaYQt2YQs3QN3f+aeszOhh2sgdcU0mjzDyD4yyBvMc8qy2uwvBBWfMzEX06tg==
5142+
dependencies:
5143+
lodash "^4.17.21"
5144+
string-natural-compare "^3.0.1"
5145+
51385146
51395147
version "2.26.0"
51405148
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"

0 commit comments

Comments
 (0)