@smui/line-ripple
Advanced tools
Comparing version 1.0.0-beta.18 to 1.0.0-beta.19
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-beta.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13) | ||
### Bug Fixes | ||
* prevent new Svelte versions from mangling MDC classes ([8a94e95](https://github.com/hperrin/svelte-material-ui/commit/8a94e95574c36595158603c83b3d79892fe4af4d)), closes [#52](https://github.com/hperrin/svelte-material-ui/issues/52) | ||
# [1.0.0-beta.18](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2019-11-08) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui/line-ripple", | ||
"version": "1.0.0-beta.18", | ||
"version": "1.0.0-beta.19", | ||
"description": "Svelte Material UI - Line Ripple", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"scripts": { | ||
"prepare": "echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass", | ||
"prepare": "echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -33,9 +33,9 @@ }, | ||
"@material/line-ripple": "^3.1.0", | ||
"@smui/common": "^1.0.0-beta.15" | ||
"@smui/common": "^1.0.0-beta.19" | ||
}, | ||
"devDependencies": { | ||
"glob-cmd": "0.0.7", | ||
"sass": "^1.23.1" | ||
"sass": "^1.23.7" | ||
}, | ||
"gitHead": "3a48aee47d1693649dfa14021fcdc60d77b2175e" | ||
"gitHead": "77b3594047009c45aa07d278863b929fd25fec67" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17751
Updated@smui/common@^1.0.0-beta.19