mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:06:25 +00:00
6767e59c02
* refactor(linkageRules): extract common function * refactor: extract forEachLinkageRule * feat: bind linkage rules to fields * feat(linkageRules): enable setting linkage rules for sub-tables and sub-forms * feat(variable): add 'Current object' variable to linkage rules * fix: make e2e tests pass * fix: adapt read pretty * fix: fix the block that does not refresh after changing linkage rules * fix: improve styling for disabled fields
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"version": "1.4.0-alpha",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": ["--ignore-engines"],
|
|
"command": {
|
|
"version": {
|
|
"forcePublish": true,
|
|
"exact": true,
|
|
"message": "chore(versions): 😊 publish %s"
|
|
}
|
|
}
|
|
}
|