Skip to content

Commit 2fe631f

Browse files
committed
v5.1.10
1 parent f83947c commit 2fe631f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+193
-44
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.10](https://github.com/Akylas/nativescript-material-components/compare/v5.1.9...v5.1.10) (2020-12-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **button:** faster android button ([653775f](https://github.com/Akylas/nativescript-material-components/commit/653775f48601c6cf43a451f9fc57fe817aa54e25))
12+
* **slider:** faster android slider ([36f5803](https://github.com/Akylas/nativescript-material-components/commit/36f58030dacfd548fb6072dc0d1a76352b96c639))
13+
* android function not public ([b6f689c](https://github.com/Akylas/nativescript-material-components/commit/b6f689ca4a0786263b40610a10c86710674603e6))
14+
15+
16+
### Features
17+
18+
* **bottomsheet:** android disableDimBackground ([a5e791e](https://github.com/Akylas/nativescript-material-components/commit/a5e791e7c4a7461e21d5a2e5aa0291c72d7427fd))
19+
20+
21+
22+
23+
624
## [5.1.9](https://github.com/Akylas/nativescript-material-components/compare/v5.1.8...v5.1.9) (2020-12-01)
725

826

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "5.1.9"
20+
"version": "5.1.10"
2121
}

packages/activityindicator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.1.9...v5.1.10) (2020-12-03)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [5.1.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.1.8...v5.1.9) (2020-12-01)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator

packages/activityindicator/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/activityindicator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-activityindicator",
3-
"version": "5.1.9",
3+
"version": "5.1.10",
44
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
@@ -43,7 +43,7 @@
4343
"readmeFilename": "README.md",
4444
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
4545
"dependencies": {
46-
"@nativescript-community/ui-material-core": "^5.1.9"
46+
"@nativescript-community/ui-material-core": "^5.1.10"
4747
},
4848
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4949
}

packages/bottomnavigationbar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.1.9...v5.1.10) (2020-12-03)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [5.1.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.1.8...v5.1.9) (2020-12-01)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar

packages/bottomnavigationbar/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bottomnavigationbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomnavigationbar",
3-
"version": "5.1.9",
3+
"version": "5.1.10",
44
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
55
"main": "bottomnavigationbar",
66
"sideEffects": false,
@@ -48,7 +48,7 @@
4848
},
4949
"readmeFilename": "README.md",
5050
"dependencies": {
51-
"@nativescript-community/ui-material-core": "^5.1.9"
51+
"@nativescript-community/ui-material-core": "^5.1.10"
5252
},
5353
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
5454
}

packages/bottomsheet/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.1.9...v5.1.10) (2020-12-03)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
10+
11+
12+
13+
614
## [5.1.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.1.8...v5.1.9) (2020-12-01)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet

packages/bottomsheet/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)