@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 5.3.19 to 5.3.20
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.19...v5.3.20) (2021-08-29) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
## [5.3.19](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.18...v5.3.19) (2021-08-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "5.3.19", | ||
"version": "5.3.20", | ||
"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.", | ||
@@ -48,5 +48,5 @@ "main": "./ripple", | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^5.3.19" | ||
"@nativescript-community/ui-material-core": "^5.3.20" | ||
}, | ||
"gitHead": "c75829dff27a02d41a9058f376a46554612160ad" | ||
"gitHead": "486063fb3ca788c5eba59c91add3f5c31feff300" | ||
} |
87426