@atlaskit/util-data-test 17.2.4 → 17.3.0

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,15 @@
1
1
  # @atlaskit/util-data-test
2
2
 
3
+ ## 17.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`31ca93c69a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ca93c69a3) - [ux] Adding give kudos button to the profile card
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 17.2.4
4
14
 
5
15
  ### Patch Changes
@@ -187,6 +187,12 @@ function simpleMockProfilecardClient() {
187
187
  managers: reportingLinesUsers.slice(0, halfCount),
188
188
  reports: reportingLinesUsers.slice(-halfCount)
189
189
  });
190
+ },
191
+ getTeamCentralBaseUrl: function getTeamCentralBaseUrl() {
192
+ return 'teamCentralUrl';
193
+ },
194
+ shouldShowGiveKudos: function shouldShowGiveKudos() {
195
+ return Promise.resolve(true);
190
196
  }
191
197
  };
192
198
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.2.4"
3
+ "version": "17.3.0"
4
4
  }
@@ -96,6 +96,8 @@ export function simpleMockProfilecardClient() {
96
96
  managers: reportingLinesUsers.slice(0, halfCount),
97
97
  reports: reportingLinesUsers.slice(-halfCount)
98
98
  });
99
- }
99
+ },
100
+ getTeamCentralBaseUrl: () => 'teamCentralUrl',
101
+ shouldShowGiveKudos: () => Promise.resolve(true)
100
102
  };
101
103
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.2.4"
3
+ "version": "17.3.0"
4
4
  }
@@ -168,6 +168,12 @@ export function simpleMockProfilecardClient() {
168
168
  managers: reportingLinesUsers.slice(0, halfCount),
169
169
  reports: reportingLinesUsers.slice(-halfCount)
170
170
  });
171
+ },
172
+ getTeamCentralBaseUrl: function getTeamCentralBaseUrl() {
173
+ return 'teamCentralUrl';
174
+ },
175
+ shouldShowGiveKudos: function shouldShowGiveKudos() {
176
+ return Promise.resolve(true);
171
177
  }
172
178
  };
173
179
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.2.4"
3
+ "version": "17.3.0"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.2.4",
3
+ "version": "17.3.0",
4
4
  "description": "Shared test and story data",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -66,9 +66,9 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@atlaskit/analytics-next": "^8.0.0",
69
- "@atlaskit/emoji": "^64.6.0",
69
+ "@atlaskit/emoji": "^64.7.0",
70
70
  "@atlaskit/mention": "^21.0.0",
71
- "@atlaskit/profilecard": "^16.4.0",
71
+ "@atlaskit/profilecard": "^16.5.0",
72
72
  "@atlaskit/task-decision": "^17.4.0",
73
73
  "@atlaskit/util-service-support": "^6.1.0",
74
74
  "@babel/runtime": "^7.0.0",