Skip to content

Commit 335d45b

Browse files
chore: update version to 0.1.0-beta.1
1 parent 734459e commit 335d45b

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.1-beta.1
1+
## 0.1.0-beta.1
22

33
- Removed Material dependency from all the components, built from Flutter core apis
44
- New widgets: added Icon Button, Accordion
@@ -7,6 +7,13 @@
77
- Internal refactor & code structurting
88
- Bug Fixes
99

10+
## 0.0.1-alpha.5
11+
12+
- Added GS Stack
13+
- Added GS Scroll
14+
- Widget specific enums for better developer experience
15+
- Added more examples
16+
1017
## 0.0.1-alpha.4
1118

1219
- Add support to get custom JSON config for Gluestack Widgets

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Add the package to your dependencies:
4444

4545
```yaml
4646
dependencies:
47-
gluestack_ui: 0.0.1-beta.1
47+
gluestack_ui: 0.1.0-beta.1
4848
```
4949
5050
OR

pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: gluestack_ui
2-
description: "Universal Themed & Unstyled Widgets for Flutter"
2+
description: "A universal UI library that provides optionally styled and accessible widgets, designed for easy integration into applications developed with Flutter."
33

4-
homepage: https://github.com/gluestack/gluestack-flutter
5-
repository: https://github.com/gluestack/gluestack-flutter
6-
issue_tracker: https://github.com/gluestack/gluestack-flutter/issues
7-
documentation: https://github.com/gluestack/gluestack-flutter
4+
homepage: https://flutter.gluestack.io/
5+
repository: https://github.com/gluestack/gluestack-ui-flutter
6+
issue_tracker: https://github.com/gluestack/gluestack-ui-flutter/issues
7+
documentation: https://flutter.gluestack.io/
88

9-
version: 0.0.1-alpha.4
9+
version: 0.1.0-beta.1
1010

1111
environment:
1212
sdk: ">=3.2.1 <4.0.0"

0 commit comments

Comments
 (0)