@atlaskit/logo 19.7.1 → 19.7.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 +8 -0
- package/package.json +2 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
|
|
8
|
+
Internal changes to how border radius is applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 19.7.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.7.
|
|
3
|
+
"version": "19.7.2",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@af/visual-regression": "workspace:^",
|
|
46
46
|
"@atlaskit/code": "^17.2.0",
|
|
47
47
|
"@atlaskit/docs": "^11.0.0",
|
|
48
|
-
"@atlaskit/form": "^12.
|
|
48
|
+
"@atlaskit/form": "^12.4.0",
|
|
49
49
|
"@atlaskit/link": "^3.2.0",
|
|
50
50
|
"@atlaskit/lozenge": "^13.0.0",
|
|
51
51
|
"@atlaskit/primitives": "^14.12.0",
|
|
@@ -91,22 +91,6 @@
|
|
|
91
91
|
]
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
"af:exports": {
|
|
95
|
-
"./raw-icons": "./src/exports/raw-icons.tsx",
|
|
96
|
-
"./atlassian-icon": "./src/exports/atlassian-icon.tsx",
|
|
97
|
-
"./bitbucket-icon": "./src/exports/bitbucket-icon.tsx",
|
|
98
|
-
"./confluence-icon": "./src/exports/confluence-icon.tsx",
|
|
99
|
-
"./jira-icon": "./src/exports/jira-icon.tsx",
|
|
100
|
-
"./jira-service-management-icon": "./src/exports/jira-service-management-icon.tsx",
|
|
101
|
-
"./opsgenie-icon": "./src/exports/opsgenie.tsx",
|
|
102
|
-
"./statuspage-icon": "./src/exports/statuspage-icon.tsx",
|
|
103
|
-
"./trello-icon": "./src/exports/trello-icon.tsx",
|
|
104
|
-
"./jira-software-icon": "./src/legacy-logos/jira-software/icon.tsx",
|
|
105
|
-
"./atlas-icon": "./src/legacy-logos/atlas/icon.tsx",
|
|
106
|
-
"./constants": "./src/constants.tsx",
|
|
107
|
-
"./Wrapper": "./src/wrapper.tsx",
|
|
108
|
-
".": "./src/index.tsx"
|
|
109
|
-
},
|
|
110
94
|
"platform-feature-flags": {
|
|
111
95
|
"platform-logo-rebrand": {
|
|
112
96
|
"type": "boolean"
|