From 8e9e89bcdd8ea284b7ee50ebff6e6db7bae6fa6f Mon Sep 17 00:00:00 2001 From: clragon Date: Thu, 11 Jan 2024 21:40:06 +0100 Subject: [PATCH] chore: increase version --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba16d72..64998377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 5.0.2 - 2024-01-11 ### Changed - Upgraded flutter\_keyboard\_visibility: ^5.4.1 to ^6.0.0 - Upgraded pointer\_interceptor: ^0.9.3+6 to ^0.10.0 diff --git a/pubspec.yaml b/pubspec.yaml index 3c5e7e3f..b90f744d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_typeahead -version: 5.0.1 +version: 5.0.2 description: A highly customizable typeahead (autocomplete) text input field for Flutter homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead