From 3dfc6ab14d0b5d2c69b3ed2f2478d1c87bc17b3c Mon Sep 17 00:00:00 2001 From: Matt Hayashida Date: Mon, 9 Dec 2024 09:49:17 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20to=204.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ android/build.gradle | 2 +- example/pubspec.yaml | 2 +- ios/appcues_flutter.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b01b7f5..faa8ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 4.3.2 +* 🎬 Update example button colors and add FAB (5438fe1) +* 🔧 Update Flutter version to 3.24 for CI (ab0dc62) +* 🎬 Add ensureSemantics() (6a5a3bd) +* 🎬 Update Android example to Gradle 8.5 (27be3fb) +* 🐛 Fix handling of scale transforms when determing view coordinates (0a6ac36) + ## 4.3.1 * ⬆️ Update SDK to 4.3.2 (b53c42b) diff --git a/android/build.gradle b/android/build.gradle index 938390f..8abac0e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.appcues.flutter.sdk' -version '4.3.1' +version '4.3.2' buildscript { ext.kotlin_version = '1.8.22' diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5dde31f..c589a9a 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: appcues_flutter_example description: Demonstrates how to use the appcues_flutter plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 4.3.1 +version: 4.3.2 environment: sdk: ">=2.17.0-0 <4.0.0" dependencies: diff --git a/ios/appcues_flutter.podspec b/ios/appcues_flutter.podspec index 2cda45f..95ee7e0 100644 --- a/ios/appcues_flutter.podspec +++ b/ios/appcues_flutter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'appcues_flutter' - s.version = '4.3.1' + s.version = '4.3.2' s.summary = 'Plugin package to bridge the native Appcues iOS SDK in a Flutter application.' s.description = <<-DESC A plugin package for sending user properties and events to the Appcues API and retrieving and rendering Appcues content based on those properties and events. diff --git a/pubspec.yaml b/pubspec.yaml index 53e7fca..a0abda3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: appcues_flutter description: Plugin package to bridge the native Appcues SDKs in a Flutter application. -version: 4.3.1 +version: 4.3.2 homepage: https://www.appcues.com repository: https://github.com/appcues/appcues-flutter-plugin environment: