Skip to content

Commit 22bb917

Browse files
committed
v7.0.38
1 parent 262ef9f commit 22bb917

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+
## [7.0.38](https://github.com/nativescript-community/ui-material-component/compare/v7.0.37...v7.0.38) (2023-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **textfield,textview:** android fix with components not sizing correctly ([ffaff43](https://github.com/nativescript-community/ui-material-component/commit/ffaff43ff44b921b3533e099e73d159e5dcb531d))
12+
13+
14+
15+
16+
617
## [7.0.37](https://github.com/nativescript-community/ui-material-component/compare/v7.0.36...v7.0.37) (2023-01-28)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.37",
2+
"version": "7.0.38",
33
"packages": [
44
"packages/*"
55
],

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+
## [7.0.38](https://github.com/nativescript-community/ui-material-components/compare/v7.0.37...v7.0.38) (2023-02-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
9+
10+
11+
12+
13+
614
## [7.0.37](https://github.com/nativescript-community/ui-material-components/compare/v7.0.36...v7.0.37) (2023-01-28)
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": "7.0.37",
3+
"version": "7.0.38",
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,
@@ -44,7 +44,7 @@
4444
"readmeFilename": "README.md",
4545
"dependencies": {
4646
"@nativescript-community/ui-material-core": "^7.0.37",
47-
"@nativescript-community/ui-material-textfield": "^7.0.37"
47+
"@nativescript-community/ui-material-textfield": "^7.0.38"
4848
},
4949
"gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
5050
}

packages/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+
## [7.0.38](https://github.com/nativescript-community/ui-material-components/compare/v7.0.37...v7.0.38) (2023-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **textfield,textview:** android fix with components not sizing correctly ([ffaff43](https://github.com/nativescript-community/ui-material-components/commit/ffaff43ff44b921b3533e099e73d159e5dcb531d))
12+
13+
14+
15+
16+
617
## [7.0.37](https://github.com/nativescript-community/ui-material-components/compare/v7.0.36...v7.0.37) (2023-01-28)
718

819
**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": "7.0.37",
3+
"version": "7.0.38",
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+
## [7.0.38](https://github.com/nativescript-community/ui-material-components/compare/v7.0.37...v7.0.38) (2023-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **textfield,textview:** android fix with components not sizing correctly ([ffaff43](https://github.com/nativescript-community/ui-material-components/commit/ffaff43ff44b921b3533e099e73d159e5dcb531d))
12+
13+
14+
15+
16+
617
## [7.0.37](https://github.com/nativescript-community/ui-material-components/compare/v7.0.36...v7.0.37) (2023-01-28)
718

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

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": "7.0.37",
3+
"version": "7.0.38",
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)