@nocobase/plugin-action-bulk-update 1.6.2 → 1.6.3

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.2",
13
+ "@nocobase/client": "1.6.3",
14
14
  "react-i18next": "11.18.6",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.6.2",
16
+ "@nocobase/utils": "1.6.3",
17
17
  "antd": "5.12.8",
18
- "@nocobase/server": "1.6.2",
19
- "@nocobase/test": "1.6.2"
18
+ "@nocobase/server": "1.6.3",
19
+ "@nocobase/test": "1.6.3"
20
20
  };
@@ -0,0 +1,6 @@
1
+ {
2
+ "Bulk update": "Massenaktualisierung",
3
+ "After successful bulk update": "Nach erfolgreicher Massenaktualisierung",
4
+ "Please select the records to be updated": "Bitte wählen Sie die zu aktualisierenden Datensätze aus",
5
+ "Entire collection": "Gesamte Sammlung"
6
+ }
@@ -2,4 +2,5 @@
2
2
  "Bulk update": "Aggiornamento di massa",
3
3
  "After successful bulk update": "Dopo un aggiornamento di massa riuscito",
4
4
  "Please select the records to be updated": "Per favore seleziona i record da aggiornare"
5
+ "Entire collection": "Raccolta intera"
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-bulk-update",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
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": "d1f1a2c1a038986f751abdeb82e9df97a2fd9e25",
17
+ "gitHead": "473210cb03d1874d107b007b1e7d3f4c62b20916",
18
18
  "keywords": [
19
19
  "Actions"
20
20
  ]