File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed
Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- v10.16 .0
1+ v10.22 .0
Original file line number Diff line number Diff line change 55notifications :
66 email : true
77node_js :
8- - ' 10.16 .0'
8+ - ' 10.22 .0'
99after_success :
1010 - npm run semantic-release
1111branches :
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export const updateCard = createAction('UPDATE_CARD')
55export const removeCard = createAction ( 'REMOVE_CARD' )
66export const moveCardAcrossLanes = createAction ( 'MOVE_CARD' )
77export const updateCards = createAction ( 'UPDATE_CARDS' )
8- export const updateCard = createAction ( 'UPDATE_CARD' )
98export const updateLanes = createAction ( 'UPDATE_LANES' )
109export const updateLane = createAction ( 'UPDATE_LANE' )
1110export const paginateLane = createAction ( 'PAGINATE_LANE' )
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ class BoardContainer extends Component {
122122 style,
123123 onDataChange,
124124 onCardAdd,
125+ onCardUpdate,
125126 onCardClick,
126127 onBeforeCardDelete,
127128 onCardDelete,
Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ class Lane extends Component {
256256 onCardDelete,
257257 onLaneDelete,
258258 onLaneUpdate,
259+ onCardUpdate,
259260 onCardMoveAcrossLanes,
260261 ...otherProps
261262 } = this . props
You can’t perform that action at this time.
0 commit comments