@atlaskit/badge
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -1,6 +0,11 @@ | ||
<a name="4.0.3"></a> | ||
## 4.0.3 (2017-05-10) | ||
<a name="4.0.4"></a> | ||
## 4.0.4 (2017-05-23) | ||
<a name="4.0.4"></a> | ||
## 4.0.4 (2017-05-23) | ||
<a name="4.0.3"></a> | ||
@@ -13,2 +18,3 @@ ## 4.0.3 (2017-05-10) | ||
* **component:** testing releasing more than 5 packages at a time ([e69b832](https://bitbucket.org/atlassian/atlaskit/commits/e69b832)) | ||
* **package:** update dependencies ([0c92fef](https://bitbucket.org/atlassian/atlaskit/commits/0c92fef)) | ||
@@ -15,0 +21,0 @@ |
{ | ||
"name": "@atlaskit/badge", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"config": { | ||
@@ -11,2 +11,5 @@ "access": "public" | ||
"ak:webpack:raw": "src/index.jsx", | ||
"ak:component": { | ||
"name": "Badge" | ||
}, | ||
"scripts": { | ||
@@ -19,5 +22,6 @@ "prepublish": "../../node_modules/.bin/in-publish && { cd ../.. && npm run prepublish/single @atlaskit/badge; } || ../../node_modules/.bin/not-in-publish" | ||
"dependencies": { | ||
"@atlaskit/util-shared-styles": "^1.0.0", | ||
"@atlaskit/util-shared-styles": "^2.0.1", | ||
"babel-runtime": "^6.11.6", | ||
"classnames": "^2.2.5" | ||
"classnames": "^2.2.5", | ||
"styled-components": "^1.3.0" | ||
}, | ||
@@ -36,4 +40,3 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"react": "^15.3.2", | ||
"styled-components": "^1.3.0" | ||
"react": "^15.3.2" | ||
}, | ||
@@ -40,0 +43,0 @@ "repository": { |
@@ -19,3 +19,3 @@ [![AtlasKit component registry](https://img.shields.io/badge/AtlasKit-components-FF5230.svg)](http://atlaskit.atlassian.com) | ||
Interact with a [live demo of the @atlaskit/badge component with code examples](https://aui-cdn.atlassian.com/atlaskit/stories/@atlaskit/badge/4.0.3/). | ||
Interact with a [live demo of the @atlaskit/badge component with code examples](https://aui-cdn.atlassian.com/atlaskit/stories/@atlaskit/badge/4.0.4/). | ||
@@ -22,0 +22,0 @@ _* Please note that this module could have dependencies that are governed by the Atlassian Design Guidelines license which will be automatically included on install. Each dependency has a license file that indicates whether the Atlassian Design Guidelines license applies._ |
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
37500
+ Addedstyled-components@^1.3.0
+ Added@atlaskit/util-shared-styles@2.10.8(transitive)
- Removed@atlaskit/util-shared-styles@1.7.1(transitive)