@atlaskit/icon 29.0.0 → 29.0.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 +8 -0
- package/afm-jira/tsconfig.json +1 -1
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 29.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a60a82196851a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a60a82196851a) -
|
|
8
|
+
Internal refactors to remove unused variables. No functional or public changes.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 29.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
package/afm-jira/tsconfig.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "29.0.
|
|
3
|
+
"version": "29.0.1",
|
|
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/"
|
|
@@ -93,8 +93,7 @@
|
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
95
95
|
"@atlaskit/tile": "^1.0.0",
|
|
96
|
-
"@atlaskit/tokens": "^8.
|
|
97
|
-
"@babel/register": "^7.25.9",
|
|
96
|
+
"@atlaskit/tokens": "^8.4.0",
|
|
98
97
|
"@babel/runtime": "^7.0.0",
|
|
99
98
|
"@compiled/react": "^0.18.6"
|
|
100
99
|
},
|
|
@@ -108,26 +107,26 @@
|
|
|
108
107
|
"@af/visual-regression": "workspace:^",
|
|
109
108
|
"@atlaskit/button": "^23.6.0",
|
|
110
109
|
"@atlaskit/code": "^17.3.0",
|
|
111
|
-
"@atlaskit/css": "^0.
|
|
110
|
+
"@atlaskit/css": "^0.17.0",
|
|
112
111
|
"@atlaskit/docs": "^11.2.0",
|
|
113
|
-
"@atlaskit/
|
|
114
|
-
"@atlaskit/form": "^14.2.0",
|
|
112
|
+
"@atlaskit/form": "^14.3.0",
|
|
115
113
|
"@atlaskit/heading": "^5.2.0",
|
|
116
114
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
117
115
|
"@atlaskit/icon-object": "^7.3.0",
|
|
118
116
|
"@atlaskit/link": "^3.2.0",
|
|
119
117
|
"@atlaskit/logo": "^19.9.0",
|
|
120
118
|
"@atlaskit/menu": "^8.4.0",
|
|
121
|
-
"@atlaskit/modal-dialog": "^14.
|
|
122
|
-
"@atlaskit/primitives": "^16.
|
|
119
|
+
"@atlaskit/modal-dialog": "^14.7.0",
|
|
120
|
+
"@atlaskit/primitives": "^16.4.0",
|
|
123
121
|
"@atlaskit/section-message": "^8.9.0",
|
|
124
|
-
"@atlaskit/textfield": "^8.
|
|
122
|
+
"@atlaskit/textfield": "^8.1.0",
|
|
125
123
|
"@atlaskit/theme": "^21.0.0",
|
|
126
124
|
"@atlaskit/toggle": "^15.1.0",
|
|
127
|
-
"@atlaskit/tooltip": "^20.
|
|
125
|
+
"@atlaskit/tooltip": "^20.11.0",
|
|
128
126
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
129
127
|
"@atlassian/ssr-tests": "workspace:^",
|
|
130
128
|
"@babel/core": "7.24.9",
|
|
129
|
+
"@babel/register": "^7.25.9",
|
|
131
130
|
"@codeshift/utils": "^0.2.4",
|
|
132
131
|
"@testing-library/react": "^13.4.0",
|
|
133
132
|
"fs-extra": "^4.0.2",
|