@atlaskit/tokens 4.8.1 → 4.8.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 +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 4.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#150642](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150642)
|
|
8
|
+
[`862ea073ae70a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/862ea073ae70a) -
|
|
9
|
+
Fix bug where token-descriptions.csv had broken formatting
|
|
10
|
+
|
|
3
11
|
## 4.8.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tokens",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.2",
|
|
4
4
|
"description": "Design tokens are the single source of truth to name and store design decisions.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"react": "^18.2.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@af/formatting": "
|
|
46
|
-
"@af/visual-regression": "
|
|
45
|
+
"@af/formatting": "workspace:^",
|
|
46
|
+
"@af/visual-regression": "workspace:^",
|
|
47
47
|
"@atlaskit/avatar": "^25.0.0",
|
|
48
48
|
"@atlaskit/button": "^23.0.0",
|
|
49
49
|
"@atlaskit/calendar": "^17.1.0",
|
|
50
50
|
"@atlaskit/checkbox": "^17.1.0",
|
|
51
|
-
"@atlaskit/code": "^17.
|
|
51
|
+
"@atlaskit/code": "^17.1.0",
|
|
52
52
|
"@atlaskit/docs": "^10.0.0",
|
|
53
53
|
"@atlaskit/dropdown-menu": "^14.1.0",
|
|
54
54
|
"@atlaskit/dynamic-table": "^18.1.0",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"@atlaskit/grid": "^0.18.0",
|
|
57
57
|
"@atlaskit/heading": "^5.2.0",
|
|
58
58
|
"@atlaskit/icon": "^25.6.0",
|
|
59
|
-
"@atlaskit/inline-message": "^
|
|
59
|
+
"@atlaskit/inline-message": "^15.0.0",
|
|
60
60
|
"@atlaskit/link": "^3.1.0",
|
|
61
61
|
"@atlaskit/lozenge": "^12.2.0",
|
|
62
62
|
"@atlaskit/popup": "^4.1.0",
|
|
63
|
-
"@atlaskit/primitives": "^14.
|
|
63
|
+
"@atlaskit/primitives": "^14.7.0",
|
|
64
64
|
"@atlaskit/radio": "^8.1.0",
|
|
65
65
|
"@atlaskit/section-message": "^8.2.0",
|
|
66
66
|
"@atlaskit/select": "^20.4.0",
|