@spark-ui/label
Advanced tools
Comparing version 1.5.10 to 1.5.11
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.5.11](https://github.com/adevinta/spark/compare/@spark-ui/label@1.5.10...@spark-ui/label@1.5.11) (2023-09-14) | ||
### Bug Fixes | ||
- **label:** meta-tags ([c01a7f7](https://github.com/adevinta/spark/commit/c01a7f7866c16c76b26a673ca1d3896fe6bf3fce)) | ||
## [1.5.10](https://github.com/adevinta/spark/compare/@spark-ui/label@1.5.9...@spark-ui/label@1.5.10) (2023-09-11) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@spark-ui/label", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"description": "Renders an accessible label associated with controls", | ||
@@ -37,11 +37,15 @@ "publishConfig": { | ||
"type": "git", | ||
"url": "git@github.com:adevinta/spark.git", | ||
"url": "https://github.com/adevinta/spark.git", | ||
"directory": "packages/components/label" | ||
}, | ||
"config": { | ||
"title": "label", | ||
"category": "components" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adevinta/spark/issues" | ||
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Alabel" | ||
}, | ||
"homepage": "https://sparkui.vercel.app", | ||
"license": "MIT", | ||
"gitHead": "71af7216f90b81c71aac495c702ddb3826c46dcc" | ||
"gitHead": "318dcc9d11ad26f351ab7f7f8f78bbfad06a4d25" | ||
} |
10936