From 6414db3fc76e9d861038fbd1cc12c64dd0b8dee0 Mon Sep 17 00:00:00 2001 From: James Ellis Date: Thu, 31 Aug 2023 12:05:23 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20to=203.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ android/build.gradle | 2 +- example/pubspec.yaml | 2 +- ios/appcues_flutter.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f510e2..1bb7f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 3.0.0 +* ⬆️ Update to Android SDK 3.0.2 (4ad11b6) +* ⬆️ Update to Android SDK 3.0.1 (ee8c1f9) +* ♻️ Update embed frame sizing to include height and width (b72fb3e) +* 🚨 Reformat dart file to pass lint checks (8bcc7b1) +* 📝 Add developer integration doc for embeds (22d4503) +* ♻️ Simplify iOS frame size calcuations (db638e5) +* 👌 Some code cleanup and simplification for embedded view handling (4a205e5) +* ✨ Add support for Android embed view hosting (a04f8bd) +* ✨ Add support for embed views on iOS (2018b72) +* ⬆️ Update to 3.0.0 native SDKs (8856f94) +* Bump activesupport from 6.1.7.3 to 7.0.7.2 in /example/ios (45da273) +* 📝 Update readme note to more strongly emphasize URL scheme configuration (8c45504) +* 🐛 Ensure no empty strings are present in selector property values (9f76db9) +* 🔧 Update Android example version substitution for test app distro (db07cd0) +* 👌 Update suggested items from latest package publish (385df35) + ## 2.1.2 * 🚨 Remove unused import to fix dart pub score (e4d2937) * 👌 Fix table spacing in doc (ebddb9e) diff --git a/android/build.gradle b/android/build.gradle index 33bce25..23773e0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.appcues.flutter.sdk' -version '2.1.2' +version '3.0.0' buildscript { ext.kotlin_version = '1.6.20' diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f83c75c..9db044b 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: 2.1.2 +version: 3.0.0 environment: sdk: ">=2.17.0-0 <4.0.0" dependencies: diff --git a/ios/appcues_flutter.podspec b/ios/appcues_flutter.podspec index d41d4da..9ea4e4f 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 = '2.1.2' + s.version = '3.0.0' 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 a437745..2ad2fc6 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: 2.1.2 +version: 3.0.0 homepage: https://www.appcues.com repository: https://github.com/appcues/appcues-flutter-plugin environment: