@nocobase/plugin-action-bulk-update 1.6.4 → 1.7.0-alpha.2

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.
@@ -10,11 +10,11 @@
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
12
  "@formily/shared": "2.3.2",
13
- "@nocobase/client": "1.6.4",
13
+ "@nocobase/client": "1.7.0-alpha.2",
14
14
  "react-i18next": "11.18.6",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.6.4",
17
- "antd": "5.12.8",
18
- "@nocobase/server": "1.6.4",
19
- "@nocobase/test": "1.6.4"
16
+ "@nocobase/utils": "1.7.0-alpha.2",
17
+ "antd": "5.24.2",
18
+ "@nocobase/server": "1.7.0-alpha.2",
19
+ "@nocobase/test": "1.7.0-alpha.2"
20
20
  };
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk update": "Updaten in bulk",
3
+ "After successful bulk update": "Na succesvolle update in bulk",
4
+ "Please select the records to be updated": "Selecteer de records die moeten worden bijgewerkt"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-bulk-update",
3
- "version": "1.6.4",
3
+ "version": "1.7.0-alpha.2",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
@@ -14,7 +14,7 @@
14
14
  "@nocobase/server": "1.x",
15
15
  "@nocobase/test": "1.x"
16
16
  },
17
- "gitHead": "1df12e1cf58be1c829904346425e857319de3dee",
17
+ "gitHead": "01751fa626d5692137e3decdac3c66a742b8ea80",
18
18
  "keywords": [
19
19
  "Actions"
20
20
  ]