Skip to content

Commit a094631

Browse files
authored
chore: update flutter/scripts/update-cocoa.sh to 7.30.2
1 parent 8c7dd11 commit a094631

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Cocoa SDK from v7.30.1 to v7.30.2 ([#1123](https://github.com/getsentry/sentry-dart/pull/1123))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7302)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.1...7.30.2)
10+
311
## 6.15.0
412

513
### Features

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', '~> 7.30.1'
15+
s.dependency 'Sentry', '~> 7.30.2'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '9.0'

0 commit comments

Comments
 (0)