Skip to content

Commit bc732b7

Browse files
authored
Merge pull request #323 from soliplex/chore/version-0.88.0+58
chore: version 0.88.0+58
2 parents 90a6a25 + 68263c9 commit bc732b7

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Versions follow the `version+build` scheme from `pubspec.yaml`, bumped via
88

99
## [Unreleased]
1010

11+
## [0.88.0+58] - 2026-06-03
12+
13+
### Added
14+
15+
- Design: configurable `ClassificationTheme` with classification resolution
16+
logic, a `ClassificationBadge` component, and a `Pill` primitive shared with
17+
the badge family.
18+
- Lobby: show a classification marking on room cards.
19+
1120
### Changed
1221

1322
- Upgraded within-constraint dependencies: `flutter_appauth` 12.0.1,

lib/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
///
33
/// Generated from pubspec.yaml. Run `dart run tool/update_version.dart` after
44
/// changing the version in pubspec.yaml.
5-
const String soliplexVersion = '0.87.2+57';
5+
const String soliplexVersion = '0.88.0+58';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Modular Flutter frontend framework for Soliplex
33
publish_to: none
44
# To update version, run:
55
# dart run tool/bump_version.dart <major|minor|patch|build>
6-
version: 0.87.2+57
6+
version: 0.88.0+58
77

88
environment:
99
sdk: ^3.6.0

0 commit comments

Comments
 (0)