Skip to content

Commit

Permalink
release v1.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fbchen committed May 12, 2022
1 parent 03f82be commit 680b62a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.0-beta

fully support pinned position.

# v1.1.0-alpha

add pinned position support.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ dependencies:
flutter_constraintlayout:
git:
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
ref: 'v1.1.0-alpha'
ref: 'v1.1.0-beta'
```
```yaml
dependencies:
flutter_constraintlayout: ^1.1.0-alpha
flutter_constraintlayout: ^1.1.0-beta
```
```dart
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ dependencies:
flutter_constraintlayout:
git:
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
ref: 'v1.1.0-alpha'
ref: 'v1.1.0-beta'
```
```yaml
dependencies:
flutter_constraintlayout: ^1.1.0-alpha
flutter_constraintlayout: ^1.1.0-beta
```
```dart
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 1.1.0-alpha
version: 1.1.0-beta
anthor: hackware
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout

Expand Down

0 comments on commit 680b62a

Please sign in to comment.