Skip to content

Commit 9c2a7c1

Browse files
chore: update scripts/update-cocoa.sh to 7.29.0 (#2571)
Co-authored-by: GitHub <[email protected]>
1 parent c83dc0c commit 9c2a7c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Bump Android SDK from v6.5.0 to v6.6.0 ([#2572](https://github.com/getsentry/sentry-react-native/pull/2572))
88
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660)
99
- [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0)
10+
- Bump Cocoa SDK from v7.28.0 to v7.29.0 ([#2571](https://github.com/getsentry/sentry-react-native/pull/2571))
11+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7290)
12+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.28.0...7.29.0)
1013

1114
## 4.7.1
1215

RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.preserve_paths = '*.js'
1818

1919
s.dependency 'React-Core'
20-
s.dependency 'Sentry', '7.28.0'
20+
s.dependency 'Sentry', '7.29.0'
2121

2222
s.source_files = 'ios/RNSentry.{h,m}'
2323
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)