Skip to content

Commit

Permalink
fix: semantic release version
Browse files Browse the repository at this point in the history
  • Loading branch information
adoucoure committed Mar 21, 2024
1 parent 9d2f10e commit b929bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"semantic-release": "^23.0.5",
"semantic-release": "^22.0.7",
"size-limit": "^4.10.2"
}
}
}
1 change: 0 additions & 1 deletion src/platform/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Button } from 'react-native'

export default (props) => {
const { children, } = props

return <Button {...props}>
{children}
</Button>
Expand Down

0 comments on commit b929bed

Please sign in to comment.