Skip to content

Commit 7f2b01d

Browse files
github-actions[bot]web-flowvaind
authored
chore(deps): update Cocoa SDK to v7.31.0 (#1132)
Co-authored-by: GitHub <[email protected]> Co-authored-by: Ivan Dlugos <[email protected]>
1 parent 48e79fd commit 7f2b01d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Disable `enableUserInteractionBreadcrumbs` on Android when `enableAutoNativeBreadcrumbs` is disabled ([#1131](https://github.com/getsentry/sentry-dart/pull/1131))
88

9+
### Dependencies
10+
11+
- Bump Cocoa SDK from v7.30.2 to v7.31.0 ([#1132](https://github.com/getsentry/sentry-dart/pull/1132))
12+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7310)
13+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.2...7.31.0)
14+
915
## 6.15.1
1016

1117
### Dependencies

flutter/ios/sentry_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry/HybridSDK', '7.30.2'
15+
s.dependency 'Sentry/HybridSDK', '7.31.0'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '9.0'

flutter/scripts/update-cocoa.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ get-repo)
1818
echo "https://github.com/getsentry/sentry-cocoa.git"
1919
;;
2020
set-version)
21-
newValue="${BASH_REMATCH[1]}$2'"
21+
newValue="${BASH_REMATCH[1]}'$2'"
2222
echo "${content/${BASH_REMATCH[0]}/$newValue}" >$file
2323
;;
2424
*)

0 commit comments

Comments
 (0)