@nativescript-community/ui-material-slider
Advanced tools
Comparing version 5.2.31 to 5.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.3.0](https://github.com/nativescript-community/ui-material-components/tree/master/packages/slider/compare/v5.2.31...v5.3.0) (2021-05-12) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
## [5.2.31](https://github.com/nativescript-community/ui-material-components/tree/master/packages/slider/compare/v5.2.30...v5.2.31) (2021-05-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-slider", | ||
"version": "5.2.31", | ||
"version": "5.3.0", | ||
"description": "Material Design Sliders allow users to make selections from a range of values.", | ||
@@ -46,5 +46,5 @@ "main": "./slider", | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^5.2.31" | ||
"@nativescript-community/ui-material-core": "^5.3.0" | ||
}, | ||
"gitHead": "9fca9a0bb11dd68390ebc4ba09caaaa73404984a" | ||
"gitHead": "bd6d3511757caf8a189ea05848ae8f88cc20d5b8" | ||
} |
89027