@atlaskit/icon 25.0.0 → 25.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 25.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
8
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
9
+ Update `@compiled/react` dependency for improved type checking support.
10
+ - Updated dependencies
11
+
3
12
  ## 25.0.0
4
13
 
5
14
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "25.0.0",
3
+ "version": "25.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/"
@@ -96,7 +96,7 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@atlaskit/platform-feature-flags": "^1.1.0",
99
- "@atlaskit/tokens": "^4.4.0",
99
+ "@atlaskit/tokens": "^4.5.0",
100
100
  "@babel/register": "^7.25.9",
101
101
  "@babel/runtime": "^7.0.0",
102
102
  "@emotion/react": "^11.7.1"
@@ -121,9 +121,9 @@
121
121
  "@atlaskit/link": "^3.0.0",
122
122
  "@atlaskit/logo": "^16.0.0",
123
123
  "@atlaskit/menu": "^3.1.0",
124
- "@atlaskit/modal-dialog": "^13.0.0",
125
- "@atlaskit/primitives": "^14.1.0",
126
- "@atlaskit/section-message": "^8.1.0",
124
+ "@atlaskit/modal-dialog": "^13.4.0",
125
+ "@atlaskit/primitives": "^14.2.0",
126
+ "@atlaskit/section-message": "^8.2.0",
127
127
  "@atlaskit/ssr": "^0.4.0",
128
128
  "@atlaskit/textfield": "^8.0.0",
129
129
  "@atlaskit/theme": "^18.0.0",
@@ -132,7 +132,7 @@
132
132
  "@atlaskit/visual-regression": "^0.10.0",
133
133
  "@babel/core": "7.24.9",
134
134
  "@codeshift/utils": "^0.2.4",
135
- "@compiled/react": "^0.18.2",
135
+ "@compiled/react": "^0.18.3",
136
136
  "@testing-library/react": "^13.4.0",
137
137
  "fs-extra": "^4.0.2",
138
138
  "globby": "^6.1.0",