Skip to content

Commit 1a834e9

Browse files
authored
Merge pull request #68 from gluestack/feat/provider-remove
Increase version number to 0.0.1-alpha.2
2 parents 935c097 + 441063f commit 1a834e9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
## 0.0.1-alpha.1
22

33
- Initial alpha release.
4+
5+
## 0.0.1-alpha.2
6+
7+
- Remove provider dependency from package.
8+
- Update example to manage light and dark theme.

README.md

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

3131
```yaml
3232
dependencies:
33-
gluestack_ui: 0.0.1-alpha.1
33+
gluestack_ui: 0.0.1-alpha.2
3434
```
3535
3636
OR

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ packages:
120120
path: ".."
121121
relative: true
122122
source: path
123-
version: "0.0.1-alpha.1"
123+
version: "0.0.1-alpha.2"
124124
integration_test:
125125
dependency: "direct dev"
126126
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: https://github.com/gluestack/gluestack-flutter
66
issue_tracker: https://github.com/gluestack/gluestack-flutter/issues
77
documentation: https://github.com/gluestack/gluestack-flutter
88

9-
version: 0.0.1-alpha.1
9+
version: 0.0.1-alpha.2
1010

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

0 commit comments

Comments
 (0)