@atlaskit/logo 19.5.1 → 19.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 19.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#185530](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185530)
8
+ [`555824150f707`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/555824150f707) -
9
+ Fixed inconsistency in `aria-label` handling between old and new logo designs. When label is an
10
+ empty string, new logos (with `shouldUseNewLogoDesign`) now correctly remove the `aria-label`
11
+ attribute to make them decorative, matching the behavior of old logos.
12
+ - Updated dependencies
13
+
3
14
  ## 19.5.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/logo",
3
- "version": "19.5.1",
3
+ "version": "19.5.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/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
32
  "@atlaskit/temp-nav-app-icons": "^0.9.0",
33
33
  "@atlaskit/theme": "^19.0.0",
34
- "@atlaskit/tokens": "^5.4.0",
34
+ "@atlaskit/tokens": "^5.5.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@compiled/react": "^0.18.3"
37
37
  },
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/lozenge": "^13.0.0",
51
51
  "@atlaskit/primitives": "^14.10.0",
52
52
  "@atlaskit/section-message": "^8.2.0",
53
- "@atlaskit/select": "^21.1.0",
53
+ "@atlaskit/select": "^21.2.0",
54
54
  "@atlaskit/ssr": "workspace:^",
55
55
  "@atlassian/codegen": "^0.1.0",
56
56
  "@atlassian/ssr-tests": "^0.2.0",