@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 5.3.10 to 5.3.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.3.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.10...v5.3.11) (2021-07-16) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
## [5.3.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.9...v5.3.10) (2021-07-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "5.3.10", | ||
"version": "5.3.11", | ||
"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.10" | ||
"@nativescript-community/ui-material-core": "^5.3.11" | ||
}, | ||
"gitHead": "063ef2014afab23425ac5c3069a8dc48a2f0fa36" | ||
"gitHead": "2140ffc99ffe3ab1eef87ef8c8852e644c271b5b" | ||
} |
85088