@atlaskit/tokens 5.3.0 → 5.4.0
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 5.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#174665](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174665)
|
|
8
|
+
[`25634b5ccc4d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/25634b5ccc4d9) -
|
|
9
|
+
Added metric typography tokens to the CSS type schema.
|
|
10
|
+
|
|
3
11
|
## 5.3.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED