File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @react-editable-tables/native" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " 轻量、零依赖的 React 可编辑表格,内置虚拟滚动、校验、数据联动和 CSS 变量主题" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-editable-tables/formily" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " 高性能可编辑表格组件,基于 Formily 2.x + antd 5.x" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ echo ">>> 构建..."
1919pnpm build
2020
2121echo " >>> 升版本号 ($BUMP )..."
22- pnpm --filter @react- editable-tables/native version " $BUMP "
23- pnpm --filter @react- editable-tables/formily version " $BUMP "
22+ (cd packages/ editable-table && npm version " $BUMP " --no-git-tag-version)
23+ (cd packages/fast- editable-table && npm version " $BUMP " --no-git-tag-version)
2424
2525echo " >>> 发布到 npm..."
2626pnpm --filter @react-editable-tables/native publish --access public --no-git-checks
You can’t perform that action at this time.
0 commit comments