@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 5.3.16 to 5.3.17
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.3.17](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.16...v5.3.17) (2021-08-10) | ||
### Bug Fixes | ||
* npm ignore unecessary files ([696e88f](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/commit/696e88f657dbb5415aa4a306991a00ef5b83db18)) | ||
## [5.3.16](https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple/compare/v5.3.15...v5.3.16) (2021-08-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "5.3.16", | ||
"version": "5.3.17", | ||
"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.16" | ||
"@nativescript-community/ui-material-core": "^5.3.17" | ||
}, | ||
"gitHead": "c84a4e936ea84c1e5f04f99e8d2aa44657351354" | ||
"gitHead": "c58f7cfb1854968591577c15d589603bb98e49fa" | ||
} |
86609