Skip to content

Commit 047a17d

Browse files
chore: update packages/flutter/scripts/update-js.sh to 10.6.0 (#3201)
Co-authored-by: GitHub <[email protected]>
1 parent 8825ed8 commit 047a17d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
### Dependencies
2525

2626
- Pin `ffigen` to `19.0.0` and add `objective_c` version `8.0.0` package used in `ffigen` on iOS and macOS ([#3163](https://github.com/getsentry/sentry-dart/pull/3163))
27-
- Bump JavaScript SDK from v9.40.0 to v10.5.0 ([#3167](https://github.com/getsentry/sentry-dart/pull/3167))
28-
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1050)
29-
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.5.0)
27+
- Bump JavaScript SDK from v9.40.0 to v10.6.0 ([#3167](https://github.com/getsentry/sentry-dart/pull/3167), [#3201](https://github.com/getsentry/sentry-dart/pull/3201))
28+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1060)
29+
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.6.0)
3030

3131
## 9.7.0-beta.1
3232

packages/flutter/lib/src/web/sentry_js_sdk_version.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import 'package:meta/meta.dart';
22

33
/// DO NOT EDIT – generated by scripts/update-js.sh
44
@internal
5-
const sentryJsSdkVersion = '10.5.0';
5+
const sentryJsSdkVersion = '10.6.0';
66

77
@internal
88
const productionIntegrity =
9-
'sha384-a/kpZPRhuQUHO/PWjukV4gVMXzT9kTRhTqz6fVjhBpWKR3zy1gEz9+UR6bTC+lHI';
9+
'sha384-SFODEb3T2QkMjTr3S1it5zIK0cIW7jsComFUkmJ9nU9uaWs3AzA6cubt8xn0zW7A';
1010

1111
@internal
1212
const debugIntegrity =
13-
'sha384-b9TU9FO53p36xCzrtaT7vDRjkfEDsh3Hbk8pQ34Cj/YAiLZTV/Azq1px0iZ6jkj1';
13+
'sha384-qsi17lmgPOT3Gv8aKKWKWD2ZgR5SokLG5iV1HL6GMhpk9fqujLH7R+1R86IGXroI';

0 commit comments

Comments
 (0)