Skip to content

Commit e0f7169

Browse files
committed
chore(release): publish
1 parent 630fd6d commit e0f7169

File tree

32 files changed

+163
-31
lines changed

32 files changed

+163
-31
lines changed

CHANGELOG.md

+12
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+
## [3.2.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **dialogs:** missing return case ([630fd6d](https://github.com/Akylas/nativescript-material-components/commit/630fd6daa3dd9e3b6406c60ea77cd1139c947964))
12+
* **textview:** Editable prop now works ([fe05603](https://github.com/Akylas/nativescript-material-components/commit/fe05603eca0786cbfcf5bfc74bdc4985748a5a97))
13+
14+
15+
16+
17+
618
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
719

820
**Note:** Version bump only for package nativescript-material-components

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"version": "3.2.1"
21+
"version": "3.2.2"
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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-activityindicator
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
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.2.1"
37+
"nativescript-material-core": "^3.2.2"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
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.2.1"
44+
"nativescript-material-core": "^3.2.2"
4545
}
4646
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-bottomsheet
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
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.2.1"
37+
"nativescript-material-core": "^3.2.2"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-button
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
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.2.1"
37+
"nativescript-material-core": "^3.2.2"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-cardview
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
44
"description": "Material cardview component",
55
"main": "./cardview",
66
"typings": "./cardview.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.2.1"
37+
"nativescript-material-core": "^3.2.2"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-core
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
44
"description": "Material Core component",
55
"main": "./core",
66
"typings": "./core.d.ts",

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-dialogs
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
44
"description": "Material Dialogs component",
55
"main": "./dialogs",
66
"typings": "./dialogs.d.ts",
@@ -32,8 +32,8 @@
3232
"homepage": "https://github.com/Akylas/nativescript-material-components",
3333
"readmeFilename": "README.md",
3434
"dependencies": {
35-
"nativescript-material-core": "^3.2.1",
36-
"nativescript-material-textfield": "^3.2.1"
35+
"nativescript-material-core": "^3.2.2",
36+
"nativescript-material-textfield": "^3.2.2"
3737
},
3838
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
3939
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-floatingactionbutton
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
44
"description": "Material floatingactionbutton component",
55
"main": "./floatingactionbutton",
66
"typings": "./floatingactionbutton.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.2.1"
37+
"nativescript-material-core": "^3.2.2"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-progress
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
44
"description": "Material progress component",
55
"main": "./progress",
66
"typings": "./progress.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.2.1"
37+
"nativescript-material-core": "^3.2.2"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-ripple
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
44
"description": "Material ripple component",
55
"main": "./ripple",
66
"typings": "./ripple.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.2.1"
37+
"nativescript-material-core": "^3.2.2"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-slider
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
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.1",
3+
"version": "3.2.2",
44
"description": "Material slider component",
55
"main": "./slider",
66
"typings": "./slider.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.2.1"
37+
"nativescript-material-core": "^3.2.2"
3838
},
3939
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
4040
}

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.2](https://github.com/Akylas/nativescript-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
7+
8+
**Note:** Version bump only for package nativescript-material-snackbar
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/Akylas/nativescript-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
715

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

0 commit comments

Comments
 (0)