Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- stricter linting rules.
- update ci-related scripts.
- bump up dependencies — [119](https://github.com/dartoos-dev/flutter_brand_palettes/issues/119).
- stricter linting rules — [117](https://github.com/dartoos-dev/flutter_brand_palettes/issues/117).
- update ci-related scripts — [115](https://github.com/dartoos-dev/flutter_brand_palettes/issues/115).

## [0.5.1] - 2023-02-05

Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: eo_color
sha256: ac7210d3d77b896203c6bd895aaa05af4830b9429ffe466b1da79a3e007371a9
sha256: c8797b2a3223af2d79e8f636805ea65d1083be7df79c033beedfc6f3bf05efe2
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.2.2"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
flutter: ">=1.17.0"

dependencies:
eo_color: ^2.2.0
eo_color: ^2.2.2
flutter:
sdk: flutter
flutter_brand_palettes:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: eo_color
sha256: ac7210d3d77b896203c6bd895aaa05af4830b9429ffe466b1da79a3e007371a9
sha256: c8797b2a3223af2d79e8f636805ea65d1083be7df79c033beedfc6f3bf05efe2
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.2.2"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
flutter: ">=1.17.0"

dependencies:
eo_color: ^2.2.1
eo_color: ^2.2.2
flutter:
sdk: flutter

Expand Down