Skip to content

Commit d58622e

Browse files
committed
v6.0.2
1 parent 3c40b2c commit d58622e

Some content is hidden

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

47 files changed

+200
-47
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
## [6.0.2](https://github.com/nativescript-community/ui-material-components/compare/v6.0.1...v6.0.2) (2021-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **bottomsheet:** ios working peekHeight ([613490d](https://github.com/nativescript-community/ui-material-components/commit/613490d60340837e653a025a57c68ed6d7ef5da9))
12+
13+
14+
### Features
15+
16+
* **bottomsheet:** ios ignoreKeyboardHeight ([3c40b2c](https://github.com/nativescript-community/ui-material-components/commit/3c40b2c1b290d47c2015ede9d13c160f8232f383))
17+
* BottomSheet add default collapsed sheet height for android ([0b4e85c](https://github.com/nativescript-community/ui-material-components/commit/0b4e85c7036f5c95f39736fb9ad115c211726dc2))
18+
19+
20+
21+
22+
623
## [6.0.1](https://github.com/nativescript-community/ui-material-components/compare/v6.0.0...v6.0.1) (2021-09-19)
724

825

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": "6.0.1"
20+
"version": "6.0.2"
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+
## [6.0.2](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v6.0.1...v6.0.2) (2021-09-20)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v6.0.0...v6.0.1) (2021-09-19)
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": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
"readmeFilename": "README.md",
4747
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^6.0.1"
49+
"@nativescript-community/ui-material-core": "^6.0.2"
5050
},
5151
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5252
}

packages/bottom-navigation/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+
## [6.0.2](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v6.0.1...v6.0.2) (2021-09-20)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v6.0.0...v6.0.1) (2021-09-19)
715

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

packages/bottom-navigation/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/bottom-navigation/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-bottom-navigation",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
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": "bottomnavigation",
66
"sideEffects": false,
@@ -50,7 +50,7 @@
5050
},
5151
"readmeFilename": "README.md",
5252
"dependencies": {
53-
"@nativescript-community/ui-material-core": "^6.0.1"
53+
"@nativescript-community/ui-material-core": "^6.0.2"
5454
},
5555
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
5656
}

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+
## [6.0.2](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v6.0.1...v6.0.2) (2021-09-20)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v6.0.0...v6.0.1) (2021-09-19)
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.

0 commit comments

Comments
 (0)