diff --git a/packages/widget_toolkit/CHANGELOG.md b/packages/widget_toolkit/CHANGELOG.md index fe170fe1..8f8156a1 100644 --- a/packages/widget_toolkit/CHANGELOG.md +++ b/packages/widget_toolkit/CHANGELOG.md @@ -1,7 +1,5 @@ -## [0.1.1] - - Fixed loading state of 'SmallButton' widget - ## [0.1.0] +- Fixed loading state of 'SmallButton' widget ### Breaking changes: - Removed static `.withDependencies` constructor from widgets - Added new widgets `*WithDependencies` diff --git a/packages/widget_toolkit/pubspec.yaml b/packages/widget_toolkit/pubspec.yaml index d17f911f..a9c90270 100644 --- a/packages/widget_toolkit/pubspec.yaml +++ b/packages/widget_toolkit/pubspec.yaml @@ -1,6 +1,6 @@ name: widget_toolkit description: The Widget Toolkit package consists of several lightweight and customisable UI components that boost productivity and reduce the development time. -version: 0.1.1 +version: 0.1.0 repository: https://github.com/Prime-Holding/widget_toolkit/tree/master/packages/widget_toolkit issue_tracker: https://github.com/orgs/Prime-Holding/projects/6 homepage: https://www.primeholding.com