diff --git a/CHANGELOG.md b/CHANGELOG.md index 4619d35..d4a5f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.0.10 + +- feat: add optional `clipBehavior` ([#113](https://github.com/felangel/flow_builder/pull/113)) +- refactor: update to Flutter 3.13.9 + # 0.0.9 - fix: cannot pop with Android back button diff --git a/LICENSE b/LICENSE index 4cddf10..b23e274 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright (c) 2020 Felix Angelov +Copyright (c) 2023 Felix Angelov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/pubspec.yaml b/pubspec.yaml index f06e2ec..a911066 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,8 +2,9 @@ name: flow_builder description: Flutter Flows made easy! A Flutter package which simplifies flows with a flexible, declarative API. repository: https://github.com/felangel/flow_builder homepage: https://github.com/felangel/flow_builder +topics: [navigation, routing] -version: 0.0.9 +version: 0.0.10 environment: sdk: ">=2.17.0 <3.0.0"