diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index 0d4eca1eb..cd1353d9a 100644 --- a/FluentUI.Demo/build.gradle +++ b/FluentUI.Demo/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'com.microsoft.fluentuidemo' minSdkVersion 21 targetSdkVersion 30 - versionCode 1007 - versionName '0.2.7' + versionCode 1008 + versionName '0.2.8' testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" // Forcing emoji2 version as a workaround for not moving to Android 34 during BOM update. diff --git a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt index f2e9f0701..9a34ff78b 100644 --- a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt +++ b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt @@ -1,10 +1,10 @@ -Release Version 0.2.7: +Release Version 0.2.8: What's New: Fluent V2: Fix/Enhancement: - 1. People Picker now supports a new param Persona Chip Tokens for finer user control over the customization of the persona chip tokens. + 1. Added an additional token to enable resizing the drawer's width in landscape mode. Note: Fluent version 0.1.x (from 0.1.48) supports compose version 0.1.43 (BOM 2023.06.01). Fluent versions 0.2.x will support compose version 1.5.1 (BOM 2023.09.00) \ No newline at end of file diff --git a/config.gradle b/config.gradle index 1b53804bc..62f9c24d5 100644 --- a/config.gradle +++ b/config.gradle @@ -13,10 +13,10 @@ */ project.ext.fluentui_calendar_versionid = '0.2.0' project.ext.fluentui_controls_versionid = '0.2.4' -project.ext.fluentui_core_versionid = '0.2.4' +project.ext.fluentui_core_versionid = '0.2.5' project.ext.fluentui_listitem_versionid = '0.2.1' project.ext.fluentui_tablayout_versionid = '0.2.0' -project.ext.fluentui_drawer_versionid = '0.2.4' +project.ext.fluentui_drawer_versionid = '0.2.5' project.ext.fluentui_ccb_versionid = '0.2.0' project.ext.fluentui_others_versionid = '0.2.0' project.ext.fluentui_transients_versionid = '0.2.0' @@ -27,13 +27,13 @@ project.ext.fluentui_persona_versionid = '0.2.1' project.ext.fluentui_progress_versionid = '0.2.0' project.ext.fluentui_icons_versionid = '0.2.0' project.ext.fluentui_notification_versionid = '0.2.2' -project.ext.FluentUI_versionid = '0.2.7' +project.ext.FluentUI_versionid = '0.2.8' project.ext.fluentui_calendar_version_code = 1000 project.ext.fluentui_controls_version_code = 1004 -project.ext.fluentui_core_version_code = 1004 +project.ext.fluentui_core_version_code = 1005 project.ext.fluentui_listitem_version_code = 1001 project.ext.fluentui_tablayout_version_code = 1000 -project.ext.fluentui_drawer_version_code = 1004 +project.ext.fluentui_drawer_version_code = 1005 project.ext.fluentui_ccb_version_code = 1000 project.ext.fluentui_others_version_code = 1000 project.ext.fluentui_transients_version_code = 1000 @@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 1001 project.ext.fluentui_progress_version_code = 1000 project.ext.fluentui_icons_version_code = 1000 project.ext.fluentui_notification_version_code = 1002 -project.ext.FluentUI_version_code = 1007 +project.ext.FluentUI_version_code = 1008 project.ext.license_type = 'MIT License' project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE' project.ext.github_url = 'https://github.com/microsoft/fluentui-android' diff --git a/fluentui-office-build-universal-publish-1espt.yml b/fluentui-office-build-universal-publish-1espt.yml index 24508e5c2..1f35bf6db 100644 --- a/fluentui-office-build-universal-publish-1espt.yml +++ b/fluentui-office-build-universal-publish-1espt.yml @@ -62,6 +62,6 @@ extends: vstsFeedPublish: 'Office' vstsFeedPackagePublish: 'fluentuiandroid' versionOption: 'custom' - versionPublish: '0.2.7' + versionPublish: '0.2.8' packagePublishDescription: 'Fluent Universal Package' publishedPackageVar: 'fluent package' \ No newline at end of file