@nocobase/plugin-workflow-variable 2.0.20 → 2.0.22

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.
@@ -10,7 +10,7 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.24.2",
13
- "@nocobase/plugin-workflow": "2.0.20",
14
- "@nocobase/client": "2.0.20",
15
- "@nocobase/server": "2.0.20"
13
+ "@nocobase/plugin-workflow": "2.0.22",
14
+ "@nocobase/client": "2.0.22",
15
+ "@nocobase/server": "2.0.22"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-variable",
3
- "version": "2.0.20",
3
+ "version": "2.0.22",
4
4
  "displayName": "Workflow: Custom variable",
5
5
  "displayName.zh-CN": "工作流:自定义变量节点",
6
6
  "description": "Used for creating custom variables or assigning value to it in workflows, to save temporary data in the process.",
@@ -25,6 +25,6 @@
25
25
  "@nocobase/test": "2.x",
26
26
  "@nocobase/utils": "2.x"
27
27
  },
28
- "gitHead": "ff1f051705de230bf142b35480f3909f2be7e5fd",
28
+ "gitHead": "7b703580c4bb60f1e5e44c8fd685141bb8b3a47c",
29
29
  "license": "Apache-2.0"
30
30
  }