@atlaskit/smart-card 36.0.0 → 36.0.1

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/smart-card
2
2
 
3
+ ## 36.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#128098](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128098)
8
+ [`2c7474b012df9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c7474b012df9) -
9
+ Update slack help channel name
10
+ - Updated dependencies
11
+
3
12
  ## 36.0.0
4
13
 
5
14
  ### Major Changes
package/compass.yml CHANGED
@@ -10,9 +10,9 @@ links:
10
10
  - name: null
11
11
  type: REPOSITORY
12
12
  url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/linking-platform/smart-card/'
13
- - name: '#linking-platform'
13
+ - name: '#help-twg-linking-platform'
14
14
  type: CHAT_CHANNEL
15
- url: 'https://atlassian.slack.com/app_redirect?channel=linking-platform'
15
+ url: 'https://atlassian.enterprise.slack.com/archives/CFKGAQZRV'
16
16
  - name: ''
17
17
  type: ON_CALL
18
18
  url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b9c8b313-dd6d-4a41-8eeb-d7a9df55be9d'
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
11
11
  var context = exports.context = {
12
12
  componentName: 'smart-cards',
13
13
  packageName: "@atlaskit/smart-card",
14
- packageVersion: "36.0.0"
14
+ packageVersion: "36.0.1"
15
15
  };
16
16
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
17
17
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -20,7 +20,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
20
20
  _excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
21
21
  var PACKAGE_DATA = {
22
22
  packageName: "@atlaskit/smart-card",
23
- packageVersion: "36.0.0",
23
+ packageVersion: "36.0.1",
24
24
  componentName: 'linkUrl'
25
25
  };
26
26
  var Anchor = (0, _click.withLinkClickedEvent)('a');
@@ -2,7 +2,7 @@ export const ANALYTICS_CHANNEL = 'media';
2
2
  export const context = {
3
3
  componentName: 'smart-cards',
4
4
  packageName: "@atlaskit/smart-card",
5
- packageVersion: "36.0.0"
5
+ packageVersion: "36.0.1"
6
6
  };
7
7
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
8
8
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -10,7 +10,7 @@ import LinkWarningModal from './LinkWarningModal';
10
10
  import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
11
11
  const PACKAGE_DATA = {
12
12
  packageName: "@atlaskit/smart-card",
13
- packageVersion: "36.0.0",
13
+ packageVersion: "36.0.1",
14
14
  componentName: 'linkUrl'
15
15
  };
16
16
  const Anchor = withLinkClickedEvent('a');
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
4
4
  export var context = {
5
5
  componentName: 'smart-cards',
6
6
  packageName: "@atlaskit/smart-card",
7
- packageVersion: "36.0.0"
7
+ packageVersion: "36.0.1"
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -13,7 +13,7 @@ import LinkWarningModal from './LinkWarningModal';
13
13
  import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
14
14
  var PACKAGE_DATA = {
15
15
  packageName: "@atlaskit/smart-card",
16
- packageVersion: "36.0.0",
16
+ packageVersion: "36.0.1",
17
17
  componentName: 'linkUrl'
18
18
  };
19
19
  var Anchor = withLinkClickedEvent('a');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "36.0.0",
3
+ "version": "36.0.1",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -54,12 +54,12 @@
54
54
  "@atlaskit/logo": "^16.0.0",
55
55
  "@atlaskit/lozenge": "^12.2.0",
56
56
  "@atlaskit/menu": "^3.1.0",
57
- "@atlaskit/modal-dialog": "^13.1.0",
57
+ "@atlaskit/modal-dialog": "^13.2.0",
58
58
  "@atlaskit/outbound-auth-flow-client": "^3.4.0",
59
59
  "@atlaskit/platform-feature-flags": "^1.1.0",
60
60
  "@atlaskit/popup": "^2.0.0",
61
- "@atlaskit/primitives": "^14.1.0",
62
- "@atlaskit/section-message": "^8.1.0",
61
+ "@atlaskit/primitives": "^14.2.0",
62
+ "@atlaskit/section-message": "^8.2.0",
63
63
  "@atlaskit/select": "^20.0.0",
64
64
  "@atlaskit/spinner": "^18.0.0",
65
65
  "@atlaskit/textarea": "^8.0.0",