diff --git a/example/src/views/Another.tsx b/example/src/views/Another.tsx index 0eda4fc..09cbd63 100644 --- a/example/src/views/Another.tsx +++ b/example/src/views/Another.tsx @@ -16,10 +16,6 @@ import C, { } from 'consistencss'; import { NavigationStack } from '../types'; -C.elevation; - -C.px123; - const row = apply(C.itemsCenter, C.justifyBetween, C.row); const Another: FC<{ navigation: NavigationStack }> = ({ navigation }) => { diff --git a/package.json b/package.json index bac9833..575b146 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consistencss", - "version": "1.5.5", + "version": "1.6.0", "description": "react native css", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", @@ -65,7 +65,6 @@ }, "husky": { "hooks": { - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "yarn lint && yarn typescript && yarn test" } }, diff --git a/website/versions.json b/website/versions.json index b3baf2d..2207457 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,5 @@ [ + "1.6.0", "1.5.5", "1.5.0", "1.4.0",