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
4 changes: 4 additions & 0 deletions packages/elementary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased
*

## 3.2.1
### Added
* Topics to make it easier to find the package in pub.dev search.

## 3.2.0
### Changed
* This version is the same as 3.1.2 but fix wrong semantic versioning of 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/elementary/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: elementary
description: This is architecture library with the main goal to split code between different responsibility layers, make code clear, simple, readable and easy testable.
version: 3.2.0
version: 3.2.1
repository: "https://github.com/Elementary-team/flutter-elementary/tree/main/packages/elementary"
issue_tracker: "https://github.com/Elementary-team/flutter-elementary/issues"
homepage: "https://github.com/Elementary-team/flutter-elementary"
Expand Down
Loading