Skip to content

Commit

Permalink
v5.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 16, 2021
1 parent 7cdd1c4 commit da6168d
Show file tree
Hide file tree
Showing 47 changed files with 196 additions and 47 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/compare/v5.2.20...v5.2.21) (2021-04-16)


### Bug Fixes

* highlightColor as css property too ([d8dc4fd](https://github.com/nativescript-community/ui-material-components/commit/d8dc4fd3b69c5dbbb38ee498ebf3cae4af0d8785))
* make all tab strip props css ([a273379](https://github.com/nativescript-community/ui-material-components/commit/a273379cf7379288f85e4590844e3d85ea8e41c9))
* **bottomnavigationbar:** ios dont depend on tag as the native side changes it ([2bf6601](https://github.com/nativescript-community/ui-material-components/commit/2bf66016e10298f3f63e505e8046b4b664d6619e))





## [5.2.20](https://github.com/nativescript-community/ui-material-components/compare/v5.2.19...v5.2.20) (2021-04-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
]
}
},
"version": "5.2.20"
"version": "5.2.21"
}
8 changes: 8 additions & 0 deletions packages/activityindicator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
Expand Down
2 changes: 1 addition & 1 deletion packages/activityindicator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/activityindicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-activityindicator",
"version": "5.2.20",
"version": "5.2.21",
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -43,7 +43,7 @@
"readmeFilename": "README.md",
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/bottom-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
Expand Down
2 changes: 1 addition & 1 deletion packages/bottom-navigation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bottom-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-bottom-navigation",
"version": "5.2.20",
"version": "5.2.21",
"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.",
"main": "bottomnavigation",
"sideEffects": false,
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/bottomnavigationbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
Expand Down
2 changes: 1 addition & 1 deletion packages/bottomnavigationbar/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bottomnavigationbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-bottomnavigationbar",
"version": "5.2.20",
"version": "5.2.21",
"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.",
"main": "bottomnavigationbar",
"sideEffects": false,
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/bottomsheet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
Expand Down
2 changes: 1 addition & 1 deletion packages/bottomsheet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bottomsheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-bottomsheet",
"version": "5.2.20",
"version": "5.2.21",
"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.",
"main": "./bottomsheet",
"sideEffects": false,
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/button/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-button
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-button",
"version": "5.2.20",
"version": "5.2.21",
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
"main": "./button",
"sideEffects": false,
Expand Down Expand Up @@ -43,7 +43,7 @@
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/text": "^1.3.10",
"@nativescript-community/ui-material-core": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/cardview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-cardview
Expand Down
2 changes: 1 addition & 1 deletion packages/cardview/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cardview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-cardview",
"version": "5.2.20",
"version": "5.2.21",
"description": "Material Design Cards contain content and actions about a single subject.",
"main": "./cardview",
"sideEffects": false,
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-core",
"version": "5.2.20",
"version": "5.2.21",
"description": "Material Core component",
"main": "./index",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/dialogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
Expand Down
6 changes: 3 additions & 3 deletions packages/dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-dialogs",
"version": "5.2.20",
"version": "5.2.21",
"description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.",
"main": "./dialogs",
"sideEffects": false,
Expand Down Expand Up @@ -41,8 +41,8 @@
"license": "Apache-2.0",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.2.20",
"@nativescript-community/ui-material-textfield": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21",
"@nativescript-community/ui-material-textfield": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/floatingactionbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton
Expand Down
2 changes: 1 addition & 1 deletion packages/floatingactionbutton/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/floatingactionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-floatingactionbutton",
"version": "5.2.20",
"version": "5.2.21",
"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.",
"main": "./floatingactionbutton",
"sideEffects": false,
Expand Down Expand Up @@ -42,7 +42,7 @@
"license": "Apache-2.0",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
8 changes: 8 additions & 0 deletions packages/progress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress/compare/v5.2.20...v5.2.21) (2021-04-16)

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





## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress/compare/v5.2.19...v5.2.20) (2021-04-12)

**Note:** Version bump only for package @nativescript-community/ui-material-progress
Expand Down
2 changes: 1 addition & 1 deletion packages/progress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-progress",
"version": "5.2.20",
"version": "5.2.21",
"description": "Progress view is a linear progress indicator that implements Material Design animation and layout.",
"main": "./progress",
"sideEffects": false,
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.2.20"
"@nativescript-community/ui-material-core": "^5.2.21"
},
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
}
Loading

0 comments on commit da6168d

Please sign in to comment.