Skip to content

Commit ea159b1

Browse files
committed
v5.3.4
1 parent 37eb8bd commit ea159b1

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+
## [5.3.4](https://github.com/nativescript-community/ui-material-components/compare/v5.3.3...v5.3.4) (2021-06-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **bottomnavigationbar:** font icons not working ([c4a5b42](https://github.com/nativescript-community/ui-material-components/commit/c4a5b421f594d619879b1ff13edfb66d9ece6a95))
12+
* **cardview:** shape property fix ([37eb8bd](https://github.com/nativescript-community/ui-material-components/commit/37eb8bd1d21a8ad405cdcc5b255234dcf32b0820))
13+
14+
15+
### Features
16+
17+
* **slider:** stepSize property ([0613882](https://github.com/nativescript-community/ui-material-components/commit/061388293b8c3cdc5097e4a81f2f87751874711e))
18+
19+
20+
21+
22+
623
## [5.3.3](https://github.com/nativescript-community/ui-material-components/compare/v5.3.2...v5.3.3) (2021-06-01)
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": "5.3.3"
20+
"version": "5.3.4"
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.3.4](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.3.3...v5.3.4) (2021-06-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [5.3.3](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.3.2...v5.3.3) (2021-06-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.3.3",
3+
"version": "5.3.4",
44
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
@@ -44,7 +44,7 @@
4444
"readmeFilename": "README.md",
4545
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
4646
"dependencies": {
47-
"@nativescript-community/ui-material-core": "^5.3.3"
47+
"@nativescript-community/ui-material-core": "^5.3.4"
4848
},
4949
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
5050
}

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+
## [5.3.4](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.3.3...v5.3.4) (2021-06-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [5.3.3](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.3.2...v5.3.3) (2021-06-01)
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": "5.3.3",
3+
"version": "5.3.4",
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,
@@ -48,7 +48,7 @@
4848
},
4949
"readmeFilename": "README.md",
5050
"dependencies": {
51-
"@nativescript-community/ui-material-core": "^5.3.3"
51+
"@nativescript-community/ui-material-core": "^5.3.4"
5252
},
5353
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
5454
}

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.3.4](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.3.3...v5.3.4) (2021-06-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [5.3.3](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.3.2...v5.3.3) (2021-06-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.

0 commit comments

Comments
 (0)