Skip to content

Commit bb6b247

Browse files
committed
After merge
2 parents 8f45e42 + bb55cad commit bb6b247

File tree

15 files changed

+7897
-7716
lines changed

15 files changed

+7897
-7716
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ __coverage__
44
dist
55
node_modules
66
_auto_doc_
7-
.vscode
7+
.vscode
8+
topcoder-react-lib-*.*.*.tgz

CHANGELOG.md

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

3+
### v0.6.0
4+
A few changes related to fetch of projests visitble to users, and creation of
5+
new challenges. Minor release to guard against any side-effects.
6+
37
### v0.3.0
48
Updated to use latest **topcoder-react-utils**. A bunch of dependencies have
59
been updated in result, something can be broken.

__tests__/__snapshots__/index.js.snap

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Object {
5050
"getGroupsDone": [Function],
5151
"getGroupsInit": [Function],
5252
},
53+
"looker": Object {
54+
"getLookerDone": [Function],
55+
},
5356
"lookup": Object {
5457
"getSkillTagsDone": [Function],
5558
"getSkillTagsInit": [Function],
@@ -137,6 +140,7 @@ Object {
137140
"addUserTrait": [Function],
138141
"deleteUserTrait": [Function],
139142
"getAllUserTraits": [Function],
143+
"modifyUserTraitInit": [Function],
140144
"updateUserTrait": [Function],
141145
},
142146
"smp": Object {
@@ -219,6 +223,7 @@ Object {
219223
"direct": [Function],
220224
"errors": [Function],
221225
"groups": [Function],
226+
"looker": [Function],
222227
"lookup": [Function],
223228
"memberTasks": [Function],
224229
"members": [Function],
@@ -305,6 +310,7 @@ Object {
305310
"Spec Review": "Specification Review",
306311
},
307312
"getApiResponsePayloadV3": [Function],
313+
"getApiResponsePayloadV4": [Function],
308314
},
309315
"time": Object {
310316
"default": undefined,

0 commit comments

Comments
 (0)