Skip to content

Commit 723c541

Browse files
committed
v5.1.11
1 parent 57208af commit 723c541

15 files changed

+68
-10
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.11](https://github.com/Akylas/nativescript-material-components/compare/v5.1.10...v5.1.11) (2020-12-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **speeddial:** remove default borderRadius. Should be handled by shape or css ([72765f9](https://github.com/Akylas/nativescript-material-components/commit/72765f9c65906faa42b68f4c7a9953a84865090b))
12+
* **textfield:** ios none variant disable floating ([7fdebc1](https://github.com/Akylas/nativescript-material-components/commit/7fdebc1891a46778ba4dd1247a0d3e36ab19c5ba))
13+
14+
15+
### Features
16+
17+
* android shape suport ([065eadb](https://github.com/Akylas/nativescript-material-components/commit/065eadbba047a04151832830d032ea326a410a13))
18+
* ios basic shape support ([3638cce](https://github.com/Akylas/nativescript-material-components/commit/3638ccee1cb77b35c4fc450d557064da55b99dca))
19+
20+
21+
22+
23+
624
## [5.1.10](https://github.com/Akylas/nativescript-material-components/compare/v5.1.9...v5.1.10) (2020-12-03)
725

826

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "5.1.10"
20+
"version": "5.1.11"
2121
}

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

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

packages/bottomsheet/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bottomsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomsheet",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.",
55
"main": "./bottomsheet",
66
"sideEffects": false,

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

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

packages/cardview/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cardview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-cardview",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Material Design Cards contain content and actions about a single subject.",
55
"main": "./cardview",
66
"sideEffects": false,

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

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

packages/dialogs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-dialogs",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
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.10",
45-
"@nativescript-community/ui-material-textfield": "^5.1.10"
45+
"@nativescript-community/ui-material-textfield": "^5.1.11"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
4848
}

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

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

packages/tabs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-tabs",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Material Design Tabs organize content across different screens, data sets, and other interactions.",
55
"main": "./tabs",
66
"sideEffects": false,

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

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

packages/textfield/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-textfield",
3-
"version": "5.1.10",
3+
"version": "5.1.11",
44
"description": "Material Design Text fields allow users to input text into your app.",
55
"main": "./textfield",
66
"sideEffects": false,

0 commit comments

Comments
 (0)