@atlaskit/icon-lab 5.3.0 → 5.3.1

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,14 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 5.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#196046](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/196046)
8
+ [`ae7d1b0c33757`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae7d1b0c33757) -
9
+ Removed core and utility keywords from the icon metadata
10
+ - Updated dependencies
11
+
3
12
  ## 5.3.0
4
13
 
5
14
  ### Minor Changes
package/build/index.tsx CHANGED
@@ -45,7 +45,7 @@ async function main() {
45
45
  '@atlaskit/icon-lab',
46
46
  'core',
47
47
  {},
48
- ['icon', 'icon-lab', 'core'],
48
+ ['icon', 'icon-lab'],
49
49
  coreIconMetadata,
50
50
  migrationMap,
51
51
  );