Skip to content

Commit 1410253

Browse files
authored
Prepare to release 0.22.1 (#1031)
* Prepare to release 0.22.1 * Whoops
1 parent 02bf7ff commit 1410253

6 files changed

Lines changed: 298 additions & 24 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</div>
3333

3434
> [!IMPORTANT]
35-
> Forui 0.18.0+ requires Flutter **3.41.0+**. Run `flutter --version` to check your Flutter version.
35+
> Forui 0.22.0+ requires Flutter **3.44.0+**. Run `flutter --version` to check your Flutter version.
3636
3737
## Why Choose Forui?
3838

docs/content/docs/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you're new to Flutter, you may follow the official [installation guide](https
1818
From your Flutter project directory, run the following command to install Forui.
1919

2020
<Callout type="warning">
21-
Forui 0.18.0+ requires Flutter **3.41.0+**. Run `flutter --version` to check your Flutter version.
21+
Forui 0.22.0+ requires Flutter **3.44.0+**. Run `flutter --version` to check your Flutter version.
2222
</Callout>
2323

2424
```bash filename="bash" copy
@@ -29,11 +29,11 @@ flutter pub add forui
2929

3030
Flutter does not automatically upgrade minor versions of packages prior to `1.0.0`.
3131

32-
This means that that following entry in your `pubspec.yaml` file will **not** automatically upgrade to `0.20.0`:
32+
This means that that following entry in your `pubspec.yaml` file will **not** automatically upgrade to `0.22.0`:
3333

3434
```yaml filename="pubspec.yaml"
3535
dependencies:
36-
forui: ^0.20.0 // ❌ will not upgrade to 0.21.0
36+
forui: ^0.21.0 // ❌ will not upgrade to 0.22.0
3737
```
3838
3939
To upgrade to the latest version of Forui, run the following command:

forui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.22.1
2+
3+
### Others
4+
* Fix `icon-mapping` CLI snippet referencing Lucide brand icons removed in 0.22.0.
5+
6+
17
## 0.22.0
28

39
### `FAccordionItem`

forui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</div>
3030

3131
> [!IMPORTANT]
32-
> Forui 0.18.0+ requires Flutter **3.41.0+**. Run `flutter --version` to check your Flutter version.
32+
> Forui 0.22.0+ requires Flutter **3.44.0+**. Run `flutter --version` to check your Flutter version.
3333
3434
## Why Choose Forui?
3535

0 commit comments

Comments
 (0)