mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:18:03 +00:00
93a788e769
Some checks are pending
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
* refactor: workbench support popup action * fix: popup action in workben * fix: popup action in workben * feat(WorkbenchAction): adapt popup * refactor: workbench support custom request * fix: workbench support custom request * refactor: action panel * refactor: support layout * refactor: support layout * refactor: locale improve * refactor: popup action support openMode * refactor: layout * fix: bug * fix: bug * fix: bug * style: improve * fix(map): resolve issue with map not displaying * refactor: add popup action * fix: bug * refactor: confirm title * style: improve * fix: bug * fix: resolve error when creating blocks * chore: get unit test pass --------- Co-authored-by: Zeke Zhang <958414905@qq.com>
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"
|
|
}
|
|
}
|
|
}
|