Skip to content

Commit 1d94cd8

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-js.sh to 10.0.0
1 parent 896ada3 commit 1d94cd8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump JavaScript SDK from v9.40.0 to v10.0.0 ([#3123](https://github.com/getsentry/sentry-dart/pull/3123))
8+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1000)
9+
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.0.0)
10+
311
## 9.6.0-beta.2
412

513
### Fixes

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 = '9.40.0';
5+
const sentryJsSdkVersion = '10.0.0';
66

77
@internal
88
const productionIntegrity =
9-
'sha384-vPGfHO2rglGfudVAgSpUXrBsuOoM3KSL1fu/kOcRVWiUsRbulWmmd/eB+976nz1/';
9+
'sha384-fiBQZNDvJBvPN2N/q/t4uH8LeFZOvI5Ke/5WAw2YDg2MGWV2iPcqqiaEke5QD9yg';
1010

1111
@internal
1212
const debugIntegrity =
13-
'sha384-2NkuofZdrDAa3J1t8H7ABNnNxbyeFwQE5Idolr5FK7zi+j0L+hkcvp1uqnNp1y97';
13+
'sha384-8xCCi3rTsB8ljKEx10Yf1SzGWvsFtGNgA52SxPyggwSHhyHHwvy+ZuCU+E9cwX/a';

0 commit comments

Comments
 (0)