@chakra-ui/spinner
Advanced tools
Comparing version 1.0.0-next.3 to 1.0.0-next.4
@@ -6,2 +6,30 @@ # Change Log | ||
# 1.0.0-next.4 (2020-07-01) | ||
### Bug Fixes | ||
- [#891](https://github.com/chakra-ui/chakra-ui/issues/891) | ||
([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e)) | ||
- case sensitivity issues in packages | ||
([1e1837f](https://github.com/chakra-ui/chakra-ui/commit/1e1837f76e869c2df11f6a6e80ce4ab511beaf95)) | ||
- case sensitivity issues in packages | ||
([1242a46](https://github.com/chakra-ui/chakra-ui/commit/1242a4666fe0e9554b6691edcf42d366f7cff67a)) | ||
- ts issue with sx prop | ||
([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951)) | ||
- **spinner:** typo in README | ||
([3af2095](https://github.com/chakra-ui/chakra-ui/commit/3af20958d9c21315bc7014b005ebb4cc9c7b76fc)) | ||
- typos | ||
([712bc64](https://github.com/chakra-ui/chakra-ui/commit/712bc6466569874c78857d71babb8541397e9526)) | ||
- typos | ||
([3129447](https://github.com/chakra-ui/chakra-ui/commit/31294476e9f80c64b70930b3a91becfd85b9d361)) | ||
- update spinner component stories | ||
([5a5da47](https://github.com/chakra-ui/chakra-ui/commit/5a5da4787401b65673800f0ce126364822c17321)) | ||
- update switch stories | ||
([0b7daa3](https://github.com/chakra-ui/chakra-ui/commit/0b7daa3512d4a274bc717fa30e818d5f733d768e)) | ||
# 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.3 (2020-06-28) | ||
@@ -8,0 +36,0 @@ |
{ | ||
"name": "@chakra-ui/spinner", | ||
"version": "1.0.0-next.3", | ||
"version": "1.0.0-next.4", | ||
"description": "A React component for displaying spinners and loaders", | ||
@@ -48,13 +48,13 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/utils": "^1.0.0-next.3", | ||
"@chakra-ui/visually-hidden": "^1.0.0-next.3" | ||
"@chakra-ui/utils": "^1.0.0-next.4", | ||
"@chakra-ui/visually-hidden": "^1.0.0-next.4" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/system": "^1.0.0-next.3" | ||
"@chakra-ui/system": "^1.0.0-next.4" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/system": "1.x", | ||
"@chakra-ui/system": ">0.8", | ||
"react": "16.x" | ||
}, | ||
"gitHead": "d31ba9c35993985f49da4885dd47ab8dab49cdd1" | ||
"gitHead": "cdd5eac1db90ba33a07c009fb8dbcc4453d6ec01" | ||
} |
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
35951
+ Added@chakra-ui/anatomy@2.2.2(transitive)
+ Added@chakra-ui/color-mode@2.2.0(transitive)
+ Added@chakra-ui/object-utils@2.1.0(transitive)
+ Added@chakra-ui/react-use-safe-layout-effect@2.1.0(transitive)
+ Added@chakra-ui/react-utils@2.0.12(transitive)
+ Added@chakra-ui/shared-utils@2.0.5(transitive)
+ Added@chakra-ui/styled-system@2.9.2(transitive)
+ Added@chakra-ui/system@2.6.2(transitive)
+ Added@chakra-ui/theme@3.3.1(transitive)
+ Added@chakra-ui/theme-tools@2.1.2(transitive)
+ Added@chakra-ui/theme-utils@2.0.21(transitive)
+ Added@chakra-ui/utils@2.0.15(transitive)
+ Added@types/lodash.mergewith@4.6.7(transitive)
+ Addedcolor2k@2.0.3(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedframesync@6.1.2(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-fast-compare@3.2.2(transitive)
+ Addedtslib@2.4.0(transitive)
- Removed@chakra-ui/color-mode@1.4.8(transitive)
- Removed@chakra-ui/hooks@1.9.1(transitive)
- Removed@chakra-ui/react-env@1.1.6(transitive)
- Removed@chakra-ui/react-utils@1.2.3(transitive)
- Removed@chakra-ui/styled-system@1.19.0(transitive)
- Removed@chakra-ui/system@1.12.1(transitive)
- Removedcompute-scroll-into-view@1.0.14(transitive)
- Removedcopy-to-clipboard@3.3.1(transitive)
- Removedcsstype@3.0.9(transitive)
- Removedreact-fast-compare@3.2.0(transitive)
- Removedtoggle-selection@1.0.6(transitive)