@atlaskit/lozenge 13.3.1 → 13.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/lozenge",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.3.2",
|
|
4
4
|
"description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
53
53
|
"@atlaskit/css": "^0.19.0",
|
|
54
54
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
55
|
-
"@atlaskit/icon": "^
|
|
55
|
+
"@atlaskit/icon": "^30.0.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
57
57
|
"@atlaskit/primitives": "^17.1.0",
|
|
58
|
-
"@atlaskit/tokens": "^10.
|
|
58
|
+
"@atlaskit/tokens": "^10.1.0",
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"@compiled/react": "^0.18.6"
|
|
61
61
|
},
|