Skip to content

Commit

Permalink
release: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo Silguero committed Apr 1, 2021
1 parent 47b1b59 commit 54665c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions example/src/views/Another.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -65,7 +65,6 @@
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "yarn lint && yarn typescript && yarn test"
}
},
Expand Down
1 change: 1 addition & 0 deletions website/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"1.6.0",
"1.5.5",
"1.5.0",
"1.4.0",
Expand Down

0 comments on commit 54665c6

Please sign in to comment.