Skip to content

Commit 00c1546

Browse files
chore: Release prep 3.4.0 (#284)
1 parent 31ef231 commit 00c1546

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.4.0
4+
5+
- chore(deps): update multiple dependencies (#283) (2026-01-06)
6+
37
## 3.3.3
48

59
- chore(deps): bump shared_preferences from 2.5.3 to 2.5.4 (#281) (2026-01-05)

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ packages:
358358
path: ".."
359359
relative: true
360360
source: path
361-
version: "3.3.3"
361+
version: "3.4.0"
362362
shared_preferences:
363363
dependency: transitive
364364
description:

lib/src/services/settings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'package:uuid/uuid.dart';
1111

1212
class Settings {
1313
/// The current version of the Raygun4Flutter package.
14-
static const kVersion = '3.3.3';
14+
static const kVersion = '3.4.0';
1515

1616
static const kDefaultCrashReportingEndpoint =
1717
'https://api.raygun.com/entries';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: raygun4flutter
22
description: Raygun4flutter package is the official Raygun crash reporting provider for Flutter.
33
# Also update lib/src/services/settings.dart kVersion
4-
version: 3.3.3
4+
version: 3.4.0
55
homepage: https://raygun.com
66
repository: https://github.com/MindscapeHQ/Raygun4Flutter
77

0 commit comments

Comments
 (0)