@atlaskit/icon-file-type 6.4.1 → 6.4.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/icon-file-type
2
2
 
3
+ ## 6.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
8
+
3
9
  ## 6.4.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "sideEffects": false
5
5
  }
@@ -0,0 +1 @@
1
+ export { default } from '../metadata';
@@ -0,0 +1 @@
1
+ export { default } from '@atlaskit/icon/base';
@@ -0,0 +1,16 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by the build process.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ *
7
+ * To change the format of this file, modify build/icon/createIconDocs.js.
8
+ * Add synonyms in icon/icons/synonyms.js.
9
+ */
10
+ interface Data {
11
+ keywords: string[];
12
+ componentName: string;
13
+ package: string;
14
+ }
15
+ declare const metaData: Record<string, Data>;
16
+ export default metaData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "description": "A file type icon is used to represent specific types of content used across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"