Skip to content

Commit

Permalink
Merge pull request #18 from asadbaidar/refactor/smart_flutter
Browse files Browse the repository at this point in the history
refactor/smart_flutter
  • Loading branch information
asadbaidar committed Jun 23, 2024
2 parents 7b0ac53 + ab48f46 commit 0b92e4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/smart_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.0+1]

* `smart_flutter_utils: ">=1.0.0 <2.0.0"`
* `smart_flutter_widgets: ">=1.0.0 <2.0.0"`

## [1.0.0]

* smart_flutter_utils: 1.0.0+1
Expand Down
6 changes: 3 additions & 3 deletions packages/smart_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A bundle package for all smart flutter packages including widgets,
homepage: https://github.com/asadbaidar/smart
repository: https://github.com/asadbaidar/smart/tree/master/packages/smart_flutter

version: 1.0.0
version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
Expand All @@ -13,8 +13,8 @@ dependencies:
flutter:
sdk: flutter

smart_flutter_utils: ^1.0.0+1
smart_flutter_widgets: ^1.0.0
smart_flutter_utils: ">=1.0.0 <2.0.0"
smart_flutter_widgets: ">=1.0.0 <2.0.0"

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 0b92e4c

Please sign in to comment.