@chakra-ui/stat
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.2
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# 1.0.0-next.2 (2020-06-22) | ||
### Bug Fixes | ||
* [#891](https://github.com/chakra-ui/chakra-ui/issues/891) ([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e)) | ||
* ts issue with sx prop ([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951)) | ||
* **stat:** add missing @chakra-ui/visually-hidden dependency ([9291315](https://github.com/chakra-ui/chakra-ui/commit/92913151221eed39b9f587d5ff3f238fb926f6d3)) | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
@@ -4,0 +22,0 @@ [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
{ | ||
"name": "@chakra-ui/stat", | ||
"version": "1.0.0-next.1", | ||
"version": "1.0.0-next.2", | ||
"description": "A React component for displaying statistics", | ||
@@ -49,8 +49,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/icon": "^1.0.0-next.1", | ||
"@chakra-ui/utils": "^1.0.0-next.1", | ||
"@chakra-ui/visually-hidden": "^1.0.0-next.1" | ||
"@chakra-ui/icon": "^1.0.0-next.2", | ||
"@chakra-ui/utils": "^1.0.0-next.2", | ||
"@chakra-ui/visually-hidden": "^1.0.0-next.2" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/system": "^1.0.0-next.1" | ||
"@chakra-ui/system": "^1.0.0-next.2" | ||
}, | ||
@@ -61,3 +61,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "cabbf345518d70d446bf95410872f1a0c947ccd5" | ||
"gitHead": "c5b51e43e9dff400f8bba7da7ffd135f5d33628b" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
152973