@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 5.2.22 to 5.2.23
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.2.23](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.2.22...v5.2.23) (2021-04-20) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
## [5.2.22](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.2.21...v5.2.22) (2021-04-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "5.2.22", | ||
"version": "5.2.23", | ||
"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.22" | ||
"@nativescript-community/ui-material-core": "^5.2.23" | ||
}, | ||
"gitHead": "0c758febdb7d210a60ffbf1378d299faed71241b" | ||
"gitHead": "3d5c9dc1495da771d7632d0b293e6bb269cc9ec5" | ||
} |
80272