Skip to content

Commit 1dc65bb

Browse files
committed
FIX: Changelog heading entry for 3.5.1 that was lost in 3.6.0. Bump version to 3.6.1.
1 parent f1c67ad commit 1dc65bb

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the **FlexSeedScheme** (FSS) package are documented here.
44

5+
## 3.6.1
6+
7+
**Nov 5, 2025**
8+
9+
**FIX**
10+
11+
* FIX changelog that dropped the 3.5.1 heading in 3.6.0 release
12+
513
## 3.6.0
614

715
Requires at least Flutter 3.35.0
@@ -18,6 +26,7 @@ Requires at least Flutter 3.35.0
1826
* NOTE: Flutter stable 3.35.x still uses material_color_utilities 0.11.1, at the time of publishing this, master also does.
1927
* Since FSS uses its own fork, we can use the latest MCU features without conflicts with the pinned version Flutter uses.
2028

29+
## 3.5.1
2130

2231
**March 15, 2025**
2332

example/lib/core/constants/app_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sealed class AppData {
4242
// build numbers.
4343
static const String versionMajor = '3';
4444
static const String versionMinor = '6';
45-
static const String versionPatch = '0';
45+
static const String versionPatch = '1';
4646
static const String versionBuild = '01';
4747
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
4848
'\nBuild-$versionBuild';

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flex_seed_scheme_example
22
description: Example that demonstrate how to use the FlexSeedScheme package.
3-
version: 3.6.0
3+
version: 3.6.1
44
publish_to: 'none'
55
environment:
66
sdk: '>=3.0.0 <4.0.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flex_seed_scheme
22
description: A more flexible and powerful version of Flutter's ColorScheme.fromSeed. Use multiple seed colors, custom chroma and tone mapping.
3-
version: 3.6.0
3+
version: 3.6.1
44
homepage: https://github.com/rydmike/flex_seed_scheme
55
repository: https://github.com/rydmike/flex_seed_scheme
66
issue_tracker: https://github.com/rydmike/flex_seed_scheme/issues

0 commit comments

Comments
 (0)