@atlaskit/smart-card 23.4.6 → 23.4.8

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 23.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ca2b5b1a999`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca2b5b1a999) - [ux] fix Safari opening downloads in the same tab
8
+
9
+ ## 23.4.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 23.4.6
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.4.6",
3
+ "version": "23.4.8",
4
4
  "sideEffects": false
5
5
  }
@@ -66,7 +66,8 @@ var LinkInfo = function LinkInfo(_ref) {
66
66
  label: _messages.messages.download.defaultMessage
67
67
  }),
68
68
  onClick: onDownloadButtonClick,
69
- testId: "".concat(testId, "-download")
69
+ testId: "".concat(testId, "-download"),
70
+ target: "_blank"
70
71
  });
71
72
  }
72
73
  }, [downloadUrl, onDownloadButtonClick, testId]);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.4.6",
3
+ "version": "23.4.8",
4
4
  "sideEffects": false
5
5
  }
@@ -38,7 +38,8 @@ const LinkInfo = ({
38
38
  label: messages.download.defaultMessage
39
39
  }),
40
40
  onClick: onDownloadButtonClick,
41
- testId: `${testId}-download`
41
+ testId: `${testId}-download`,
42
+ target: "_blank"
42
43
  });
43
44
  }
44
45
  }, [downloadUrl, onDownloadButtonClick, testId]);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.4.6",
3
+ "version": "23.4.8",
4
4
  "sideEffects": false
5
5
  }
@@ -38,7 +38,8 @@ var LinkInfo = function LinkInfo(_ref) {
38
38
  label: messages.download.defaultMessage
39
39
  }),
40
40
  onClick: onDownloadButtonClick,
41
- testId: "".concat(testId, "-download")
41
+ testId: "".concat(testId, "-download"),
42
+ target: "_blank"
42
43
  });
43
44
  }
44
45
  }, [downloadUrl, onDownloadButtonClick, testId]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.4.6",
3
+ "version": "23.4.8",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,7 +42,7 @@
42
42
  "@atlaskit/popup": "^1.5.0",
43
43
  "@atlaskit/spinner": "^15.2.0",
44
44
  "@atlaskit/theme": "^12.2.0",
45
- "@atlaskit/tokens": "^0.10.0",
45
+ "@atlaskit/tokens": "^0.11.0",
46
46
  "@atlaskit/tooltip": "^17.6.0",
47
47
  "@atlaskit/ufo": "^0.1.0",
48
48
  "@babel/runtime": "^7.0.0",