@atlaskit/empty-state
Advanced tools
Comparing version 0.1.0 to 0.1.1
# @atlaskit/empty-state | ||
## 0.1.1 | ||
## 0.1.0 | ||
- [patch] Updates dependency on docs/ to ^1.0.1 [36c7ef8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c7ef8) | ||
- [minor] Initial release [afbb1e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/afbb1e5) |
{ | ||
"name": "@atlaskit/empty-state", | ||
"version": "0.0.0" | ||
"version": "0.1.0" | ||
} |
{ | ||
"name": "@atlaskit/empty-state", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A React component used for presenting various empty states (no items, empty search, broken link, welcome screen etc.)", | ||
@@ -28,4 +28,4 @@ "license": "Apache-2.0", | ||
"@atlaskit/button": "^5.4.8", | ||
"@atlaskit/spinner": "^4.0.5", | ||
"@atlaskit/theme": "^2.2.7", | ||
"@atlaskit/spinner": "^4.0.7", | ||
"@atlaskit/theme": "^2.2.8", | ||
"@atlaskit/util-shared-styles": "^2.10.3", | ||
@@ -35,5 +35,5 @@ "react": "^15.6.1" | ||
"devDependencies": { | ||
"enzyme": "^2.9.1", | ||
"@atlaskit/docs": "^1.0.1" | ||
"@atlaskit/docs": "^2.0.0", | ||
"enzyme": "^2.9.1" | ||
} | ||
} | ||
} |
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
20548