Skip to content

Commit 52c4886

Browse files
author
Alexander Mai
committed
Merge remote-tracking branch 'upstream/master'
2 parents cde19cc + 62cdb4a commit 52c4886

File tree

39 files changed

+308
-42
lines changed

39 files changed

+308
-42
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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+
## [3.1.7](https://github.com/Akylas/nativescript-material-components/compare/v3.1.6...v3.1.7) (2020-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** result not returned on bottomsheet close ([cb887e2](https://github.com/Akylas/nativescript-material-components/commit/cb887e2226ea6a991f31986683ad8db1125ca99d))
12+
13+
14+
15+
16+
17+
## [3.1.6](https://github.com/Akylas/nativescript-material-components/compare/v3.1.5...v3.1.6) (2020-02-17)
18+
19+
20+
### Bug Fixes
21+
22+
* **android:** correctly use androidXAppCompatVersion ([fff455e](https://github.com/Akylas/nativescript-material-components/commit/fff455ea5f775cf94d7f6e30ef707f352e37fcaa))
23+
* missing typings for closeBottomSheet ([46d4f2c](https://github.com/Akylas/nativescript-material-components/commit/46d4f2c77a70d1d5df3eb9c2ceace9caebe13bd9))
24+
* **android:** removed deprecated topmost() ([a05d381](https://github.com/Akylas/nativescript-material-components/commit/a05d381fa5a1d7cc620e9880b2b54e7a2bc7ee6f))
25+
26+
27+
28+
29+
630
## [3.1.5](https://github.com/Akylas/nativescript-material-components/compare/v3.1.4...v3.1.5) (2020-02-05)
731

832

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": "3.1.5"
21+
"version": "3.1.7"
2222
}

packages/nativescript-material-activityindicator/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [3.1.7](https://github.com/Akylas/nativescript-material-components/compare/v3.1.6...v3.1.7) (2020-02-18)
7+
8+
**Note:** Version bump only for package nativescript-material-activityindicator
9+
10+
11+
12+
13+
14+
## [3.1.6](https://github.com/Akylas/nativescript-material-components/compare/v3.1.5...v3.1.6) (2020-02-17)
15+
16+
**Note:** Version bump only for package nativescript-material-activityindicator
17+
18+
19+
20+
21+
622
## [3.1.5](https://github.com/Akylas/nativescript-material-components/compare/v3.1.4...v3.1.5) (2020-02-05)
723

824
**Note:** Version bump only for package nativescript-material-activityindicator

packages/nativescript-material-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-material-activityindicator",
3-
"version": "3.1.5",
3+
"version": "3.1.7",
44
"description": "Material ActivityIndicator component",
55
"main": "./activityindicator",
66
"typings": "./activityindicator.d.ts",
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/Akylas/nativescript-material-components",
3535
"readmeFilename": "README.md",
3636
"dependencies": {
37-
"nativescript-material-core": "^3.1.5"
37+
"nativescript-material-core": "^3.1.7"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

packages/nativescript-material-bottomnavigationbar/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [3.1.7](https://github.com/Akylas/nativescript-material-components/compare/v3.1.6...v3.1.7) (2020-02-18)
7+
8+
**Note:** Version bump only for package nativescript-material-bottomnavigationbar
9+
10+
11+
12+
13+
14+
## [3.1.6](https://github.com/Akylas/nativescript-material-components/compare/v3.1.5...v3.1.6) (2020-02-17)
15+
16+
**Note:** Version bump only for package nativescript-material-bottomnavigationbar
17+
18+
19+
20+
21+
622
## [3.1.5](https://github.com/Akylas/nativescript-material-components/compare/v3.1.4...v3.1.5) (2020-02-05)
723

824
**Note:** Version bump only for package nativescript-material-bottomnavigationbar

packages/nativescript-material-bottomnavigationbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-bottomnavigationbar",
3-
"version": "3.1.5",
3+
"version": "3.1.7",
44
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
55
"main": "bottomnavigationbar",
66
"typings": "bottomnavigationbar.d.ts",
@@ -41,6 +41,6 @@
4141
"repository": "https://github.com/Akylas/nativescript-material-components",
4242
"readmeFilename": "README.md",
4343
"dependencies": {
44-
"nativescript-material-core": "^3.1.5"
44+
"nativescript-material-core": "^3.1.7"
4545
}
4646
}

packages/nativescript-material-bottomsheet/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [3.1.7](https://github.com/Akylas/nativescript-material-components/compare/v3.1.6...v3.1.7) (2020-02-18)
7+
8+
**Note:** Version bump only for package nativescript-material-bottomsheet
9+
10+
11+
12+
13+
14+
## [3.1.6](https://github.com/Akylas/nativescript-material-components/compare/v3.1.5...v3.1.6) (2020-02-17)
15+
16+
**Note:** Version bump only for package nativescript-material-bottomsheet
17+
18+
19+
20+
21+
622
## [3.1.5](https://github.com/Akylas/nativescript-material-components/compare/v3.1.4...v3.1.5) (2020-02-05)
723

824
**Note:** Version bump only for package nativescript-material-bottomsheet

packages/nativescript-material-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-material-bottomsheet",
3-
"version": "3.1.5",
3+
"version": "3.1.7",
44
"description": "Material bottomsheet component",
55
"main": "./bottomsheet",
66
"typings": "./bottomsheet.d.ts",
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/Akylas/nativescript-material-components",
3535
"readmeFilename": "README.md",
3636
"dependencies": {
37-
"nativescript-material-core": "^3.1.5"
37+
"nativescript-material-core": "^3.1.7"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

packages/nativescript-material-button/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [3.1.7](https://github.com/Akylas/nativescript-material-components/compare/v3.1.6...v3.1.7) (2020-02-18)
7+
8+
**Note:** Version bump only for package nativescript-material-button
9+
10+
11+
12+
13+
14+
## [3.1.6](https://github.com/Akylas/nativescript-material-components/compare/v3.1.5...v3.1.6) (2020-02-17)
15+
16+
**Note:** Version bump only for package nativescript-material-button
17+
18+
19+
20+
21+
622
## [3.1.5](https://github.com/Akylas/nativescript-material-components/compare/v3.1.4...v3.1.5) (2020-02-05)
723

824
**Note:** Version bump only for package nativescript-material-button

packages/nativescript-material-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-material-button",
3-
"version": "3.1.5",
3+
"version": "3.1.7",
44
"description": "Material button component",
55
"main": "./button",
66
"typings": "./button.d.ts",
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/Akylas/nativescript-material-components",
3535
"readmeFilename": "README.md",
3636
"dependencies": {
37-
"nativescript-material-core": "^3.1.5"
37+
"nativescript-material-core": "^3.1.7"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

0 commit comments

Comments
 (0)