@atlaskit/icon 29.1.0 → 29.2.0
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 +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 29.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`762b79e21f96a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/762b79e21f96a) -
|
|
8
|
+
Migrated and cleaned up legacy iconography usage.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 29.1.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "29.
|
|
3
|
+
"version": "29.2.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
76
76
|
"@atlaskit/tile": "^1.0.0",
|
|
77
|
-
"@atlaskit/tokens": "^8.
|
|
77
|
+
"@atlaskit/tokens": "^8.6.0",
|
|
78
78
|
"@babel/runtime": "^7.0.0",
|
|
79
79
|
"@compiled/react": "^0.18.6"
|
|
80
80
|
},
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"@af/icon-build-process": "workspace:^",
|
|
87
87
|
"@af/integration-testing": "workspace:^",
|
|
88
88
|
"@af/visual-regression": "workspace:^",
|
|
89
|
-
"@atlaskit/button": "^23.
|
|
89
|
+
"@atlaskit/button": "^23.8.0",
|
|
90
90
|
"@atlaskit/code": "^17.4.0",
|
|
91
|
-
"@atlaskit/css": "^0.
|
|
91
|
+
"@atlaskit/css": "^0.18.0",
|
|
92
92
|
"@atlaskit/docs": "^11.2.0",
|
|
93
93
|
"@atlaskit/form": "^15.0.0",
|
|
94
94
|
"@atlaskit/heading": "^5.2.0",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"@atlaskit/link": "^3.2.0",
|
|
98
98
|
"@atlaskit/logo": "^19.9.0",
|
|
99
99
|
"@atlaskit/menu": "^8.4.0",
|
|
100
|
-
"@atlaskit/modal-dialog": "^14.
|
|
100
|
+
"@atlaskit/modal-dialog": "^14.9.0",
|
|
101
101
|
"@atlaskit/primitives": "^16.4.0",
|
|
102
|
-
"@atlaskit/section-message": "^8.
|
|
102
|
+
"@atlaskit/section-message": "^8.11.0",
|
|
103
103
|
"@atlaskit/textfield": "^8.2.0",
|
|
104
104
|
"@atlaskit/theme": "^21.0.0",
|
|
105
105
|
"@atlaskit/toggle": "^15.2.0",
|