Skip to content

Commit a837d08

Browse files
committed
chore(release): publish
1 parent a3e1964 commit a837d08

File tree

8 files changed

+46
-5
lines changed

8 files changed

+46
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.18](https://github.com/Akylas/nativescript-material-components/compare/v3.1.17...v3.1.18) (2020-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* native class when possible. Will be faster ([a3e1964](https://github.com/Akylas/nativescript-material-components/commit/a3e1964182af43fd4bedae369d48b4ab67238b9a))
12+
13+
14+
15+
16+
617
## [3.1.17](https://github.com/Akylas/nativescript-material-components/compare/v3.1.16...v3.1.17) (2020-04-09)
718

819

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

packages/nativescript-material-dialogs/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.1.18](https://github.com/Akylas/nativescript-material-components/compare/v3.1.17...v3.1.18) (2020-04-12)
7+
8+
**Note:** Version bump only for package nativescript-material-dialogs
9+
10+
11+
12+
13+
614
## [3.1.17](https://github.com/Akylas/nativescript-material-components/compare/v3.1.16...v3.1.17) (2020-04-09)
715

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

packages/nativescript-material-dialogs/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-dialogs",
3-
"version": "3.1.17",
3+
"version": "3.1.18",
44
"description": "Material Dialogs component",
55
"main": "./dialogs",
66
"typings": "./dialogs.d.ts",
@@ -33,7 +33,7 @@
3333
"readmeFilename": "README.md",
3434
"dependencies": {
3535
"nativescript-material-core": "^3.1.17",
36-
"nativescript-material-textfield": "^3.1.17"
36+
"nativescript-material-textfield": "^3.1.18"
3737
},
3838
"gitHead": "e62190fa75ac5ca06904f8ccc46b6ac62f129c15"
3939
}

packages/nativescript-material-textfield/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.18](https://github.com/Akylas/nativescript-material-components/compare/v3.1.17...v3.1.18) (2020-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* native class when possible. Will be faster ([a3e1964](https://github.com/Akylas/nativescript-material-components/commit/a3e1964182af43fd4bedae369d48b4ab67238b9a))
12+
13+
14+
15+
16+
617
## [3.1.17](https://github.com/Akylas/nativescript-material-components/compare/v3.1.16...v3.1.17) (2020-04-09)
718

819
**Note:** Version bump only for package nativescript-material-textfield

packages/nativescript-material-textfield/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-textfield",
3-
"version": "3.1.17",
3+
"version": "3.1.18",
44
"description": "Material textfield component",
55
"main": "./textfield",
66
"typings": "./textfield.d.ts",

packages/nativescript-material-textview/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.18](https://github.com/Akylas/nativescript-material-components/compare/v3.1.17...v3.1.18) (2020-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* native class when possible. Will be faster ([a3e1964](https://github.com/Akylas/nativescript-material-components/commit/a3e1964182af43fd4bedae369d48b4ab67238b9a))
12+
13+
14+
15+
16+
617
## [3.1.17](https://github.com/Akylas/nativescript-material-components/compare/v3.1.16...v3.1.17) (2020-04-09)
718

819
**Note:** Version bump only for package nativescript-material-textview

packages/nativescript-material-textview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-material-textview",
3-
"version": "3.1.17",
3+
"version": "3.1.18",
44
"description": "Material textview component",
55
"main": "./textview",
66
"typings": "./textview.d.ts",

0 commit comments

Comments
 (0)