@nocobase/plugin-block-multi-step-form 2.0.8 → 2.0.9

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.
@@ -8,9 +8,9 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.8",
11
+ "@nocobase/client": "2.0.9",
12
12
  "react": "18.2.0",
13
- "@nocobase/server": "2.0.8",
13
+ "@nocobase/server": "2.0.9",
14
14
  "@formily/shared": "2.3.7",
15
15
  "@ant-design/icons": "5.6.1",
16
16
  "antd": "5.24.2",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "区块:分步表单",
5
5
  "description": "Break the form with many fields into multiple steps to ease the burden on users.",
6
6
  "description.zh-CN": "将包含很多字段的表单分成多个步骤填写,以减轻用户的负担。",
7
- "version": "2.0.8",
7
+ "version": "2.0.9",
8
8
  "license": "Apache-2.0",
9
9
  "main": "dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/block-steps-from",
@@ -23,5 +23,5 @@
23
23
  "keywords": [
24
24
  "Blocks"
25
25
  ],
26
- "gitHead": "af89ac2350fded2a0a915a119b8f0e83d50711cc"
26
+ "gitHead": "bbbfb42c1a0116d9b665d43ee71688c1fdfd84f6"
27
27
  }