@forter/forter-checkbox
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.4.9](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.4.8...@forter/forter-checkbox@0.4.9) (2023-12-07) | ||
# 1.0.0-dev.231207162840 (2023-12-07) | ||
**Note:** Version bump only for package @forter/forter-checkbox | ||
## [0.4.8](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.4.6...@forter/forter-checkbox@0.4.8) (2023-11-27) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@forter/forter-checkbox", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "checkbox from Forter Components", | ||
@@ -16,3 +16,3 @@ "author": "Forter Developers", | ||
"build": "npm run rollup", | ||
"rollup": "rimraf ./dist && rimraf ../../types && npx rollup -c ../../rollup.config.js && tsc --emitDeclarationOnly --declaration", | ||
"rollup": "rimraf ./dist && npx rollup -c ../../rollup.config.js && tsc --emitDeclarationOnly --declaration", | ||
"rollup:watch": "npx rollup -c ../../rollup.config.js -w" | ||
@@ -24,6 +24,6 @@ }, | ||
"dependencies": { | ||
"@forter/component-base": "^12.0.0", | ||
"@forter/component-base": "^12.0.1", | ||
"lit": "^2.7.2" | ||
}, | ||
"gitHead": "8cdca0e9f64d479372aa776d2e3cfe64985ef7d0" | ||
"gitHead": "2d2974b42a39026b8a52be58cb3f12823ed54a8b" | ||
} |
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
64082