@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 5.2.20 to 5.2.21
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.2.20...v5.2.21) (2021-04-16) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.2.19...v5.2.20) (2021-04-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "5.2.20", | ||
"version": "5.2.21", | ||
"description": "The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.", | ||
@@ -45,5 +45,5 @@ "main": "./ripple", | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^5.2.20" | ||
"@nativescript-community/ui-material-core": "^5.2.21" | ||
}, | ||
"gitHead": "29ee31ae16d66567ce91af375297b9448979cf41" | ||
"gitHead": "da6168d684fe45421008d580764bcea743b355f0" | ||
} |
79804