fmui-base 2.1.0-beta.9 → 2.1.1-beta.0

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish --tag beta
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.1-beta.0:流程表单修改
6
7
  - 2.1.0-beta.9:流程表单修改
7
8
  - 2.1.0-beta.8:周补丁功能合并
8
9
  - 2.1.0-beta.7:移动端关联表功能
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.0-beta.9",
3
+ "version": "2.1.1-beta.0",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",