Skip to content

Commit a992dc4

Browse files
committed
v5.3.21
1 parent 486063f commit a992dc4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+208
-64
lines changed

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.3.21](https://github.com/nativescript-community/ui-material-components/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-components
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/compare/v5.3.19...v5.3.20) (2021-08-29)
715

816

lerna.json

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

packages/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+
## [5.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.3.19...v5.3.20) (2021-08-29)
715

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

packages/activityindicator/package-lock.json

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

packages/activityindicator/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-activityindicator",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
44
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
55
"main": "./index",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
"readmeFilename": "README.md",
4747
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
4848
"dependencies": {
49-
"@nativescript-community/ui-material-core": "^5.3.20"
49+
"@nativescript-community/ui-material-core": "^5.3.21"
5050
},
51-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354"
51+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300"
5252
}

packages/bottom-navigation/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.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.3.19...v5.3.20) (2021-08-29)
715

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

packages/bottom-navigation/package-lock.json

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

packages/bottom-navigation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottom-navigation",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
44
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
55
"main": "bottomnavigation",
66
"sideEffects": false,
@@ -50,7 +50,7 @@
5050
},
5151
"readmeFilename": "README.md",
5252
"dependencies": {
53-
"@nativescript-community/ui-material-core": "^5.3.20"
53+
"@nativescript-community/ui-material-core": "^5.3.21"
5454
},
55-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354"
55+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300"
5656
}

packages/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+
## [5.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.3.19...v5.3.20) (2021-08-29)
715

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

packages/bottomnavigationbar/package-lock.json

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

packages/bottomnavigationbar/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomnavigationbar",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
44
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
55
"main": "bottomnavigationbar",
66
"sideEffects": false,
@@ -51,7 +51,7 @@
5151
},
5252
"readmeFilename": "README.md",
5353
"dependencies": {
54-
"@nativescript-community/ui-material-core": "^5.3.20"
54+
"@nativescript-community/ui-material-core": "^5.3.21"
5555
},
56-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354"
56+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300"
5757
}

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.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.3.19...v5.3.20) (2021-08-29)
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-bottomsheet",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
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,
@@ -45,7 +45,7 @@
4545
},
4646
"readmeFilename": "README.md",
4747
"dependencies": {
48-
"@nativescript-community/ui-material-core": "^5.3.20"
48+
"@nativescript-community/ui-material-core": "^5.3.21"
4949
},
50-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354"
50+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300"
5151
}

packages/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+
## [5.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-button
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.3.19...v5.3.20) (2021-08-29)
715

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

packages/button/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-button",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
44
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
55
"main": "./button",
66
"sideEffects": false,
@@ -46,7 +46,7 @@
4646
"readmeFilename": "README.md",
4747
"dependencies": {
4848
"@nativescript-community/text": "^1.3.10",
49-
"@nativescript-community/ui-material-core": "^5.3.20"
49+
"@nativescript-community/ui-material-core": "^5.3.21"
5050
},
51-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354"
51+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300"
5252
}

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.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-cardview
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.3.19...v5.3.20) (2021-08-29)
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-cardview",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
44
"description": "Material Design Cards contain content and actions about a single subject.",
55
"main": "./cardview",
66
"sideEffects": false,
@@ -45,7 +45,7 @@
4545
},
4646
"readmeFilename": "README.md",
4747
"dependencies": {
48-
"@nativescript-community/ui-material-core": "^5.3.20"
48+
"@nativescript-community/ui-material-core": "^5.3.21"
4949
},
50-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354"
50+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300"
5151
}

packages/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+
## [5.3.21](https://github.com/nativescript-community/ui-material-components/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-core
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/compare/v5.3.19...v5.3.20) (2021-08-29)
715

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

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-core",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
44
"description": "Material Core component",
55
"main": "./index",
66
"sideEffects": false,
@@ -48,7 +48,7 @@
4848
"homepage": "https://github.com/nativescript-community/ui-material-components",
4949
"repository": "https://github.com/nativescript-community/ui-material-components",
5050
"readmeFilename": "README.md",
51-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354",
51+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300",
5252
"dependencies": {
5353
"@nativescript/hook": "~2.0.0"
5454
}

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.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.3.19...v5.3.20) (2021-08-29)
715

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

packages/dialogs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-dialogs",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
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,
@@ -43,8 +43,8 @@
4343
"license": "Apache-2.0",
4444
"readmeFilename": "README.md",
4545
"dependencies": {
46-
"@nativescript-community/ui-material-core": "^5.3.20",
47-
"@nativescript-community/ui-material-textfield": "^5.3.20"
46+
"@nativescript-community/ui-material-core": "^5.3.21",
47+
"@nativescript-community/ui-material-textfield": "^5.3.21"
4848
},
49-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354"
49+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300"
5050
}

packages/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+
## [5.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton/compare/v5.3.19...v5.3.20) (2021-08-29)
715

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

packages/floatingactionbutton/package-lock.json

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

packages/floatingactionbutton/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-floatingactionbutton",
3-
"version": "5.3.20",
3+
"version": "5.3.21",
44
"description": "Material Design FAB performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center.",
55
"main": "./floatingactionbutton",
66
"sideEffects": false,
@@ -45,7 +45,7 @@
4545
"license": "Apache-2.0",
4646
"readmeFilename": "README.md",
4747
"dependencies": {
48-
"@nativescript-community/ui-material-core": "^5.3.20"
48+
"@nativescript-community/ui-material-core": "^5.3.21"
4949
},
50-
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354"
50+
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300"
5151
}

packages/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+
## [5.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress/compare/v5.3.20...v5.3.21) (2021-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-progress
9+
10+
11+
12+
13+
614
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress/compare/v5.3.19...v5.3.20) (2021-08-29)
715

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

packages/progress/package-lock.json

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

0 commit comments

Comments
 (0)