Skip to content

Commit f271382

Browse files
Resolve conflicts
2 parents 5e098b5 + 79f8960 commit f271382

File tree

8 files changed

+262
-73
lines changed

8 files changed

+262
-73
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Topcoder React Lib
22

3+
### v0.7.4
4+
- Added `getTcM2mToken()` function to API service, to facilitate handling of
5+
TC M2M token;
6+
- Added `getGroupTreeIds(..)`, `getTokenV3()`, and `reduceGroupIds(..)`
7+
functions to the Groups service, to facilitate deduction of all IDs in a group
8+
(sub-)tree, rooted at a specified group.
9+
310
### v0.6.0
411
A few changes related to fetch of projests visitble to users, and creation of
512
new challenges. Minor release to guard against any side-effects.

__tests__/__snapshots__/index.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ Object {
240240
"getApiV2": [Function],
241241
"getApiV3": [Function],
242242
"getApiV4": [Function],
243+
"getTcM2mToken": [Function],
243244
},
244245
"billing": Object {
245246
"default": [Function],
@@ -268,6 +269,7 @@ Object {
268269
"checkUserGroups": [Function],
269270
"default": undefined,
270271
"getService": [Function],
272+
"reduceGroupIds": [Function],
271273
},
272274
"lookup": Object {
273275
"default": undefined,

0 commit comments

Comments
 (0)