@zscreate/form-component 1.1.221-test.1 → 1.1.221-test.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.221-test.1",
3
+ "version": "1.1.221-test.2",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",
package/readme.md CHANGED
@@ -16,4 +16,5 @@
16
16
 
17
17
  6. 结束测试记得同步到正式的版本
18
18
  npm version patch # 会自动升级版本号 1.1.87-test.1 => 1.1.87
19
+ test_24_1_10_sjj
19
20
  ```