@spark-ui/badge
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.0.11](https://github.com/adevinta/spark/compare/@spark-ui/badge@2.0.10...@spark-ui/badge@2.0.11) (2023-09-14) | ||
### Bug Fixes | ||
- **badge:** meta-tags ([ebfc245](https://github.com/adevinta/spark/commit/ebfc245e358f80bc791240b075197ae00045b6a2)) | ||
## [2.0.10](https://github.com/adevinta/spark/compare/@spark-ui/badge@2.0.9...@spark-ui/badge@2.0.10) (2023-09-04) | ||
@@ -8,0 +14,0 @@ |
@@ -156,3 +156,3 @@ { | ||
"defaultValue": { | ||
"value": "99" | ||
"value": 99 | ||
}, | ||
@@ -159,0 +159,0 @@ "description": "Maximum numeric value to be dispayed as a count value.", |
{ | ||
"name": "@spark-ui/badge", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "Badge component is a visual indicator for numeric values such as tallies and scores.", | ||
@@ -27,7 +27,14 @@ "publishConfig": { | ||
"type": "git", | ||
"url": "git@github.com:adevinta/spark.git", | ||
"url": "https://github.com/adevinta/spark.git", | ||
"directory": "packages/components/badge" | ||
}, | ||
"config": { | ||
"title": "badge", | ||
"category": "components" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Abadge" | ||
}, | ||
"dependencies": { | ||
"@spark-ui/internal-utils": "^2.1.2", | ||
"@spark-ui/internal-utils": "^2.1.3", | ||
"class-variance-authority": "0.7.0" | ||
@@ -41,8 +48,5 @@ }, | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adevinta/spark/issues" | ||
}, | ||
"homepage": "https://sparkui.vercel.app", | ||
"license": "MIT", | ||
"gitHead": "e98a5abd16667218cead4b366bb0e69435d7f8ed" | ||
"gitHead": "318dcc9d11ad26f351ab7f7f8f78bbfad06a4d25" | ||
} |
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
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
21487
0