@atlaskit/icon 25.0.1 → 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 +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 25.0.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "25.0.1",
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/"
@@ -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",
@@ -136,7 +136,7 @@
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",