@atlaskit/link-datasource 4.11.1 → 4.11.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#154600](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154600)
8
+ [`0b06dde976fe0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b06dde976fe0) -
9
+ Internal updates to logo component usage
10
+ - Updated dependencies
11
+
3
12
  ## 4.11.1
4
13
 
5
14
  ### Patch Changes
package/compass.yml CHANGED
@@ -21,11 +21,11 @@ links:
21
21
  - name: '#help-twg-linking-platform'
22
22
  type: CHAT_CHANNEL
23
23
  url: 'https://atlassian.enterprise.slack.com/archives/CFKGAQZRV'
24
- - name: null
24
+ - name: ''
25
25
  type: ON_CALL
26
26
  url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b9c8b313-dd6d-4a41-8eeb-d7a9df55be9d'
27
27
  - name: source code
28
28
  type: REPOSITORY
29
- url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/linking-platform/link-datasource'
29
+ url: 'https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/linking-platform/link-datasource'
30
30
  customFields: []
31
31
  relationships: {}
@@ -46,7 +46,7 @@ var PoweredByJSMAssets = exports.PoweredByJSMAssets = function PoweredByJSMAsset
46
46
  }, (0, _platformFeatureFlags.fg)('assets_as_an_app_v2') ? /*#__PURE__*/_react.default.createElement(_assets.AssetsIcon, {
47
47
  size: "24"
48
48
  }) : /*#__PURE__*/_react.default.createElement(_logo.JiraServiceManagementIcon, {
49
- size: "xsmall",
49
+ size: "xxsmall",
50
50
  appearance: "brand",
51
51
  label: props.text
52
52
  }), /*#__PURE__*/_react.default.createElement(_compiled.Box, {
@@ -38,7 +38,7 @@ export const PoweredByJSMAssets = props => {
38
38
  }, fg('assets_as_an_app_v2') ? /*#__PURE__*/React.createElement(AssetsIcon, {
39
39
  size: "24"
40
40
  }) : /*#__PURE__*/React.createElement(JiraServiceManagementIcon, {
41
- size: "xsmall",
41
+ size: "xxsmall",
42
42
  appearance: "brand",
43
43
  label: props.text
44
44
  }), /*#__PURE__*/React.createElement(Box, {
@@ -39,7 +39,7 @@ export var PoweredByJSMAssets = function PoweredByJSMAssets(props) {
39
39
  }, fg('assets_as_an_app_v2') ? /*#__PURE__*/React.createElement(AssetsIcon, {
40
40
  size: "24"
41
41
  }) : /*#__PURE__*/React.createElement(JiraServiceManagementIcon, {
42
- size: "xsmall",
42
+ size: "xxsmall",
43
43
  appearance: "brand",
44
44
  label: props.text
45
45
  }), /*#__PURE__*/React.createElement(Box, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.11.1",
3
+ "version": "4.11.2",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -65,7 +65,7 @@
65
65
  "@atlaskit/link-client-extension": "^5.0.0",
66
66
  "@atlaskit/linking-common": "^9.0.0",
67
67
  "@atlaskit/linking-types": "^9.10.0",
68
- "@atlaskit/logo": "^18.0.0",
68
+ "@atlaskit/logo": "^18.1.0",
69
69
  "@atlaskit/lozenge": "^12.2.0",
70
70
  "@atlaskit/modal-dialog": "^14.2.0",
71
71
  "@atlaskit/outbound-auth-flow-client": "^3.4.0",
@@ -198,5 +198,6 @@
198
198
  "compiled-react-select": {
199
199
  "type": "boolean"
200
200
  }
201
- }
201
+ },
202
+ "compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/9c893299-a527-4457-9b46-f3bc4c828766"
202
203
  }