Skip to content

Commit

Permalink
release-version-0.2.7 (#654)
Browse files Browse the repository at this point in the history
Co-authored-by: Anubhav Agrawal <anubagrawal@microsoft.com>
  • Loading branch information
Anubhvv and Anubhav Agrawal committed May 12, 2024
1 parent ea5b308 commit 3377e4c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions FluentUI.Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.microsoft.fluentuidemo'
minSdkVersion 21
targetSdkVersion 30
versionCode 1006
versionName '0.2.6'
versionCode 1007
versionName '0.2.7'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

// Forcing emoji2 version as a workaround for not moving to Android 34 during BOM update.
Expand Down
5 changes: 2 additions & 3 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Release Version 0.2.6:
Release Version 0.2.7:

What's New:

Fluent V2:
Fix/Enhancement:

1. Resolved the issue of recurring focus in Text Field
2. The user passed modifier's application order has been changed, now it will be applied first, and then internal modifiers.
1. People Picker now supports a new param Persona Chip Tokens for finer user control over the customization of the persona chip tokens.

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)
8 changes: 4 additions & 4 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ project.ext.fluentui_others_versionid = '0.2.0'
project.ext.fluentui_transients_versionid = '0.2.0'
project.ext.fluentui_topappbars_versionid = '0.2.0'
project.ext.fluentui_menus_versionid = '0.2.0'
project.ext.fluentui_peoplepicker_versionid = '0.2.0'
project.ext.fluentui_peoplepicker_versionid = '0.2.1'
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.6'
project.ext.FluentUI_versionid = '0.2.7'
project.ext.fluentui_calendar_version_code = 1000
project.ext.fluentui_controls_version_code = 1004
project.ext.fluentui_core_version_code = 1004
Expand All @@ -39,12 +39,12 @@ project.ext.fluentui_others_version_code = 1000
project.ext.fluentui_transients_version_code = 1000
project.ext.fluentui_topappbars_version_code = 1000
project.ext.fluentui_menus_version_code = 1000
project.ext.fluentui_peoplepicker_version_code = 1000
project.ext.fluentui_peoplepicker_version_code = 1001
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 = 1006
project.ext.FluentUI_version_code = 1007
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'
Expand Down
2 changes: 1 addition & 1 deletion fluentui-office-build-universal-publish-1espt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ extends:
vstsFeedPublish: 'Office'
vstsFeedPackagePublish: 'fluentuiandroid'
versionOption: 'custom'
versionPublish: '0.2.6'
versionPublish: '0.2.7'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 3377e4c

Please sign in to comment.