Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
hyochan committed Jul 30, 2021
1 parent 0763c81 commit 58d15d7
Show file tree
Hide file tree
Showing 3 changed files with 1,018 additions and 712 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ Quick News

Breaking Changes
----------------

[7.1.0]
- `androidOldSku` is no longer required [#1438](https://github.com/dooboolab/react-native-iap/pull/1438).

[6.1.0]
- Creates two variants: `play` and `amazon` and only uses the required code.
```
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@
"react-native": ">=0.54"
},
"dependencies": {
"dooboolab-welcome": "^1.3.0"
"dooboolab-welcome": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@dooboo/eslint-config": "^0.7.2",
"@dooboo/eslint-config": "^0.8.2",
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-native": "^7.2.0",
"@types/eslint": "^7.2.10",
"@types/jest": "^26.0.23",
"@types/react": "17.0.5",
"@types/react-native": "0.64.5",
"@types/eslint": "^7.28.0",
"@types/jest": "^26.0.24",
"@types/react": "17.0.15",
"@types/react-native": "0.64.12",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.26.0",
"flow-bin": "^0.150.1",
"eslint": "^7.31.0",
"flow-bin": "^0.156.0",
"flowgen": "^1.14.1",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"prettier": "^2.2.1",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.3.2",
"react-native": "0.64.2",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
}
}
Loading

0 comments on commit 58d15d7

Please sign in to comment.