@hzab/flowlong-designer 1.0.3 → 1.0.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # @hzab/flowlong-designer@1.0.5
2
+
3
+ feat:@hzab/group-user-selector 版本更新;
4
+
5
+ # @hzab/flowlong-designer@1.0.4
6
+
7
+ fix:@hzab/group-user-selector 版本更新;
8
+
1
9
  # @hzab/flowlong-designer@1.0.3
2
10
 
3
11
  fix:添加节点连接线优化;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/flowlong-designer",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "自定义审批流配置组件",
5
5
  "main": "src",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@hzab/data-model": "^1.7.0",
25
25
  "@hzab/deep-list": "^0.0.2",
26
- "@hzab/group-user-selector": "^0.0.4",
26
+ "@hzab/group-user-selector": "^0.0.7",
27
27
  "@hzab/permissions": "0.1.1",
28
28
  "@hzab/webpack-config": "^0.7.1",
29
29
  "@types/react": "^17.0.62",