@chakra-ui/stat
Advanced tools
Comparing version 1.0.0-next.2 to 1.0.0-next.3
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
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) | ||
# 1.0.0-next.3 (2020-06-28) | ||
### 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)) | ||
- [#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 | ||
@@ -24,3 +22,3 @@ | ||
# 1.0.0-next.1 (2020-06-21) | ||
# 1.0.0-next.2 (2020-06-21) | ||
@@ -27,0 +25,0 @@ ### Bug Fixes |
{ | ||
"name": "@chakra-ui/stat", | ||
"version": "1.0.0-next.2", | ||
"version": "1.0.0-next.3", | ||
"description": "A React component for displaying statistics", | ||
@@ -14,2 +14,3 @@ "keywords": [ | ||
], | ||
"sideEffects": false, | ||
"author": "Segun Adebayo <sage@adebayosegun.com>", | ||
@@ -23,3 +24,4 @@ "homepage": "https://github.com/chakra-ui/chakra-ui#readme", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
@@ -51,8 +53,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@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" | ||
"@chakra-ui/icon": "^1.0.0-next.3", | ||
"@chakra-ui/utils": "^1.0.0-next.3", | ||
"@chakra-ui/visually-hidden": "^1.0.0-next.3" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/system": "^1.0.0-next.2" | ||
"@chakra-ui/system": "^1.0.0-next.3" | ||
}, | ||
@@ -63,3 +65,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "c5b51e43e9dff400f8bba7da7ffd135f5d33628b" | ||
"gitHead": "d31ba9c35993985f49da4885dd47ab8dab49cdd1" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
158609
18
1117