@smui/layout-grid
Advanced tools
Comparing version 7.0.0-beta.16 to 7.0.0-beta.17
@@ -6,2 +6,10 @@ # Change Log | ||
# [7.0.0-beta.17](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.16...v7.0.0-beta.17) (2024-03-13) | ||
**Note:** Version bump only for package @smui/layout-grid | ||
# [7.0.0-beta.16](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.15...v7.0.0-beta.16) (2023-12-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@smui/layout-grid", | ||
"version": "7.0.0-beta.16", | ||
"version": "7.0.0-beta.17", | ||
"description": "Svelte Material UI - Layout Grid", | ||
@@ -9,2 +9,12 @@ "type": "module", | ||
"svelte": "dist/index.js", | ||
"exports": { | ||
"./package.json": { | ||
"types": "./package.json", | ||
"svelte": "./package.json" | ||
}, | ||
".": { | ||
"types": "./src/index.d.ts", | ||
"svelte": "./dist/index.js" | ||
} | ||
}, | ||
"types": "src/index.d.ts", | ||
@@ -44,3 +54,3 @@ "keywords": [ | ||
"@material/layout-grid": "^14.0.0", | ||
"@smui/common": "^7.0.0-beta.16", | ||
"@smui/common": "^7.0.0-beta.17", | ||
"svelte2tsx": "^0.6.27" | ||
@@ -56,3 +66,3 @@ }, | ||
}, | ||
"gitHead": "09c2396de874d88c92e8969218c9d93963fac430" | ||
"gitHead": "bee9d4e8e773f9e38e47da357922f9d43b337c6c" | ||
} |
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
65045
Updated@smui/common@^7.0.0-beta.17