@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 5.2.24 to 5.2.25
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.2.25](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.2.24...v5.2.25) (2021-04-22) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
## [5.2.24](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.2.23...v5.2.24) (2021-04-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "5.2.24", | ||
"version": "5.2.25", | ||
"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.24" | ||
"@nativescript-community/ui-material-core": "^5.2.25" | ||
}, | ||
"gitHead": "04848c57e0c2719bf48c25ea289177f379684d24" | ||
"gitHead": "41c9ea773e53bab6f4c956082b450b06ad17a417" | ||
} |
80740