@nocobase/plugin-action-bulk-edit 1.6.5 → 1.6.7

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.
@@ -9,7 +9,7 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.6.5",
12
+ "@nocobase/client": "1.6.7",
13
13
  "antd": "5.12.8",
14
14
  "@formily/shared": "2.3.2",
15
15
  "react": "18.2.0",
@@ -18,8 +18,8 @@ module.exports = {
18
18
  "@formily/antd-v5": "1.1.9",
19
19
  "@formily/core": "2.3.0",
20
20
  "lodash": "4.17.21",
21
- "@nocobase/utils": "1.6.5",
22
- "@nocobase/server": "1.6.5",
23
- "@nocobase/test": "1.6.5",
21
+ "@nocobase/utils": "1.6.7",
22
+ "@nocobase/server": "1.6.7",
23
+ "@nocobase/test": "1.6.7",
24
24
  "@emotion/css": "11.13.0"
25
25
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "Bulk edit": "Modifica di massa",
3
- "Data will be updated": "I dati saranno aggiornati"
3
+ "Data will be updated": "I dati saranno aggiornati",
4
4
  "Entire collection":"Raccolta intera"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-bulk-edit",
3
- "version": "1.6.5",
3
+ "version": "1.6.7",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/action-bulk-edit",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-edit",
@@ -14,7 +14,7 @@
14
14
  "@nocobase/server": "1.x",
15
15
  "@nocobase/test": "1.x"
16
16
  },
17
- "gitHead": "5b6c5b28eadaa9bc8e5d05952e433a9ccd056ae9",
17
+ "gitHead": "bcd21969bb04459898c64b7735b6a76e2ded41b2",
18
18
  "keywords": [
19
19
  "Actions"
20
20
  ]