Skip to content

Commit

Permalink
Updates lib version and its usages (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
GSingh01 authored Jul 30, 2022
1 parent 8f9a584 commit 8327ea3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/b2c-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"ad-b2c-react-native": "2.0.0",
"ad-b2c-react-native": "2.0.1",
"expo": "^45.0.0",
"expo-constants": "~13.1.1",
"expo-dev-client": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ad-b2c-react-native",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Native Azure B2C auth using JS. This doesn't require eject from expo.",
"files": [
"src/**/*.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3628,7 +3628,7 @@ __metadata:
languageName: unknown
linkType: soft

"[email protected].0, ad-b2c-react-native@workspace:packages/lib":
"[email protected].1, ad-b2c-react-native@workspace:packages/lib":
version: 0.0.0-use.local
resolution: "ad-b2c-react-native@workspace:packages/lib"
dependencies:
Expand Down Expand Up @@ -4237,7 +4237,7 @@ __metadata:
"@types/babel__core": ^7.1.19
"@types/react": ~17.0.21
"@types/react-native": ~0.67.6
ad-b2c-react-native: 2.0.0
ad-b2c-react-native: 2.0.1
expo: ^45.0.0
expo-constants: ~13.1.1
expo-dev-client: ~1.0.1
Expand Down

0 comments on commit 8327ea3

Please sign in to comment.