Skip to content

Commit

Permalink
Release alpha-12 (#134)
Browse files Browse the repository at this point in the history
Release alpha-12
  • Loading branch information
kodiakhq[bot] authored Jun 16, 2023
2 parents 101706f + 1261d4f commit 03d7e0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/pages/AboutScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const AboutScreen = ({ navigation }) => {
</Box>
</Box>
<Text style={tailwind.style("font-medium pt-2")}>
version: {Constants.manifest.version}(5)
version: {Constants.manifest.version}(11)
</Text>
</Box>
</Box>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adaptui/react-native-tailwind",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System",
"keywords": [
"react-native",
Expand Down Expand Up @@ -103,6 +103,7 @@
"all-contributors-cli": "6.20.0",
"commitlint": "17.0.3",
"eslint": "8.20.0",
"eslint-plugin-ft-flow": "^2.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"expo-haptics": "12.2.1",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5135,6 +5135,14 @@ eslint-plugin-flowtype@^8.0.0:
lodash "^4.17.21"
string-natural-compare "^3.0.1"

eslint-plugin-ft-flow@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.3.tgz#3b3c113c41902bcbacf0e22b536debcfc3c819e8"
integrity sha512-Vbsd/b+LYA99jUbsL6viEUWShFaYQt2YQs3QN3f+aeszOhh2sgdcU0mjzDyD4yyBvMc8qy2uwvBBWfMzEX06tg==
dependencies:
lodash "^4.17.21"
string-natural-compare "^3.0.1"

[email protected]:
version "2.26.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
Expand Down

0 comments on commit 03d7e0b

Please sign in to comment.