From b7ea34604e84118e39d2317e6b5407d8af23c6ac Mon Sep 17 00:00:00 2001 From: fbchen Date: Wed, 27 Apr 2022 17:36:02 +0800 Subject: [PATCH] release v0.9.28-alpha --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d8d35..efc01bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.9.28-alpha + +add self wrapContent support. + # v0.9.27-stable add e-index support. diff --git a/README.md b/README.md index 3f50e0e..ff9c690 100644 --- a/README.md +++ b/README.md @@ -117,12 +117,12 @@ dependencies: flutter_constraintlayout: git: url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git' - ref: 'v0.9.27-stable' + ref: 'v0.9.28-alpha' ``` ```yaml dependencies: - flutter_constraintlayout: ^0.9.27-stable + flutter_constraintlayout: ^0.9.28-alpha ``` ```dart diff --git a/pubspec.yaml b/pubspec.yaml index 93aacdb..c8d8db4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_constraintlayout description: A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS. -version: 0.9.27-stable +version: 0.9.28-alpha anthor: hackware homepage: https://github.com/hackware1993/Flutter-ConstraintLayout