nocobase/lerna.json
chenyongxin 3fa93ccf36
fix: aMap repeat load issure fixed (#5490)
* fix: 修复Amap多次load导致报错的问题

* feat: branch restore

* fix: aMap repeat load issure fixed

* fix: aMap repeat load issure fixed

* Delete packages/plugins/@nocobase/plugin-calendar/src/locale/zh-CN.ts
2024-10-24 16:09:59 +08:00

14 lines
264 B
JSON

{
"version": "1.3.39-beta",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
"command": {
"version": {
"forcePublish": true,
"exact": true,
"message": "chore(versions): 😊 publish %s"
}
}
}