Skip to content

Commit

Permalink
chore: Upgrades OIDC iOS dependency
Browse files Browse the repository at this point in the history
docs: Updates changelog
docs: Updates changelog

OKTA-420795
<<<Jenkins Check-In of Tested SHA: cdcb43c for [email protected]>>>
Artifact: okta-react-native
Files changed count: 4
PR Link: "#183"
  • Loading branch information
oleggnidets-okta authored and eng-prod-CI-bot-okta committed Aug 17, 2021
1 parent b92081f commit b7808cd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.13.2

### Other

- [#183](https://github.com/okta/okta-react-native/pull/183) Updates iOS OIDC dependency: fixes the error when it cannot install OktaOidc 3.10.5

# 1.13.1

### Other
Expand Down
2 changes: 1 addition & 1 deletion OktaSdkBridgeReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Pod::Spec.new do |s|
s.source_files = 'ios/OktaSdkBridge/**/*.{h,m,swift}', 'packages/okta-react-native/ios/OktaSdkBridge/**/*.{h,m,swift}'

s.dependency 'React'
s.dependency 'OktaOidc', '3.10.5'
s.dependency 'OktaOidc', '3.10.6'
end
14 changes: 7 additions & 7 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- OktaOidc (3.10.1):
- OktaOidc/AppAuth (= 3.10.1)
- OktaOidc/Okta (= 3.10.1)
- OktaOidc/AppAuth (3.10.1)
- OktaOidc/Okta (3.10.1):
- OktaOidc (3.10.6):
- OktaOidc/AppAuth (= 3.10.6)
- OktaOidc/Okta (= 3.10.6)
- OktaOidc/AppAuth (3.10.6)
- OktaOidc/Okta (3.10.6):
- OktaOidc/AppAuth
- RCTRequired (0.63.4)
- RCTTypeSafety (0.63.4):
Expand Down Expand Up @@ -350,7 +350,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
OktaOidc: a768c4583eb62cb6fe93f4020e11cff48750c623
OktaOidc: d6c5ce0be950f76360c15f67cf39973f4738abbf
RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e
RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b
React: b0a957a2c44da4113b0c4c9853d8387f8e64e615
Expand All @@ -375,4 +375,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 97f0c687b19d9294ae77f0ea1192ebe609369959

COCOAPODS: 1.10.1
COCOAPODS: 1.10.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@okta/okta-react-native",
"title": "React Native Okta Sdk Bridge",
"version": "1.13.1",
"version": "1.13.2",
"types": "types/index.d.ts",
"description": "Okta OIDC for React Native",
"main": "dist/index.js",
Expand Down

0 comments on commit b7808cd

Please sign in to comment.