@atlaskit/logo 15.3.1 → 15.4.0
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 +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 15.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#116138](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116138)
|
|
8
|
+
[`b50c5d5d65ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b50c5d5d65ae2) -
|
|
9
|
+
Bump to the latest version of @compiled/react
|
|
10
|
+
|
|
3
11
|
## 15.3.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.4.0",
|
|
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/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/theme": "^16.0.0",
|
|
30
30
|
"@atlaskit/tokens": "^3.3.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0",
|
|
32
|
-
"@compiled/react": "^0.18.
|
|
32
|
+
"@compiled/react": "^0.18.2"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@af/accessibility-testing": "*",
|
|
39
39
|
"@af/integration-testing": "*",
|
|
40
40
|
"@af/visual-regression": "*",
|
|
41
|
-
"@atlaskit/code": "^15.
|
|
41
|
+
"@atlaskit/code": "^15.8.0",
|
|
42
42
|
"@atlaskit/docs": "*",
|
|
43
|
-
"@atlaskit/form": "^11.
|
|
43
|
+
"@atlaskit/form": "^11.2.0",
|
|
44
44
|
"@atlaskit/link": "*",
|
|
45
|
-
"@atlaskit/lozenge": "^11.
|
|
46
|
-
"@atlaskit/primitives": "^13.
|
|
45
|
+
"@atlaskit/lozenge": "^11.14.0",
|
|
46
|
+
"@atlaskit/primitives": "^13.6.0",
|
|
47
47
|
"@atlaskit/section-message": "*",
|
|
48
48
|
"@atlaskit/select": "^18.10.4",
|
|
49
49
|
"@atlaskit/ssr": "*",
|