Skip to content

Commit 3235cd6

Browse files
Merge pull request #815 from microsoft/kakhanna/fluent_release_0.3.11
Fluent release PR version 0.3.11
2 parents 8aea540 + f944c67 commit 3235cd6

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

FluentUI.Demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId 'com.microsoft.fluentuidemo'
1414
minSdkVersion 23
1515
targetSdkVersion 34
16-
versionCode 2010
17-
versionName '0.3.10'
16+
versionCode 2011
17+
versionName '0.3.11'
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}
2020
kotlinOptions {

FluentUI.Demo/src/main/assets/dogfood-release-notes.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ Release version 0.3.10
22
What's new
33
Fluent v2:
44
Fix/enhancement:
5-
1. Added new Stackable Snackbar Component which allows showing multiple notifications at once.
6-
2. Fixed V2 BottomDrawer not dismissing on back button press when in focus
7-
3. Added Offset Tokens for V2 BottomSheet to Offset the Anchors
5+
1. Modified the Stackable Snackbar's Trailing Icon to be mutable
86

97
Note:
108
The Demo App for Fluent Controls will now also be published on Github starting from v0.3.8

config.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project.ext.fluentui_peoplepicker_versionid = '0.3.6'
2626
project.ext.fluentui_persona_versionid = '0.3.4'
2727
project.ext.fluentui_progress_versionid = '0.3.7'
2828
project.ext.fluentui_icons_versionid = '0.3.2'
29-
project.ext.fluentui_notification_versionid = '0.3.6'
29+
project.ext.fluentui_notification_versionid = '0.3.7'
3030
project.ext.FluentUI_versionid = '0.3.10'
3131
project.ext.fluentui_calendar_version_code = 2003
3232
project.ext.fluentui_controls_version_code = 2003
@@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 2006
4343
project.ext.fluentui_persona_version_code = 2004
4444
project.ext.fluentui_progress_version_code = 2007
4545
project.ext.fluentui_icons_version_code = 2002
46-
project.ext.fluentui_notification_version_code = 2006
47-
project.ext.FluentUI_version_code = 2010
46+
project.ext.fluentui_notification_version_code = 2007
47+
project.ext.FluentUI_version_code = 2011
4848
project.ext.license_type = 'MIT License'
4949
project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
5050
project.ext.github_url = 'https://github.com/microsoft/fluentui-android'

0 commit comments

Comments
 (0)