@atlaskit/logo 19.1.0 → 19.3.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 +24 -0
- package/dist/cjs/index.js +280 -128
- package/dist/cjs/logo-config.js +3 -3
- package/dist/es2019/index.js +277 -101
- package/dist/es2019/logo-config.js +3 -3
- package/dist/esm/index.js +277 -101
- package/dist/esm/logo-config.js +3 -3
- package/dist/types/index.d.ts +258 -100
- package/dist/types-ts4.5/index.d.ts +258 -100
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#176906](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176906)
|
|
8
|
+
[`86b046c9bf641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/86b046c9bf641) -
|
|
9
|
+
Adds three new app logos and icons:
|
|
10
|
+
- `BitbucketDataCenterLogo` and `BitbucketDataCenterIcon`
|
|
11
|
+
- `JiraDataCenterLogo` and `JiraDataCenterIcon`
|
|
12
|
+
- `ConfluenceDataCenterLogo` and `ConfluenceDataCenterIcon`
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
18
|
+
## 19.2.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [#173001](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173001)
|
|
23
|
+
[`445bba751a18a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/445bba751a18a) -
|
|
24
|
+
Add Admin, Analytics and Align Icons. Add feature flagging to AtlassianAdmin,
|
|
25
|
+
AtlassianAdministration and AtlassianAnalytics logos/icons
|
|
26
|
+
|
|
3
27
|
## 19.1.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|