@smui/paper
Advanced tools
Comparing version 1.0.0-beta.11 to 1.0.0-beta.14
@@ -6,2 +6,24 @@ # Change Log | ||
# [1.0.0-beta.14](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2019-09-07) | ||
### Bug Fixes | ||
* fixed the packages' sass commands ([97d64ea](https://github.com/hperrin/svelte-material-ui/commit/97d64ea)) | ||
# [1.0.0-beta.13](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2019-09-06) | ||
### Features | ||
* add bare js and css to all components ([ebe7a6d](https://github.com/hperrin/svelte-material-ui/commit/ebe7a6d)) | ||
# [1.0.0-beta.11](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2019-09-06) | ||
@@ -8,0 +30,0 @@ |
11
index.js
@@ -1,10 +0,3 @@ | ||
import Paper from './Paper.svelte'; | ||
import './_index.scss'; | ||
import Content from './Content.js'; | ||
import Title from './Title.js'; | ||
import Subtitle from './Subtitle.js'; | ||
export default Paper; | ||
export {Content, Title, Subtitle}; | ||
export * from './bare.js'; | ||
export {default} from './bare.js'; |
{ | ||
"name": "@smui/paper", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.14", | ||
"description": "Svelte Material UI - Paper", | ||
@@ -15,2 +15,3 @@ "keywords": [ | ||
"scripts": { | ||
"prepare": "echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -36,5 +37,9 @@ }, | ||
"@material/typography": "^3.1.0", | ||
"@smui/common": "^1.0.0-beta.8" | ||
"@smui/common": "^1.0.0-beta.14" | ||
}, | ||
"gitHead": "a493caeacb09d3d5d0b9f834816e21b08b857633" | ||
"devDependencies": { | ||
"glob-cmd": "0.0.7", | ||
"sass": "^1.23.0-module.beta.1" | ||
}, | ||
"gitHead": "e05df07e232ef51bd8d3356451840b01210e09b1" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36807
15
340
2
1
Updated@smui/common@^1.0.0-beta.14