@atlaskit/icon-object 7.3.3 → 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,13 @@
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
+
3
11
  ## 7.3.3
4
12
 
5
13
  ### Patch Changes
@@ -9,4 +9,4 @@ import { LegacyIconExplorer } from '@af/design-system-docs-ui';
9
9
  Search and copy icon import paths from the `@atlaskit/icon-object` package. Select an icon to copy
10
10
  import to clipboard.
11
11
 
12
- <LegacyIconExplorer iconType="object" />
12
+ <LegacyIconExplorer />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "7.3.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/"