@atlaskit/smart-card 25.0.3 → 25.0.4

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
+ ## 25.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`de8c6e88424`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8c6e88424) - flexible block card metadata all left aligned
8
+
3
9
  ## 25.0.3
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "25.0.3",
3
+ "version": "25.0.4",
4
4
  "sideEffects": false
5
5
  }
@@ -67,8 +67,7 @@ var FlexibleResolvedView = function FlexibleResolvedView(_ref) {
67
67
  name: _constants.ElementName.ModifiedBy
68
68
  }, {
69
69
  name: _constants.ElementName.ModifiedOn
70
- }],
71
- secondary: [{
70
+ }, {
72
71
  name: _constants.ElementName.AttachmentCount
73
72
  }, {
74
73
  name: _constants.ElementName.CommentCount
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "25.0.3",
3
+ "version": "25.0.4",
4
4
  "sideEffects": false
5
5
  }
@@ -50,8 +50,7 @@ const FlexibleResolvedView = ({
50
50
  name: ElementName.ModifiedBy
51
51
  }, {
52
52
  name: ElementName.ModifiedOn
53
- }],
54
- secondary: [{
53
+ }, {
55
54
  name: ElementName.AttachmentCount
56
55
  }, {
57
56
  name: ElementName.CommentCount
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "25.0.3",
3
+ "version": "25.0.4",
4
4
  "sideEffects": false
5
5
  }
@@ -58,8 +58,7 @@ var FlexibleResolvedView = function FlexibleResolvedView(_ref) {
58
58
  name: ElementName.ModifiedBy
59
59
  }, {
60
60
  name: ElementName.ModifiedOn
61
- }],
62
- secondary: [{
61
+ }, {
63
62
  name: ElementName.AttachmentCount
64
63
  }, {
65
64
  name: ElementName.CommentCount
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "25.0.3",
3
+ "version": "25.0.4",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"