@smui/layout-grid
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [3.1.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.3...v3.1.0) (2021-04-22) | ||
### Features | ||
* update to MDC 11, new fullscreen dialogs ([ee962bc](https://github.com/hperrin/svelte-material-ui/commit/ee962bc9cd654423322330a7f786ce2c350e3e49)) | ||
### Reverts | ||
* Revert "v3.1.0" ([ade5890](https://github.com/hperrin/svelte-material-ui/commit/ade589069db4f68f21815138dfc86805bac11774)) | ||
## [3.0.2](https://github.com/hperrin/svelte-material-ui/compare/v3.0.1...v3.0.2) (2021-04-21) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@smui/layout-grid", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Svelte Material UI - Layout Grid", | ||
@@ -33,4 +33,4 @@ "type": "module", | ||
"dependencies": { | ||
"@material/layout-grid": "^10.0.0", | ||
"@smui/common": "^3.0.2" | ||
"@material/layout-grid": "^11.0.0", | ||
"@smui/common": "^3.1.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c8a34d0b6e17873e0654a3098226e5c3c18d82ef" | ||
"gitHead": "d67e50ef816785bd88a6eed400e0b5eb7ea49841" | ||
} |
@@ -75,2 +75,2 @@ # Svelte Material UI - Layout Grid | ||
See [Layout Grid](https://github.com/material-components/material-components-web/tree/v10.0.0/packages/mdc-layout-grid) in MDC-Web for information about the upstream library's architecture. | ||
See [Layout Grid](https://github.com/material-components/material-components-web/tree/v11.0.0/packages/mdc-layout-grid) in MDC-Web for information about the upstream library's architecture. |
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
39080
+ Added@material/layout-grid@11.0.0(transitive)
- Removed@material/layout-grid@10.0.0(transitive)
Updated@smui/common@^3.1.0