@atlaskit/logo 16.0.2 → 16.0.3
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 +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 16.0.3
|
|
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
|
## 16.0.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.3",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@af/accessibility-testing": "^2.0.0",
|
|
39
39
|
"@af/integration-testing": "^0.5.0",
|
|
40
40
|
"@af/visual-regression": "^1.3.0",
|
|
41
|
-
"@atlaskit/code": "^16.
|
|
41
|
+
"@atlaskit/code": "^16.1.0",
|
|
42
42
|
"@atlaskit/docs": "^10.0.0",
|
|
43
43
|
"@atlaskit/form": "^12.0.0",
|
|
44
44
|
"@atlaskit/link": "^3.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@atlaskit/select": "^20.0.0",
|
|
49
49
|
"@atlaskit/ssr": "^0.4.0",
|
|
50
50
|
"@testing-library/react": "^13.4.0",
|
|
51
|
-
"jscodeshift": "^0.
|
|
51
|
+
"jscodeshift": "^0.16.1",
|
|
52
52
|
"lodash": "^4.17.21",
|
|
53
53
|
"react-dom": "^18.2.0",
|
|
54
54
|
"typescript": "~5.4.2"
|