Skip to content

Commit

Permalink
version bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramayank1 committed Dec 15, 2022
1 parent c8b0777 commit 8b35393
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
4 changes: 2 additions & 2 deletions FluentUI.Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId 'com.microsoft.fluentuidemo'
minSdkVersion 21
targetSdkVersion 30
versionCode 48
versionName '0.1.13'
versionCode 49
versionName '0.1.14'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down
8 changes: 4 additions & 4 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project.ext.fluentui_calendar_versionid = '0.0.24'
project.ext.fluentui_controls_versionid = '0.1.6'
project.ext.fluentui_core_versionid = '0.1.10'
project.ext.fluentui_listitem_versionid = '0.1.1'
project.ext.fluentui_listitem_versionid = '0.1.2'
project.ext.fluentui_tablayout_versionid = '0.1.0'
project.ext.fluentui_drawer_versionid = '0.1.5'
project.ext.fluentui_ccb_versionid = '0.1.2'
Expand All @@ -26,11 +26,11 @@ project.ext.fluentui_peoplepicker_versionid = '0.0.25'
project.ext.fluentui_persona_versionid = '0.1.3'
project.ext.fluentui_progress_versionid = '0.1.0'
project.ext.fluentui_icons_versionid = '0.1.1'
project.ext.FluentUI_versionid = '0.1.13'
project.ext.FluentUI_versionid = '0.1.14'
project.ext.fluentui_calendar_version_code = 24
project.ext.fluentui_controls_version_code = 7
project.ext.fluentui_core_version_code = 33
project.ext.fluentui_listitem_version_code = 26
project.ext.fluentui_listitem_version_code = 27
project.ext.fluentui_tablayout_version_code = 25
project.ext.fluentui_drawer_version_code = 29
project.ext.fluentui_ccb_version_code = 26
Expand All @@ -42,7 +42,7 @@ project.ext.fluentui_peoplepicker_version_code = 25
project.ext.fluentui_persona_version_code = 29
project.ext.fluentui_progress_version_code = 25
project.ext.fluentui_icons_version_code = 2
project.ext.FluentUI_version_code = 48
project.ext.FluentUI_version_code = 49
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
17 changes: 3 additions & 14 deletions dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
Release Version 0.1.13:
Release Version 0.1.14:

What's New:

Fluent V2 :
New Controls:
1) LinearProgressIndicator
2) CircularProgressIndicator
3) Shimmer (Box & Circle shape)
4) Divider
5) ListContentBuilder
Fix:
1) Accessibility bugfix on button control & demo app activity.
2) Bottom type Drawer will hug the content when content size changes dynamically.
Fix: bump-up version for fluentui_listItem to release aars out of build system.


Fluent V1:

Fix: Tooltip color update fix.
Feature: Expose CommandItem as View.
2 changes: 1 addition & 1 deletion fluentui-android-modular-build-universal-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
vstsFeedPublish: 'Office'
vstsFeedPackagePublish: 'fluentuiandroid'
versionOption: 'custom'
versionPublish: '0.1.13'
versionPublish: '0.1.14'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 8b35393

Please sign in to comment.