diff --git a/CHANGELOG.md b/CHANGELOG.md index cc37e74be..db8ad760c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/Akylas/nativescript-material-components/compare/v5.0.30...v5.1.0) (2020-11-06) + + +### Features + +* button basic icon support ([e0f2637](https://github.com/Akylas/nativescript-material-components/commit/e0f263776b372affac44362c58c603d04b7b9b60)) +* speeddial basic package ([7e221bb](https://github.com/Akylas/nativescript-material-components/commit/7e221bbb8b84eced2df9e0d81a18d06b1fc5d370)) + + + + + ## [5.0.30](https://github.com/Akylas/nativescript-material-components/compare/v5.0.29...v5.0.30) (2020-11-03) diff --git a/lerna.json b/lerna.json index 84b7ca77a..4d4f26605 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ ] } }, - "version": "5.0.30" + "version": "5.1.0" } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 4a198cd2b..22a36fd47 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/Akylas/nativescript-material-components/compare/v5.0.30...v5.1.0) (2020-11-06) + + +### Features + +* button basic icon support ([e0f2637](https://github.com/Akylas/nativescript-material-components/commit/e0f263776b372affac44362c58c603d04b7b9b60)) + + + + + ## [5.0.30](https://github.com/Akylas/nativescript-material-components/compare/v5.0.29...v5.0.30) (2020-11-03) **Note:** Version bump only for package @nativescript-community/ui-material-button diff --git a/packages/button/package.json b/packages/button/package.json index 5cf0d77f4..76cb60580 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-button", - "version": "5.0.30", + "version": "5.1.0", "description": "Material button component", "main": "./button", "sideEffects": false, diff --git a/packages/speeddial/CHANGELOG.md b/packages/speeddial/CHANGELOG.md new file mode 100644 index 000000000..ecca4336d --- /dev/null +++ b/packages/speeddial/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.1.0](https://github.com/Akylas/nativescript-material-components/compare/v5.0.30...v5.1.0) (2020-11-06) + + +### Features + +* speeddial basic package ([7e221bb](https://github.com/Akylas/nativescript-material-components/commit/7e221bbb8b84eced2df9e0d81a18d06b1fc5d370)) diff --git a/packages/speeddial/package.json b/packages/speeddial/package.json index 5f4412d12..bb8794a29 100644 --- a/packages/speeddial/package.json +++ b/packages/speeddial/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-speeddial", - "version": "5.0.30", + "version": "5.1.0", "description": "Material speeddial component", "main": "./index", "sideEffects": false, @@ -37,8 +37,8 @@ "repository": "https://github.com/Akylas/nativescript-material-components", "readmeFilename": "README.md", "dependencies": { - "@nativescript-community/ui-material-core": "^5.0.30", - "@nativescript-community/ui-material-button": "^5.0.30" + "@nativescript-community/ui-material-button": "^5.1.0", + "@nativescript-community/ui-material-core": "^5.0.30" }, "gitHead": "4c4cbf51853396a743eac602ffb6d740d4b77ac2" }