Skip to content

Commit b718cb9

Browse files
committed
chore(release): publish
1 parent 9e5f870 commit b718cb9

32 files changed

+163
-32
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.0.14](https://github.com/Akylas/nativescript-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** crash on snackbar in background ([bd506bc](https://github.com/Akylas/nativescript-material-components/commit/bd506bc8380492b2afc31cf64cf152991865c65c))
12+
* **dialogs:** ios custom view measurement fix ([1cf6f89](https://github.com/Akylas/nativescript-material-components/commit/1cf6f892e0efb9c9939e1920c10025248502a127))
13+
14+
15+
16+
17+
618
## [5.0.13](https://github.com/nativescript-community/ui-material-components/compare/v5.0.12...v5.0.13) (2020-10-01)
719

820

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.13"
21+
"version": "5.0.14"
2222
}

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.0.14](https://github.com/Akylas/nativescript-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [5.0.13](https://github.com/nativescript-community/ui-material-components/compare/v5.0.12...v5.0.13) (2020-10-01)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator

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.0.13",
3+
"version": "5.0.14",
44
"description": "Material ActivityIndicator component",
55
"main": "./index",
66
"sideEffects": false,
@@ -37,7 +37,7 @@
3737
"repository": "https://github.com/Akylas/nativescript-material-components",
3838
"readmeFilename": "README.md",
3939
"dependencies": {
40-
"@nativescript-community/ui-material-core": "^5.0.13"
40+
"@nativescript-community/ui-material-core": "^5.0.14"
4141
},
4242
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4343
}

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.0.14](https://github.com/Akylas/nativescript-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [5.0.13](https://github.com/Akylas/nativescript-material-components/compare/v5.0.12...v5.0.13) (2020-10-01)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar

packages/bottomnavigationbar/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomnavigationbar",
3-
"version": "5.0.13",
3+
"version": "5.0.14",
44
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
55
"main": "bottomnavigationbar",
66
"sideEffects": false,
@@ -41,10 +41,9 @@
4141
"license": "Apache-2.0",
4242
"homepage": "https://github.com/Akylas/nativescript-material-components",
4343
"repository": "https://github.com/Akylas/nativescript-material-components",
44-
"repository": "https://github.com/Akylas/nativescript-material-components",
4544
"readmeFilename": "README.md",
4645
"dependencies": {
47-
"@nativescript-community/ui-material-core": "^5.0.13"
46+
"@nativescript-community/ui-material-core": "^5.0.14"
4847
},
4948
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
5049
}

packages/bottomsheet/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.0.14](https://github.com/Akylas/nativescript-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
10+
11+
12+
13+
614
## [5.0.13](https://github.com/nativescript-community/ui-material-components/compare/v5.0.12...v5.0.13) (2020-10-01)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet

packages/bottomsheet/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-bottomsheet",
3-
"version": "5.0.13",
3+
"version": "5.0.14",
44
"description": "Material bottomsheet component",
55
"main": "./bottomsheet",
66
"sideEffects": false,
@@ -37,7 +37,7 @@
3737
"repository": "https://github.com/Akylas/nativescript-material-components",
3838
"readmeFilename": "README.md",
3939
"dependencies": {
40-
"@nativescript-community/ui-material-core": "^5.0.13"
40+
"@nativescript-community/ui-material-core": "^5.0.14"
4141
},
4242
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4343
}

packages/button/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.0.14](https://github.com/Akylas/nativescript-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-button
9+
10+
11+
12+
13+
614
## [5.0.13](https://github.com/nativescript-community/ui-material-components/compare/v5.0.12...v5.0.13) (2020-10-01)
715

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

packages/button/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-button",
3-
"version": "5.0.13",
3+
"version": "5.0.14",
44
"description": "Material button component",
55
"main": "./button",
66
"sideEffects": false,
@@ -37,7 +37,7 @@
3737
"repository": "https://github.com/Akylas/nativescript-material-components",
3838
"readmeFilename": "README.md",
3939
"dependencies": {
40-
"@nativescript-community/ui-material-core": "^5.0.13"
40+
"@nativescript-community/ui-material-core": "^5.0.14"
4141
},
4242
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4343
}

0 commit comments

Comments
 (0)