Skip to content

Commit 18486b6

Browse files
committed
chore(release): publish
1 parent 5ace9ac commit 18486b6

File tree

32 files changed

+164
-31
lines changed

32 files changed

+164
-31
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** default dismissOnDraggingDownSheet value ([0f65246](https://github.com/Akylas/nativescript-material-components/commit/0f652467df70e4a7a6805908dae299ed91e011df))
12+
* **android:** fix error with multiple dialogs showing and the release of the custom view ([b7badb9](https://github.com/Akylas/nativescript-material-components/commit/b7badb94770d10c4622869b4c3241dbf4ae801ff))
13+
* **bottomsheet:** set index to 0 instead of -1 ([57cfeff](https://github.com/Akylas/nativescript-material-components/commit/57cfeff43ac8fa637fbd5eb95a6805685b226e7a))
14+
15+
16+
17+
18+
619
## [3.2.8](https://github.com/Akylas/nativescript-material-components/compare/v3.2.7...v3.2.8) (2020-05-28)
720

821

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

packages/nativescript-material-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+
## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)
7+
8+
**Note:** Version bump only for package nativescript-material-activityindicator
9+
10+
11+
12+
13+
614
## [3.2.8](https://github.com/Akylas/nativescript-material-components/compare/v3.2.7...v3.2.8) (2020-05-28)
715

816
**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.2.8",
3+
"version": "3.2.9",
44
"description": "Material ActivityIndicator component",
55
"main": "./activityindicator",
66
"sideEffects": false,
@@ -37,7 +37,7 @@
3737
"homepage": "https://github.com/Akylas/nativescript-material-components",
3838
"readmeFilename": "README.md",
3939
"dependencies": {
40-
"nativescript-material-core": "^3.2.8"
40+
"nativescript-material-core": "^3.2.9"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-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+
## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)
7+
8+
**Note:** Version bump only for package nativescript-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [3.2.8](https://github.com/Akylas/nativescript-material-components/compare/v3.2.7...v3.2.8) (2020-05-28)
715

816
**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.2.8",
3+
"version": "3.2.9",
44
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
55
"main": "bottomnavigationbar",
66
"sideEffects": false,
@@ -44,6 +44,6 @@
4444
"repository": "https://github.com/Akylas/nativescript-material-components",
4545
"readmeFilename": "README.md",
4646
"dependencies": {
47-
"nativescript-material-core": "^3.2.8"
47+
"nativescript-material-core": "^3.2.9"
4848
}
4949
}

packages/nativescript-material-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+
## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)
7+
8+
**Note:** Version bump only for package nativescript-material-bottomsheet
9+
10+
11+
12+
13+
614
## [3.2.8](https://github.com/Akylas/nativescript-material-components/compare/v3.2.7...v3.2.8) (2020-05-28)
715

816
**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.2.8",
3+
"version": "3.2.9",
44
"description": "Material bottomsheet component",
55
"main": "./bottomsheet",
66
"sideEffects": false,
@@ -37,7 +37,7 @@
3737
"homepage": "https://github.com/Akylas/nativescript-material-components",
3838
"readmeFilename": "README.md",
3939
"dependencies": {
40-
"nativescript-material-core": "^3.2.8"
40+
"nativescript-material-core": "^3.2.9"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-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+
## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)
7+
8+
**Note:** Version bump only for package nativescript-material-button
9+
10+
11+
12+
13+
614
## [3.2.8](https://github.com/Akylas/nativescript-material-components/compare/v3.2.7...v3.2.8) (2020-05-28)
715

816
**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.2.8",
3+
"version": "3.2.9",
44
"description": "Material button component",
55
"main": "./button",
66
"sideEffects": false,
@@ -37,7 +37,7 @@
3737
"homepage": "https://github.com/Akylas/nativescript-material-components",
3838
"readmeFilename": "README.md",
3939
"dependencies": {
40-
"nativescript-material-core": "^3.2.8"
40+
"nativescript-material-core": "^3.2.9"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

0 commit comments

Comments
 (0)