Skip to content

Commit 5731d48

Browse files
committed
Introduce CHANGELOG
1 parent 8f5fa48 commit 5731d48

File tree

5 files changed

+137
-115
lines changed

5 files changed

+137
-115
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
Sizzle's changelog. It follows a format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Types of changes: Added, Changed, Removed, Fixed and Security.
4+
5+
Version format: `major.minor`. Major version is incremented for brea
6+
7+
## [Unreleased]
8+
9+
- Update Flutter SDK to 3.41 (stable channel)
10+
11+
## [3.10] - Jan 4, 2025
12+
13+
- Update Flutter SDK to 3.27 (stable channel)
14+
- Set up Pub Workspaces

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
flutter_bloc: 9.1.1
2020

2121
# Storage
22-
shared_preferences: 2.5.3
22+
shared_preferences: ^2.5.4
2323

2424
# Utils
2525
clock: 1.1.2

core/logger/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515
stack_trace: 1.12.1
1616
clock: 1.1.2
17-
meta: 1.16.0
17+
meta: ^1.17.0
1818
intl: 0.20.2
1919

2020
flutter:

core/rest_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
http: ^1.5.0
1919
intercepted_client: 0.0.1
2020
path: 1.9.1
21-
meta: 1.16.0
21+
meta: ^1.17.0
2222

2323
dev_dependencies:
2424
flutter_test:

0 commit comments

Comments
 (0)