Skip to content

Commit

Permalink
Update version to 1.0.31 and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtz committed Jun 14, 2023
1 parent e76bca5 commit 5ae4878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3052,6 +3052,8 @@ Wrap your component with the Core component.
`deleteAllData` asynchronously deletes all the data stored in the local storage. Use this with caution, only in an edge case.
# Changelog
## Version 1.0.31
- Add missing styles to LoginForm.
## Version 1.0.30
- Show errors in Billing UI form fields.
- Add config prop to Billing UI component, includes 2 configuration flags.
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": "tf-checkout-react-native",
"version": "1.0.30",
"version": "1.0.31",
"description": "TheTicketFairy ReactNative Checkout library",
"homepage": "https://github.com/theticketfairy/tf-checkout-react-native",
"main": "lib/index.js",
Expand Down

0 comments on commit 5ae4878

Please sign in to comment.