@forter/forter-checkbox
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.2.0](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.1.2...@forter/forter-checkbox@0.2.0) (2023-07-06) | ||
## 1.0.84 (2023-07-06) | ||
### Features | ||
- ๐ธ implement forter-card-list ([#62](https://github.com/forter/design-system/issues/62)) ([0091bbe](https://github.com/forter/design-system/commit/0091bbed579b284fffcf2cd8cd07b9952cdde6a9)) | ||
## [0.1.2](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.1.1...@forter/forter-checkbox@0.1.2) (2023-07-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@forter/forter-checkbox", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "checkbox from Forter Components", | ||
@@ -12,7 +12,8 @@ "author": "Forter Developers", | ||
"module": "dist/bundle.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"watch": "npm run rollup:watch", | ||
"build": "npm run rollup", | ||
"rollup": "rimraf ./dist && npx rollup -c ../../rollup.config.js", | ||
"rollup:watch": "rimraf ./dist && npx rollup -c ../../rollup.config.js -w" | ||
"rollup": "rimraf ./dist && rimraf ../../types && npx rollup -c ../../rollup.config.js && tsc --emitDeclarationOnly --declaration", | ||
"rollup:watch": "npx rollup -c ../../rollup.config.js -w" | ||
}, | ||
@@ -23,6 +24,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@forter/component-base": "^7.0.2", | ||
"@forter/component-base": "^7.1.0", | ||
"lit": "^2.7.2" | ||
}, | ||
"gitHead": "b8b0c9cb7ca99a1d52467435b039721b1e39c56b" | ||
"gitHead": "f20a19c85b7b50d4096907ab4337cd7e9d6beb92" | ||
} |
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
77597
13
575