@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 5.3.3 to 5.3.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.3.4](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.3...v5.3.4) (2021-06-09) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
## [5.3.3](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.2...v5.3.3) (2021-06-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "5.3.3", | ||
"version": "5.3.4", | ||
"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.", | ||
@@ -46,5 +46,5 @@ "main": "./ripple", | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^5.3.3" | ||
"@nativescript-community/ui-material-core": "^5.3.4" | ||
}, | ||
"gitHead": "bbf6747f2fdbdb732bbef1e3b6075cc342198600" | ||
"gitHead": "ea159b1dd3dbdadb392e945e22057c356d4769f3" | ||
} |
83465