Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PraveenKumar authored and mishramayank1 committed Feb 19, 2024
1 parent 612fce9 commit 8c46ff9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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 1000
versionName '0.2.0'
versionCode 1001
versionName '0.2.1'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

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

What's New:

Fluent V2:
Fix/Enhancement:
1. SearchBar and FAB no longer has restricted height.
2. Minor enhancements and accessibitly fixes to Listitem.
3. Enhanced Label component to support additional text styling and alignment.
1. Minor fixes in Checkbox, tooltip offsets and bottomsheet.
2. Rare snackbar crash resulting due to race condition is fixed.
3. Addtiional tokens added to checkbox component.

Note: Here on 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 supoort compose version 1.5.1 (BOM 2023.09.00)
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 supoort compose version 1.5.1 (BOM 2023.09.00)
20 changes: 10 additions & 10 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
* fluentui_drawer and FluentUI should increment their respective version ids
*/
project.ext.fluentui_calendar_versionid = '0.2.0'
project.ext.fluentui_controls_versionid = '0.2.0'
project.ext.fluentui_core_versionid = '0.2.0'
project.ext.fluentui_controls_versionid = '0.2.1'
project.ext.fluentui_core_versionid = '0.2.1'
project.ext.fluentui_listitem_versionid = '0.2.0'
project.ext.fluentui_tablayout_versionid = '0.2.0'
project.ext.fluentui_drawer_versionid = '0.2.0'
project.ext.fluentui_drawer_versionid = '0.2.1'
project.ext.fluentui_ccb_versionid = '0.2.0'
project.ext.fluentui_others_versionid = '0.2.0'
project.ext.fluentui_transients_versionid = '0.2.0'
Expand All @@ -26,14 +26,14 @@ project.ext.fluentui_peoplepicker_versionid = '0.2.0'
project.ext.fluentui_persona_versionid = '0.2.0'
project.ext.fluentui_progress_versionid = '0.2.0'
project.ext.fluentui_icons_versionid = '0.2.0'
project.ext.fluentui_notification_versionid = '0.2.0'
project.ext.FluentUI_versionid = '0.2.0'
project.ext.fluentui_notification_versionid = '0.2.1'
project.ext.FluentUI_versionid = '0.2.1'
project.ext.fluentui_calendar_version_code = 1000
project.ext.fluentui_controls_version_code = 1000
project.ext.fluentui_core_version_code = 1000
project.ext.fluentui_controls_version_code = 1001
project.ext.fluentui_core_version_code = 1001
project.ext.fluentui_listitem_version_code = 1000
project.ext.fluentui_tablayout_version_code = 1000
project.ext.fluentui_drawer_version_code = 1000
project.ext.fluentui_drawer_version_code = 1001
project.ext.fluentui_ccb_version_code = 1000
project.ext.fluentui_others_version_code = 1000
project.ext.fluentui_transients_version_code = 1000
Expand All @@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 1000
project.ext.fluentui_persona_version_code = 1000
project.ext.fluentui_progress_version_code = 1000
project.ext.fluentui_icons_version_code = 1000
project.ext.fluentui_notification_version_code = 1000
project.ext.FluentUI_version_code = 1000
project.ext.fluentui_notification_version_code = 1001
project.ext.FluentUI_version_code = 1001
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.0'
versionPublish: '0.2.1'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 8c46ff9

Please sign in to comment.