Skip to content

Commit

Permalink
chore: release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazzes committed Mar 28, 2024
1 parent 3769912 commit c4a2734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tagName": "v${version}"
},
"hooks": {
"before:init": ["yarn lint", "yarn test", "yarn prepare"],
"before:init": ["yarn prepare"],
"after:release": ["rm -rf lib"]
},
"npm": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-zoom-toolkit",
"version": "1.0.2-0",
"version": "1.0.2",
"description": "Smoothly zoom any image, video or component you want in a performant way!",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit c4a2734

Please sign in to comment.