Skip to content

Commit

Permalink
update version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukhammadali committed Jan 31, 2021
1 parent d04359f commit 035d652
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/push-notification-ios": "^1.4.0",
"react": "16.13.1",
"react-native": "0.63.1",
"react-native-auth0-guardian": "^1.0.2",
"@react-native-community/push-notification-ios": "^1.4.0",
"react-native-ios-notification-actions": "^1.0.1"
},
"devDependencies": {
Expand Down
18 changes: 15 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,13 @@
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc"
integrity sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==

"@react-native-community/push-notification-ios@^1.4.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@react-native-community/push-notification-ios/-/push-notification-ios-1.8.0.tgz#7d43cb37b9e644ff3069aafa91befe71688a2dc4"
integrity sha512-vxvkeampafjmtDoQBN8Q4azP21l6cMX93+OQZemyIWZmG++OjCVDQVitobf/kWLm5zyGwdylejbpMGo75qo7rA==
dependencies:
invariant "^2.2.4"

"@sinonjs/commons@^1.7.0":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
Expand Down Expand Up @@ -5466,10 +5473,15 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-native-auth0-guardian@^1.0.1:
react-native-auth0-guardian@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/react-native-auth0-guardian/-/react-native-auth0-guardian-1.0.2.tgz#c886e0a4a8ee23dd03a7e54f6f3aeb42921c0380"
integrity sha512-fYY7eSUT0a5vLafmVbdVQXe+XdU/2Q4lyQN1u1gW1PcYlFCRUCuZxS8ridVEMRmSRkcMhyN07wiqnCcanm7JoA==

react-native-ios-notification-actions@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-native-auth0-guardian/-/react-native-auth0-guardian-1.0.1.tgz#d88fabea7046315da84d33004ced6b084e5467f6"
integrity sha512-pcK/Kr87co4uVYx7G8XvgcnFDDf+wXKCtMk7ZZamLnBf88KodFqKz3vS3Fxh1NAKMBjagIjqNvKdwvhIVYY6PA==
resolved "https://registry.yarnpkg.com/react-native-ios-notification-actions/-/react-native-ios-notification-actions-1.0.1.tgz#dc394e428e425921562f9e4b9833c0de9c85d630"
integrity sha1-3DlOQo5CWSFWL55LmDPA3pyF1jA=

[email protected]:
version "0.63.1"
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-auth0-guardian",
"version": "1.0.1",
"version": "1.0.2",
"description": "React native bridge for Auth0 Guardian",
"main": "index.js",
"scripts": {
Expand All @@ -24,12 +24,9 @@
"bugs": {
"url": "https://github.com/mukhammadali/react-native-auth0-guardian/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:mukhammadali/react-native-auth0-guardian.git"
"url": "git+https://github.com/Mukhammadali/react-native-auth0-guardian.git"
},
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 035d652

Please sign in to comment.