Skip to content

Commit

Permalink
build(ios): Bump sentry-cocoa to 6.0.9 (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Nov 20, 2020
1 parent e05d6ae commit 276251c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- build(ios): Bump `sentry-cocoa` to 6.0.9 #1200

## 2.0.1

- build(ios): Bump `sentry-cocoa` to 6.0.8. #1188
Expand Down
2 changes: 1 addition & 1 deletion RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.preserve_paths = '*.js'

s.dependency 'React-Core'
s.dependency 'Sentry', '6.0.8'
s.dependency 'Sentry', '6.0.9'

s.source_files = 'ios/RNSentry.{h,m}'
s.public_header_files = 'ios/RNSentry.h'
Expand Down
16 changes: 8 additions & 8 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,12 @@ PODS:
- React-Core (= 0.63.1)
- React-cxxreact (= 0.63.1)
- React-jsi (= 0.63.1)
- RNSentry (2.0.0):
- RNSentry (2.0.1):
- React-Core
- Sentry (= 6.0.8)
- Sentry (6.0.8):
- Sentry/Core (= 6.0.8)
- Sentry/Core (6.0.8)
- Sentry (= 6.0.9)
- Sentry (6.0.9):
- Sentry/Core (= 6.0.9)
- Sentry/Core (6.0.9)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -465,11 +465,11 @@ SPEC CHECKSUMS:
React-RCTText: 4f95d322b7e6da72817284abf8a2cdcec18b9cd8
React-RCTVibration: f3a9123c244f35c40d3c9f3ec3f0b9e5717bb292
ReactCommon: 2905859f84a94a381bb0d8dd3921ccb1a0047cb8
RNSentry: 1c93d9d6b68748a6857d49e26c3e88fbe983caba
Sentry: 6ab9f44a413dec7ebf5e82b166048afb5f60b895
RNSentry: 589f835342f36fba327b6319a460383523f5c02e
Sentry: 388c9dc093b2fd3a264466a5c5b21e25959610a9
Yoga: d5bd05a2b6b94c52323745c2c2b64557c8c66f64
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 9d75e167307300a63add2b53a03e1d19bb02cd35

COCOAPODS: 1.9.2
COCOAPODS: 1.10.0

0 comments on commit 276251c

Please sign in to comment.