Skip to content

Commit 1515212

Browse files
committed
Prepare to release 0.16.0
1 parent 3e70d7d commit 1515212

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

docs/app/docs/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This means that that following entry in your `pubspec.yaml` file will **not** au
2525

2626
```yaml filename="pubspec.yaml"
2727
dependencies:
28-
forui: ^0.14.0 // ❌ will not upgrade to 0.15.0
28+
forui: ^0.15.0 // ❌ will not upgrade to 0.16.0
2929
```
3030
3131
To upgrade to the latest version of Forui, run the following command:

docs/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const metadata = {
1515
},
1616
};
1717

18-
const banner = <Banner storageKey="some-key">Forui 0.15.0 is released 🎉</Banner>;
18+
const banner = <Banner storageKey="some-key">Forui 0.16.0 is released 🎉</Banner>;
1919
const navbar = (
2020
<Navbar logo={<Logo />} projectLink="https://github.com/forus-labs/forui" chatLink="https://discord.gg/jrw3qHksjE" />
2121
);

forui/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.0 (Next)
1+
## 0.16.0
22

33
### Better Generated Documentation
44

forui/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: forui
22
description: Beautifully designed, minimalistic widgets for desktop & touch devices.
3-
version: 0.15.1
3+
version: 0.16.0
44
homepage: https://forui.dev/
55
documentation: https://forui.dev/docs
66
repository: https://github.com/forus-labs/forui/tree/main/forui
@@ -27,7 +27,7 @@ dependencies:
2727
sdk: flutter
2828
flutter_localizations:
2929
sdk: flutter
30-
forui_assets: ^0.15.0
30+
forui_assets: ^0.16.0
3131
google_fonts: ^6.2.0
3232
intl: any
3333
meta: ^1.11.0

forui_assets/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: forui_assets
22
description: Companion assets for Forui, a set of beautifully designed, minimalistic widgets for desktop & touch devices.
3-
version: 0.15.0
3+
version: 0.16.0
44
homepage: https://forui.dev/
55
documentation: https://forui.dev/docs
66
repository: https://github.com/forus-labs/forui/tree/main/forui_assets

forui_hooks/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.0 (Next)
1+
## 0.16.0
22

33
* **Breaking** Replace `useFDateFieldController(animationDuration: ...)` with `useFDateFieldController(popoverMotion: ...)`.
44
* **Breaking** Replace `useFPopoverController(animationDuration: ...)` with `useFPopoverController(motion: ...)`.

forui_hooks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: forui_hooks
22
description: "Companion hooks for Forui, a set of beautifully designed, minimalistic widgets for desktop & touch devices."
3-
version: 0.15.0
3+
version: 0.16.0
44
homepage: https://forui.dev/
55
documentation: https://forui.dev/docs
66
repository: https://github.com/forus-labs/forui/tree/main/forui_hooks
@@ -15,7 +15,7 @@ dependencies:
1515
flutter:
1616
sdk: flutter
1717
flutter_hooks: ^0.21.0
18-
forui: ^0.15.0
18+
forui: ^0.16.0
1919

2020
dev_dependencies:
2121
flutter_test:

forui_internal_gen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ dependencies:
2424
dev_dependencies:
2525
build_test: ^3.3.2
2626
flint: ^2.8.1
27-
forui: ^0.15.0
27+
forui: ^0.16.0
2828
source_gen_test: ^1.1.1
2929
test: ^1.26.2

0 commit comments

Comments
 (0)