Cherry-pick: Bumps the major version to 11 #1698 (#1700)

* Fix for #1666- Back button is not accessible via keyboard when navigating to the about page. (#1679)

* initial changes

* margin

* format

* resolve review comments

* Popup Content Height

* bumps the major version to 11 (#1698)
This commit is contained in:
Tian L 2021-09-26 16:53:43 +08:00 committed by GitHub
commit 10f5d4005d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ trigger: none
pr: none pr: none
variables: variables:
versionMajor: 10 versionMajor: 11
versionMinor: 2109 versionMinor: 2109
versionBuild: $[counter('10.2109.*', 0)] versionBuild: $[counter('11.2109.*', 0)]
versionPatch: 0 versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)' name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'