@atlaskit/tag-group
Advanced tools
Comparing version 5.0.0 to 5.0.1
# @atlaskit/tag-group | ||
## 5.0.1 | ||
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67) | ||
- [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67) | ||
- @atlaskit/tag@5.0.1 | ||
- @atlaskit/docs@4.0.1 | ||
- @atlaskit/avatar@11.0.1 | ||
## 5.0.0 | ||
@@ -4,0 +11,0 @@ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619) |
{ | ||
"name": "@atlaskit/tag-group", | ||
"version": "4.0.1" | ||
"version": "5.0.0" | ||
} |
{ | ||
"name": "@atlaskit/tag-group", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "A React component used for grouping and controlling @atlskit/tag components", | ||
@@ -28,3 +28,3 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@atlaskit/tag": "^5.0.0", | ||
"@atlaskit/tag": "^5.0.1", | ||
"react": "^16.3.0", | ||
@@ -34,7 +34,7 @@ "styled-components": "^3.2.6" | ||
"devDependencies": { | ||
"@atlaskit/avatar": "^11.0.0", | ||
"@atlaskit/docs": "^4.0.0", | ||
"@atlaskit/tag": "^5.0.0", | ||
"@atlaskit/avatar": "^11.0.1", | ||
"@atlaskit/docs": "^4.0.1", | ||
"@atlaskit/tag": "^5.0.1", | ||
"enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# TagGroup | ||
# Tag-group | ||
@@ -8,2 +8,10 @@ This component displays an arbitrary number of | ||
![Example tag group](https://i.imgur.com/A10xBnV.gif) | ||
## Installation | ||
```sh | ||
yarn add @atlaskit/tag-group | ||
``` | ||
## Usage | ||
Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/core/tag-group). |
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
12937
17