Skip to content

Commit 6cba438

Browse files
committed
v5.1.13
1 parent b0dc08e commit 6cba438

File tree

13 files changed

+70
-9
lines changed

13 files changed

+70
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [5.1.13](https://github.com/Akylas/nativescript-material-components/compare/v5.1.12...v5.1.13) (2020-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **tabs:** ported N fix ([85cc042](https://github.com/Akylas/nativescript-material-components/commit/85cc042e8f53594ef964c4079e343dccf2c677fa))
12+
* **textfield:** add missing text dependency ([7d957ef](https://github.com/Akylas/nativescript-material-components/commit/7d957ef6fabca87ef4309116feeb93ab505ba7cd))
13+
* **textfield:** ios resolve pod issue ([3ee9e62](https://github.com/Akylas/nativescript-material-components/commit/3ee9e6218234c0950fc13630c2f5e17388902201))
14+
* **textview:** add missing text dependency ([366ef1e](https://github.com/Akylas/nativescript-material-components/commit/366ef1ef1fcdb37cba7c3360c522d0c21a71abeb))
15+
16+
17+
18+
19+
620
## [5.1.12](https://github.com/Akylas/nativescript-material-components/compare/v5.1.11...v5.1.12) (2020-12-04)
721

822

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "5.1.12"
20+
"version": "5.1.13"
2121
}

packages/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+
## [5.1.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.1.12...v5.1.13) (2020-12-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-button
9+
10+
11+
12+
13+
614
## [5.1.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.1.11...v5.1.12) (2020-12-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-button

packages/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-button",
3-
"version": "5.1.12",
3+
"version": "5.1.13",
44
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
55
"main": "./button",
66
"sideEffects": false,

packages/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+
## [5.1.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.1.12...v5.1.13) (2020-12-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
9+
10+
11+
12+
13+
614
## [5.1.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.1.11...v5.1.12) (2020-12-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs

packages/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-community/ui-material-dialogs",
3-
"version": "5.1.12",
3+
"version": "5.1.13",
44
"description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.",
55
"main": "./dialogs",
66
"sideEffects": false,
@@ -42,7 +42,7 @@
4242
"readmeFilename": "README.md",
4343
"dependencies": {
4444
"@nativescript-community/ui-material-core": "^5.1.12",
45-
"@nativescript-community/ui-material-textfield": "^5.1.12"
45+
"@nativescript-community/ui-material-textfield": "^5.1.13"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4848
}

packages/speeddial/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+
## [5.1.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/speeddial/compare/v5.1.12...v5.1.13) (2020-12-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-speeddial
9+
10+
11+
12+
13+
614
## [5.1.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/speeddial/compare/v5.1.11...v5.1.12) (2020-12-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-material-speeddial

packages/speeddial/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-speeddial",
3-
"version": "5.1.12",
3+
"version": "5.1.13",
44
"description": "When pressed, the Material Design component can display three to six related actions in the form of a speed dial.",
55
"main": "./index",
66
"sideEffects": false,
@@ -42,7 +42,7 @@
4242
},
4343
"readmeFilename": "README.md",
4444
"dependencies": {
45-
"@nativescript-community/ui-material-button": "^5.1.12",
45+
"@nativescript-community/ui-material-button": "^5.1.13",
4646
"@nativescript-community/ui-material-core": "^5.1.12"
4747
},
4848
"gitHead": "4c4cbf51853396a743eac602ffb6d740d4b77ac2"

packages/textfield/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
## [5.1.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textfield/compare/v5.1.12...v5.1.13) (2020-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **textfield:** add missing text dependency ([7d957ef](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textfield/commit/7d957ef6fabca87ef4309116feeb93ab505ba7cd))
12+
* **textfield:** ios resolve pod issue ([3ee9e62](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textfield/commit/3ee9e6218234c0950fc13630c2f5e17388902201))
13+
14+
15+
16+
17+
618
## [5.1.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textfield/compare/v5.1.11...v5.1.12) (2020-12-04)
719

820
**Note:** Version bump only for package @nativescript-community/ui-material-textfield

packages/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-community/ui-material-textfield",
3-
"version": "5.1.12",
3+
"version": "5.1.13",
44
"description": "Material Design Text fields allow users to input text into your app.",
55
"main": "./textfield",
66
"sideEffects": false,

packages/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+
## [5.1.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textview/compare/v5.1.12...v5.1.13) (2020-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **textview:** add missing text dependency ([366ef1e](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textview/commit/366ef1ef1fcdb37cba7c3360c522d0c21a71abeb))
12+
13+
14+
15+
16+
617
## [5.1.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textview/compare/v5.1.11...v5.1.12) (2020-12-04)
718

819
**Note:** Version bump only for package @nativescript-community/ui-material-textview

packages/textview/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/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-community/ui-material-textview",
3-
"version": "5.1.12",
3+
"version": "5.1.13",
44
"description": "Material Design Text views allow users to input text into your app.",
55
"main": "./textview",
66
"sideEffects": false,

0 commit comments

Comments
 (0)