@atlaskit/icon 33.0.1 → 33.0.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,12 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 33.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c426ad3d11c7c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c426ad3d11c7c) -
8
+ Fixes to icon build process
9
+
3
10
  ## 33.0.1
4
11
 
5
12
  ### Patch Changes
package/build/index.tsx CHANGED
@@ -12,7 +12,6 @@ import {
12
12
  } from '@af/icon-build-process';
13
13
 
14
14
  import coreIconMetadata from '../icons_raw/metadata-core';
15
- import migrationMap from '../src/migration-map';
16
15
  import { recommendedSmallIcons } from '../src/recommended-small';
17
16
  import synonyms from '../utils/synonyms';
18
17
 
@@ -54,7 +53,6 @@ async function main() {
54
53
  icons,
55
54
  '@atlaskit/icon',
56
55
  coreIconMetadata,
57
- migrationMap,
58
56
  );
59
57
 
60
58
  fs.outputFile(path.resolve(root, 'src/deprecated-core.tsx'), deprecatedDocs);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "33.0.1",
3
+ "version": "33.0.2",
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/"
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/tile": "^1.0.0",
39
- "@atlaskit/tokens": "^11.1.0",
39
+ "@atlaskit/tokens": "^11.2.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.20.0"
42
42
  },
@@ -52,20 +52,20 @@
52
52
  "@atlaskit/code": "^17.4.0",
53
53
  "@atlaskit/css": "^0.19.0",
54
54
  "@atlaskit/docs": "^11.7.0",
55
- "@atlaskit/form": "^15.4.0",
55
+ "@atlaskit/form": "^15.5.0",
56
56
  "@atlaskit/heading": "^5.3.0",
57
57
  "@atlaskit/icon-file-type": "^7.0.0",
58
58
  "@atlaskit/icon-object": "^7.5.0",
59
59
  "@atlaskit/link": "^3.3.0",
60
60
  "@atlaskit/logo": "^19.10.0",
61
61
  "@atlaskit/menu": "^8.4.0",
62
- "@atlaskit/modal-dialog": "^14.11.0",
62
+ "@atlaskit/modal-dialog": "^14.12.0",
63
63
  "@atlaskit/primitives": "^18.0.0",
64
64
  "@atlaskit/section-message": "^8.12.0",
65
65
  "@atlaskit/textfield": "^8.2.0",
66
66
  "@atlaskit/theme": "^22.0.0",
67
67
  "@atlaskit/toggle": "^15.2.0",
68
- "@atlaskit/tooltip": "^20.14.0",
68
+ "@atlaskit/tooltip": "^21.0.0",
69
69
  "@atlassian/feature-flags-test-utils": "^1.0.0",
70
70
  "@atlassian/ssr-tests": "workspace:^",
71
71
  "@atlassian/structured-docs-types": "workspace:^",