@atlaskit/logo 16.0.0 → 16.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.
- package/CHANGELOG.md +14 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 16.0.2
|
|
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
|
+
|
|
11
|
+
## 16.0.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 16.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.2",
|
|
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/"
|
|
@@ -26,27 +26,27 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
29
|
-
"@atlaskit/theme": "^
|
|
30
|
-
"@atlaskit/tokens": "^4.
|
|
29
|
+
"@atlaskit/theme": "^18.0.0",
|
|
30
|
+
"@atlaskit/tokens": "^4.5.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0",
|
|
32
|
-
"@compiled/react": "^0.18.
|
|
32
|
+
"@compiled/react": "^0.18.3"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "^18.2.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@af/accessibility-testing": "
|
|
39
|
-
"@af/integration-testing": "
|
|
40
|
-
"@af/visual-regression": "
|
|
38
|
+
"@af/accessibility-testing": "^2.0.0",
|
|
39
|
+
"@af/integration-testing": "^0.5.0",
|
|
40
|
+
"@af/visual-regression": "^1.3.0",
|
|
41
41
|
"@atlaskit/code": "^16.0.0",
|
|
42
|
-
"@atlaskit/docs": "
|
|
42
|
+
"@atlaskit/docs": "^10.0.0",
|
|
43
43
|
"@atlaskit/form": "^12.0.0",
|
|
44
|
-
"@atlaskit/link": "
|
|
45
|
-
"@atlaskit/lozenge": "^12.
|
|
46
|
-
"@atlaskit/primitives": "^14.
|
|
47
|
-
"@atlaskit/section-message": "
|
|
48
|
-
"@atlaskit/select": "^
|
|
49
|
-
"@atlaskit/ssr": "
|
|
44
|
+
"@atlaskit/link": "^3.0.0",
|
|
45
|
+
"@atlaskit/lozenge": "^12.2.0",
|
|
46
|
+
"@atlaskit/primitives": "^14.2.0",
|
|
47
|
+
"@atlaskit/section-message": "^8.2.0",
|
|
48
|
+
"@atlaskit/select": "^20.0.0",
|
|
49
|
+
"@atlaskit/ssr": "^0.4.0",
|
|
50
50
|
"@testing-library/react": "^13.4.0",
|
|
51
51
|
"jscodeshift": "^0.13.0",
|
|
52
52
|
"lodash": "^4.17.21",
|