@atlaskit/icon-file-type 6.4.7 → 6.4.9

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,17 @@
1
1
  # @atlaskit/icon-file-type
2
2
 
3
+ ## 6.4.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
8
+
9
+ ## 6.4.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [#80509](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80509) [`fcf7481f594f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcf7481f594f) - Upgrade dependency of `@emotion/styled` to version 11
14
+
3
15
  ## 6.4.7
4
16
 
5
17
  ### Patch Changes
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/entry-points/metadata.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/entry-points/metadata.d.ts"
12
12
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.7",
3
+ "version": "6.4.9",
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/"
@@ -42,7 +42,7 @@
42
42
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.ts"
43
43
  },
44
44
  "dependencies": {
45
- "@atlaskit/icon": "^22.0.0",
45
+ "@atlaskit/icon": "^22.1.0",
46
46
  "@babel/runtime": "^7.0.0"
47
47
  },
48
48
  "peerDependencies": {
@@ -52,7 +52,7 @@
52
52
  "@af/icon-build-process": "^0.5.0",
53
53
  "@atlaskit/visual-regression": "*",
54
54
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
55
- "@emotion/styled": "^10.0.7",
55
+ "@emotion/styled": "^11.0.0",
56
56
  "enzyme": "^3.10.0",
57
57
  "fs-extra": "^4.0.2",
58
58
  "jscodeshift": "^0.13.0",
@@ -73,4 +73,4 @@
73
73
  }
74
74
  },
75
75
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
76
- }
76
+ }