Skip to content

Commit f82884c

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-cocoa.sh to 8.46.0
1 parent 3b5a71f commit f82884c

File tree

4 files changed

+184
-52
lines changed

4 files changed

+184
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Pass missing `captureFailedRequests` param to `FailedRequestInterceptor` ([#2744](https://github.com/getsentry/sentry-dart/pull/2744))
88

9+
### Dependencies
10+
11+
- Bump Cocoa SDK from v8.45.0 to v8.46.0 ([#2772](https://github.com/getsentry/sentry-dart/pull/2772))
12+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8460)
13+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.45.0...8.46.0)
14+
915
## 8.14.0-beta.1
1016

1117
### Behavioral changes

flutter/ios/sentry_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1616
:tag => s.version.to_s }
1717
s.source_files = 'sentry_flutter/Sources/**/*'
1818
s.public_header_files = 'sentry_flutter/Sources/**/*.h'
19-
s.dependency 'Sentry/HybridSDK', '8.45.0'
19+
s.dependency 'Sentry/HybridSDK', '8.46.0'
2020
s.ios.dependency 'Flutter'
2121
s.osx.dependency 'FlutterMacOS'
2222
s.ios.deployment_target = '12.0'

flutter/ios/sentry_flutter/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "sentry-flutter", targets: ["sentry_flutter", "sentry_flutter_objc"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.45.0")
16+
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.46.0")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)