@chakra-ui/transition
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)) | ||
* case sensitivity issue in transition package ([68f48f2](https://github.com/chakra-ui/chakra-ui/commit/68f48f2d3ff234406663e36f93cc56b23fb27f33)) | ||
* ts issue with sx prop ([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951)) | ||
- [#891](https://github.com/chakra-ui/chakra-ui/issues/891) | ||
([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e)) | ||
- case sensitivity issue in transition package | ||
([68f48f2](https://github.com/chakra-ui/chakra-ui/commit/68f48f2d3ff234406663e36f93cc56b23fb27f33)) | ||
- ts issue with sx prop | ||
([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951)) | ||
# 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/transition", | ||
"version": "1.0.0-next.2", | ||
"version": "1.0.0-next.3", | ||
"description": "Common transition components for Chakra UI", | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -21,3 +22,4 @@ "transition", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
@@ -49,3 +51,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@chakra-ui/utils": "^1.0.0-next.2", | ||
"@chakra-ui/utils": "^1.0.0-next.3", | ||
"@types/react-transition-group": "4.4.0", | ||
@@ -57,3 +59,3 @@ "react-transition-group": "4.4.1" | ||
}, | ||
"gitHead": "c5b51e43e9dff400f8bba7da7ffd135f5d33628b" | ||
"gitHead": "d31ba9c35993985f49da4885dd47ab8dab49cdd1" | ||
} |
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
69449
46
904