Skip to content

Commit af6d008

Browse files
committed
chore(release): publish
1 parent 646b1f7 commit af6d008

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.0.15](https://github.com/Akylas/nativescript-material-components/compare/v5.0.14...v5.0.15) (2020-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* android fix for pre lollipop ([cfda47a](https://github.com/Akylas/nativescript-material-components/commit/cfda47ab47bda63484b167e49d52d125a7633398))
12+
* use @nativescript-community/text ([f07d497](https://github.com/Akylas/nativescript-material-components/commit/f07d497e10de4228215a7219c3d51ea3365cff57))
13+
* **angular:** fix ng-packagr ivy warning ([a3409db](https://github.com/Akylas/nativescript-material-components/commit/a3409db8418e4d81d0f7f46570d6cd0a75859769))
14+
* **angular:** wrong ng package dest for tabs ([4d70aad](https://github.com/Akylas/nativescript-material-components/commit/4d70aade33f5b7b5aeddd4a450bbb260eaa32451))
15+
* **ng-demo:** add Podfile with min version 10 ([a6ea95a](https://github.com/Akylas/nativescript-material-components/commit/a6ea95a4c6fcd9c57ae86a5d60be1eed782800b7))
16+
17+
18+
### Features
19+
20+
* **ng-demo:** add Tabs example ([aac0e85](https://github.com/Akylas/nativescript-material-components/commit/aac0e8551020750872499bc4b6e8b42f0038a9fb))
21+
22+
23+
24+
25+
626
## [5.0.14](https://github.com/Akylas/nativescript-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
727

828

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"version": "5.0.14"
21+
"version": "5.0.15"
2222
}

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.0.15](https://github.com/Akylas/nativescript-material-components/compare/v5.0.14...v5.0.15) (2020-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* use @nativescript-community/text ([f07d497](https://github.com/Akylas/nativescript-material-components/commit/f07d497e10de4228215a7219c3d51ea3365cff57))
12+
13+
14+
15+
16+
617
## [5.0.14](https://github.com/Akylas/nativescript-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
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.14",
3+
"version": "5.0.15",
44
"description": "Material button component",
55
"main": "./button",
66
"sideEffects": false,

0 commit comments

Comments
 (0)