@atlaskit/icon 25.0.0 → 25.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 25.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#127093](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127093)
8
+ [`1378ea7a99ce1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1378ea7a99ce1) -
9
+ Upgrades `jscodeshift` to handle generics properly.
10
+ - Updated dependencies
11
+
12
+ ## 25.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
17
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
18
+ Update `@compiled/react` dependency for improved type checking support.
19
+ - Updated dependencies
20
+
3
21
  ## 25.0.0
4
22
 
5
23
  ### 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.2",
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"
@@ -110,7 +110,7 @@
110
110
  "@af/integration-testing": "^0.5.0",
111
111
  "@af/visual-regression": "^1.3.0",
112
112
  "@atlaskit/button": "^21.1.0",
113
- "@atlaskit/code": "^16.0.0",
113
+ "@atlaskit/code": "^16.1.0",
114
114
  "@atlaskit/css": "^0.10.0",
115
115
  "@atlaskit/docs": "^10.0.0",
116
116
  "@atlaskit/ds-lib": "^4.0.0",
@@ -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,11 +132,11 @@
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",
139
- "jscodeshift": "^0.13.0",
139
+ "jscodeshift": "^0.16.1",
140
140
  "lodash": "^4.17.21",
141
141
  "nullthrows": "^1.1.1",
142
142
  "pkg-dir": "^4.2.0",