Skip to content

Commit 60706d8

Browse files
committed
chore(release): publish
1 parent c78f6ad commit 60706d8

File tree

32 files changed

+164
-31
lines changed

32 files changed

+164
-31
lines changed

CHANGELOG.md

+13
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.10](https://github.com/Akylas/nativescript-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** snackbar correctly handle the view option ([28581d6](https://github.com/Akylas/nativescript-material-components/commit/28581d645f82994d4ee9638b3784a7723848b19b))
12+
* **ios:** esm compatible ([f645d5f](https://github.com/Akylas/nativescript-material-components/commit/f645d5f5aef3856b54251922a9a820eb11bb7ba8))
13+
* remove warning about deprecated method ([d18d90c](https://github.com/Akylas/nativescript-material-components/commit/d18d90c9bab7f45c69a3f9dee9547db6d5e902d0))
14+
15+
16+
17+
18+
619
## [3.2.9](https://github.com/Akylas/nativescript-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)
720

821

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"version": "3.2.9"
21+
"version": "3.2.10"
2222
}

packages/nativescript-material-activityindicator/CHANGELOG.md

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

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

packages/nativescript-material-activityindicator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-activityindicator",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
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.9"
40+
"nativescript-material-core": "^3.2.10"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-bottomnavigationbar/CHANGELOG.md

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

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

packages/nativescript-material-bottomnavigationbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-bottomnavigationbar",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
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.9"
47+
"nativescript-material-core": "^3.2.10"
4848
}
4949
}

packages/nativescript-material-bottomsheet/CHANGELOG.md

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

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

packages/nativescript-material-bottomsheet/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-bottomsheet",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
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.9"
40+
"nativescript-material-core": "^3.2.10"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-button/CHANGELOG.md

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

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

packages/nativescript-material-button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-button",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
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.9"
40+
"nativescript-material-core": "^3.2.10"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-cardview/CHANGELOG.md

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

816
**Note:** Version bump only for package nativescript-material-cardview

packages/nativescript-material-cardview/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-cardview",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "Material cardview component",
55
"main": "./cardview",
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.9"
40+
"nativescript-material-core": "^3.2.10"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-core/CHANGELOG.md

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

816
**Note:** Version bump only for package nativescript-material-core

packages/nativescript-material-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-core",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "Material Core component",
55
"main": "./core",
66
"sideEffects": false,

packages/nativescript-material-dialogs/CHANGELOG.md

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

816
**Note:** Version bump only for package nativescript-material-dialogs

packages/nativescript-material-dialogs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-dialogs",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "Material Dialogs component",
55
"main": "./dialogs",
66
"sideEffects": false,
@@ -35,8 +35,8 @@
3535
"homepage": "https://github.com/Akylas/nativescript-material-components",
3636
"readmeFilename": "README.md",
3737
"dependencies": {
38-
"nativescript-material-core": "^3.2.9",
39-
"nativescript-material-textfield": "^3.2.9"
38+
"nativescript-material-core": "^3.2.10",
39+
"nativescript-material-textfield": "^3.2.10"
4040
},
4141
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4242
}

packages/nativescript-material-floatingactionbutton/CHANGELOG.md

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

816
**Note:** Version bump only for package nativescript-material-floatingactionbutton

packages/nativescript-material-floatingactionbutton/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-floatingactionbutton",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "Material floatingactionbutton component",
55
"main": "./floatingactionbutton",
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.9"
40+
"nativescript-material-core": "^3.2.10"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-progress/CHANGELOG.md

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

816
**Note:** Version bump only for package nativescript-material-progress

packages/nativescript-material-progress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-progress",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "Material progress component",
55
"main": "./progress",
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.9"
40+
"nativescript-material-core": "^3.2.10"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-ripple/CHANGELOG.md

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

816
**Note:** Version bump only for package nativescript-material-ripple

packages/nativescript-material-ripple/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-ripple",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "Material ripple component",
55
"main": "./ripple",
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.9"
40+
"nativescript-material-core": "^3.2.10"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-slider/CHANGELOG.md

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

816
**Note:** Version bump only for package nativescript-material-slider

packages/nativescript-material-slider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-slider",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "Material slider component",
55
"main": "./slider",
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.9"
40+
"nativescript-material-core": "^3.2.10"
4141
},
4242
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4343
}

packages/nativescript-material-snackbar/CHANGELOG.md

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

816
**Note:** Version bump only for package nativescript-material-snackbar

0 commit comments

Comments
 (0)