@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 +9 -0
- package/build/index.tsx +1 -1
- package/dist/cjs/metadata-core.js +248 -248
- package/dist/es2019/metadata-core.js +248 -248
- package/dist/esm/metadata-core.js +248 -248
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +2 -2
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
|