Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 6, 2020
1 parent b50536b commit 48f5b1a
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
]
}
},
"version": "5.0.30"
"version": "5.1.0"
}
11 changes: 11 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
11 changes: 11 additions & 0 deletions packages/speeddial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions packages/speeddial/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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"
}

0 comments on commit 48f5b1a

Please sign in to comment.