@atlaskit/smart-card 24.0.1 → 24.0.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,11 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 24.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`134bac37edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/134bac37edc) - [ux] Adds the ChecklistProgress element to Flexible Block View's secondary section
8
+
3
9
  ## 24.0.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.1",
3
+ "version": "24.0.2",
4
4
  "sideEffects": false
5
5
  }
@@ -80,6 +80,8 @@ var FlexibleResolvedView = function FlexibleResolvedView(_ref) {
80
80
  name: _constants.ElementName.ViewCount
81
81
  }, {
82
82
  name: _constants.ElementName.VoteCount
83
+ }, {
84
+ name: _constants.ElementName.ChecklistProgress
83
85
  }, {
84
86
  name: _constants.ElementName.DueOn
85
87
  }],
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.1",
3
+ "version": "24.0.2",
4
4
  "sideEffects": false
5
5
  }
@@ -63,6 +63,8 @@ const FlexibleResolvedView = ({
63
63
  name: ElementName.ViewCount
64
64
  }, {
65
65
  name: ElementName.VoteCount
66
+ }, {
67
+ name: ElementName.ChecklistProgress
66
68
  }, {
67
69
  name: ElementName.DueOn
68
70
  }],
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.1",
3
+ "version": "24.0.2",
4
4
  "sideEffects": false
5
5
  }
@@ -71,6 +71,8 @@ var FlexibleResolvedView = function FlexibleResolvedView(_ref) {
71
71
  name: ElementName.ViewCount
72
72
  }, {
73
73
  name: ElementName.VoteCount
74
+ }, {
75
+ name: ElementName.ChecklistProgress
74
76
  }, {
75
77
  name: ElementName.DueOn
76
78
  }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.1",
3
+ "version": "24.0.2",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"