@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 5.3.14 to 5.3.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.3.15](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.14...v5.3.15) (2021-08-06) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
## [5.3.14](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.13...v5.3.14) (2021-08-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "5.3.14", | ||
"version": "5.3.15", | ||
"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.14" | ||
"@nativescript-community/ui-material-core": "^5.3.15" | ||
}, | ||
"gitHead": "d47fffde2f59317316eaffc2ab4f307e6dcf3c04" | ||
"gitHead": "2531a267a6d6eb7ea03efa7d0b22bf7c2f6bcab6" | ||
} |
86024