@atlaskit/tag
Advanced tools
Comparing version 3.2.1 to 4.0.0
# @atlaskit/tag | ||
## 4.0.0 | ||
- [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858) | ||
## 3.2.1 | ||
@@ -4,0 +7,0 @@ - [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba) |
{ | ||
"name": "@atlaskit/tag", | ||
"version": "3.2.0" | ||
"version": "3.2.1" | ||
} |
{ | ||
"name": "@atlaskit/tag", | ||
"version": "3.2.1", | ||
"version": "4.0.0", | ||
"description": "This component displays as a tag with an optional link and/or button to remove the given tag.", | ||
@@ -9,2 +9,3 @@ "license": "Apache-2.0", | ||
"atlaskit:src": "src/index.js", | ||
"atlaskit:designLink": "https://atlassian.design/guidelines/product/components/tags", | ||
"files": [ | ||
@@ -23,4 +24,4 @@ "dist" | ||
"dependencies": { | ||
"@atlaskit/icon": "^10.12.1", | ||
"@atlaskit/theme": "^2.4.1", | ||
"@atlaskit/icon": "^11.0.0", | ||
"@atlaskit/theme": "^3.0.0", | ||
"@atlaskit/util-common": "^1.5.2", | ||
@@ -33,13 +34,13 @@ "babel-runtime": "^6.26.0", | ||
"peerDependencies": { | ||
"react": "15.6.0 - 16.2.0" | ||
"react": "^16.3.0" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/avatar": "^9.2.1", | ||
"@atlaskit/docs": "^2.5.2", | ||
"@atlaskit/tag-group": "^3.6.1", | ||
"@atlaskit/avatar": "^10.0.0", | ||
"@atlaskit/docs": "^3.0.0", | ||
"@atlaskit/tag-group": "^4.0.0", | ||
"@atlaskit/util-common-test": "^2.4.2", | ||
"enzyme": "^3.3.0", | ||
"react-dom": "15.6.0 - 16.2.0", | ||
"react-test-renderer": "^16.2.0" | ||
"react-dom": "^16.3.0", | ||
"react-test-renderer": "^16.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
98732
+ Added@atlaskit/icon@11.4.0(transitive)
+ Added@atlaskit/theme@3.2.2(transitive)
+ Addedreact@16.14.0(transitive)
- Removed@atlaskit/icon@10.13.0(transitive)
- Removed@atlaskit/theme@2.4.1(transitive)
- Removedreact@16.2.0(transitive)
Updated@atlaskit/icon@^11.0.0
Updated@atlaskit/theme@^3.0.0