@atlaskit/icon 23.9.1 → 23.10.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 +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 23.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#116138](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116138)
|
|
8
|
+
[`b50c5d5d65ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b50c5d5d65ae2) -
|
|
9
|
+
Bump to the latest version of @compiled/react
|
|
10
|
+
|
|
3
11
|
## 23.9.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.10.0",
|
|
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/"
|
|
@@ -82,29 +82,29 @@
|
|
|
82
82
|
"@af/integration-testing": "*",
|
|
83
83
|
"@af/visual-regression": "*",
|
|
84
84
|
"@atlaskit/button": "^20.3.12",
|
|
85
|
-
"@atlaskit/code": "^15.
|
|
86
|
-
"@atlaskit/css": "^0.
|
|
85
|
+
"@atlaskit/code": "^15.8.0",
|
|
86
|
+
"@atlaskit/css": "^0.9.0",
|
|
87
87
|
"@atlaskit/docs": "*",
|
|
88
88
|
"@atlaskit/ds-lib": "^3.5.0",
|
|
89
|
-
"@atlaskit/form": "^11.0
|
|
90
|
-
"@atlaskit/heading": "^4.
|
|
89
|
+
"@atlaskit/form": "^11.2.0",
|
|
90
|
+
"@atlaskit/heading": "^4.3.0",
|
|
91
91
|
"@atlaskit/icon-file-type": "^6.8.0",
|
|
92
92
|
"@atlaskit/icon-object": "^6.11.0",
|
|
93
|
-
"@atlaskit/link": "^2.
|
|
94
|
-
"@atlaskit/logo": "^15.
|
|
93
|
+
"@atlaskit/link": "^2.2.0",
|
|
94
|
+
"@atlaskit/logo": "^15.4.0",
|
|
95
95
|
"@atlaskit/menu": "^2.14.0",
|
|
96
96
|
"@atlaskit/modal-dialog": "^12.19.3",
|
|
97
|
-
"@atlaskit/primitives": "^13.
|
|
97
|
+
"@atlaskit/primitives": "^13.6.0",
|
|
98
98
|
"@atlaskit/section-message": "*",
|
|
99
99
|
"@atlaskit/ssr": "*",
|
|
100
|
-
"@atlaskit/textfield": "^
|
|
100
|
+
"@atlaskit/textfield": "^7.0.0",
|
|
101
101
|
"@atlaskit/theme": "^16.0.0",
|
|
102
|
-
"@atlaskit/toggle": "^14.
|
|
103
|
-
"@atlaskit/tooltip": "^19.
|
|
102
|
+
"@atlaskit/toggle": "^14.2.0",
|
|
103
|
+
"@atlaskit/tooltip": "^19.2.0",
|
|
104
104
|
"@atlaskit/visual-regression": "*",
|
|
105
105
|
"@babel/core": "7.24.9",
|
|
106
106
|
"@codeshift/utils": "^0.2.4",
|
|
107
|
-
"@compiled/react": "^0.18.
|
|
107
|
+
"@compiled/react": "^0.18.2",
|
|
108
108
|
"@testing-library/react": "^13.4.0",
|
|
109
109
|
"fs-extra": "^4.0.2",
|
|
110
110
|
"globby": "^6.1.0",
|