Skip to content

Commit e601bb1

Browse files
committed
Bumped version to 0.1.1
1 parent 15c01f8 commit e601bb1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.1
2+
3+
- Fixed GIF path in README to load correctly on pub.dev
4+
- Fixed metadata in `pubspec.yaml` for description and links
5+
16
## 0.1.0
27

38
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flutter pub add auto_layout_frame
2626
- 📱 **Responsive UI**: Build flexible, responsive layouts that adapt to different screen sizes
2727
- 🚀 **Rapid prototyping**: Quickly create complex layouts with an intuitive, declarative syntax
2828

29-
<img style="width: 100%;" src="https://github.com/kerberjg/auto_layout_frame.dart/blob/0.1.0/screenshots/editor.gif?raw=true"/>
29+
<img style="width: 100%;" src="https://github.com/kerberjg/auto_layout_frame.dart/blob/0.1.1/screenshots/editor.gif?raw=true"/>
3030

3131

3232
## ✨ Features

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auto_layout_frame
22
description: Flutter implementation of Figma's Auto Layout frames with support for alignment, padding, gap, resizing, and overflow behavior.
3-
version: 0.1.0
3+
version: 0.1.1
44

55
license: MPL-2.0
66
homepage: https://github.com/kerberjg/auto_layout_frame.dart

0 commit comments

Comments
 (0)