@atlaskit/icon-object 7.3.2 → 7.3.4
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
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/icon-object
|
|
2
2
|
|
|
3
|
+
## 7.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`585f5315200e2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/585f5315200e2) -
|
|
8
|
+
Remove legacy icon documentation, examples, and tests.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 7.3.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`a60a82196851a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a60a82196851a) -
|
|
16
|
+
Internal refactors to remove unused variables. No functional or public changes.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 7.3.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/afm-jira/tsconfig.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.4",
|
|
4
4
|
"description": "An object icon is used to represent an Atlassian-specific content type.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@af/formatting": "workspace:^",
|
|
54
54
|
"@af/icon-build-process": "workspace:^",
|
|
55
55
|
"@af/visual-regression": "workspace:^",
|
|
56
|
-
"@atlaskit/css": "^0.
|
|
57
|
-
"@atlaskit/textfield": "^8.
|
|
58
|
-
"@atlaskit/tooltip": "^20.
|
|
56
|
+
"@atlaskit/css": "^0.17.0",
|
|
57
|
+
"@atlaskit/textfield": "^8.1.0",
|
|
58
|
+
"@atlaskit/tooltip": "^20.11.0",
|
|
59
59
|
"@atlassian/codegen": "^0.1.0",
|
|
60
60
|
"fs-extra": "^4.0.2",
|
|
61
61
|
"pkg-dir": "^4.2.0",
|