@giteeteam/apps-team-components 1.7.2 → 1.7.3

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.
@@ -206,7 +206,7 @@ const TransitionPanel = ({ itemId, itemType, workspace, objectId, onTransitionSu
206
206
  useEffect(() => {
207
207
  logger('updateWorkflowMessage', statusId);
208
208
  updateWorkflowMessage(workflowData, statusId, checkResultList);
209
- }, [statusId, workflowData, checkResultList, itemData, updateWorkflowMessage]);
209
+ }, [statusId, workflowData, checkResultList, itemData]);
210
210
  const refreshItem = useCallback((status) => {
211
211
  if (newItem.current !== itemId) {
212
212
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giteeteam/apps-team-components",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Gitee team components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",