Skip to content

Commit 48f5b1a

Browse files
committed
v5.1.0
1 parent b50536b commit 48f5b1a

File tree

6 files changed

+39
-5
lines changed

6 files changed

+39
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0](https://github.com/Akylas/nativescript-material-components/compare/v5.0.30...v5.1.0) (2020-11-06)
7+
8+
9+
### Features
10+
11+
* button basic icon support ([e0f2637](https://github.com/Akylas/nativescript-material-components/commit/e0f263776b372affac44362c58c603d04b7b9b60))
12+
* speeddial basic package ([7e221bb](https://github.com/Akylas/nativescript-material-components/commit/7e221bbb8b84eced2df9e0d81a18d06b1fc5d370))
13+
14+
15+
16+
17+
618
## [5.0.30](https://github.com/Akylas/nativescript-material-components/compare/v5.0.29...v5.0.30) (2020-11-03)
719

820

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.0.30"
20+
"version": "5.1.0"
2121
}

packages/button/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0](https://github.com/Akylas/nativescript-material-components/compare/v5.0.30...v5.1.0) (2020-11-06)
7+
8+
9+
### Features
10+
11+
* button basic icon support ([e0f2637](https://github.com/Akylas/nativescript-material-components/commit/e0f263776b372affac44362c58c603d04b7b9b60))
12+
13+
14+
15+
16+
617
## [5.0.30](https://github.com/Akylas/nativescript-material-components/compare/v5.0.29...v5.0.30) (2020-11-03)
718

819
**Note:** Version bump only for package @nativescript-community/ui-material-button

packages/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-button",
3-
"version": "5.0.30",
3+
"version": "5.1.0",
44
"description": "Material button component",
55
"main": "./button",
66
"sideEffects": false,

packages/speeddial/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [5.1.0](https://github.com/Akylas/nativescript-material-components/compare/v5.0.30...v5.1.0) (2020-11-06)
7+
8+
9+
### Features
10+
11+
* speeddial basic package ([7e221bb](https://github.com/Akylas/nativescript-material-components/commit/7e221bbb8b84eced2df9e0d81a18d06b1fc5d370))

packages/speeddial/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-speeddial",
3-
"version": "5.0.30",
3+
"version": "5.1.0",
44
"description": "Material speeddial component",
55
"main": "./index",
66
"sideEffects": false,
@@ -37,8 +37,8 @@
3737
"repository": "https://github.com/Akylas/nativescript-material-components",
3838
"readmeFilename": "README.md",
3939
"dependencies": {
40-
"@nativescript-community/ui-material-core": "^5.0.30",
41-
"@nativescript-community/ui-material-button": "^5.0.30"
40+
"@nativescript-community/ui-material-button": "^5.1.0",
41+
"@nativescript-community/ui-material-core": "^5.0.30"
4242
},
4343
"gitHead": "4c4cbf51853396a743eac602ffb6d740d4b77ac2"
4444
}

0 commit comments

Comments
 (0)