diff --git a/.github/workflows/docs_deploy.yaml b/.github/workflows/docs_deploy.yaml index c2489ffc..b3faf4a3 100644 --- a/.github/workflows/docs_deploy.yaml +++ b/.github/workflows/docs_deploy.yaml @@ -71,12 +71,10 @@ jobs: with: flutter-version: 3.27.x cache: true - - working-directory: forui run: | flutter pub get dart run build_runner build --delete-conflicting-outputs - - run: flutter pub get - run: dart run build_runner build --delete-conflicting-outputs - run: flutter build web diff --git a/forui/CHANGELOG.md b/forui/CHANGELOG.md index 922993dd..87198aec 100644 --- a/forui/CHANGELOG.md +++ b/forui/CHANGELOG.md @@ -12,20 +12,6 @@ * **Breaking** Remove `FThemeData.inherit`. Use `FThemeData(...)` instead. -## 0.9.1+1 -Fix documentation not publishing. - -## 0.9.1 - -### Changes -* Bump Sugar from 3.1.0 to 4.0.0. - -### Fixes -* Fix `FAccordion` disposing passed in controllers. -* Fix `FPicker` incorrectly handling widget updates. -* Fix `FPopover` incorrectly handling widget updates. - - ## 0.9.0 ### Additions diff --git a/forui/pubspec.yaml b/forui/pubspec.yaml index 3a2eca42..34f46d5d 100644 --- a/forui/pubspec.yaml +++ b/forui/pubspec.yaml @@ -17,6 +17,7 @@ workspace: - example dependencies: + analyzer: ^6.11.0 collection: ^1.18.0 flutter: sdk: flutter @@ -29,7 +30,7 @@ dependencies: meta: ^1.11.0 nitrogen_flutter_svg: ^0.4.0 nitrogen_types: ^0.4.0 - sugar: ^4.0.0 + sugar: ^3.1.0 dev_dependencies: