@smui/textfield
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/textfield", | ||
"version": "1.0.0-beta.18", | ||
"version": "1.0.0-beta.19", | ||
"description": "Svelte Material UI - Text Field", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"scripts": { | ||
"prepublishOnly": "echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass && echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map character-counter/_style.scss character-counter/bare.css\" | xargs sass && echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map helper-text/_style.scss helper-text/bare.css\" | xargs sass && echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map icon/_style.scss icon/bare.css\" | xargs sass", | ||
"prepublishOnly": "echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass && echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map character-counter/_style.scss character-counter/bare.css\" | xargs sass && echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map helper-text/_style.scss helper-text/bare.css\" | xargs sass && echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map icon/_style.scss icon/bare.css\" | xargs sass", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -36,12 +36,12 @@ }, | ||
"@material/textfield": "^3.2.0", | ||
"@smui/common": "^1.0.0-beta.15", | ||
"@smui/floating-label": "^1.0.0-beta.18", | ||
"@smui/line-ripple": "^1.0.0-beta.18", | ||
"@smui/notched-outline": "^1.0.0-beta.18" | ||
"@smui/common": "^1.0.0-beta.19", | ||
"@smui/floating-label": "^1.0.0-beta.19", | ||
"@smui/line-ripple": "^1.0.0-beta.19", | ||
"@smui/notched-outline": "^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
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
99883