@nocobase/plugin-action-bulk-edit 1.3.23-beta → 1.3.25-beta

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.3.23-beta",
12
+ "@nocobase/client": "1.3.25-beta",
13
13
  "antd": "5.12.8",
14
14
  "react": "18.2.0",
15
15
  "react-i18next": "11.18.6",
@@ -18,8 +18,8 @@ module.exports = {
18
18
  "@formily/core": "2.3.0",
19
19
  "lodash": "4.17.21",
20
20
  "@formily/shared": "2.3.0",
21
- "@nocobase/utils": "1.3.23-beta",
22
- "@nocobase/server": "1.3.23-beta",
23
- "@nocobase/test": "1.3.23-beta",
21
+ "@nocobase/utils": "1.3.25-beta",
22
+ "@nocobase/server": "1.3.25-beta",
23
+ "@nocobase/test": "1.3.25-beta",
24
24
  "@emotion/css": "11.13.0"
25
25
  };
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "一括編集",
3
+ "Data will be updated": "データが更新されます",
4
+ "Entire collection": "全コレクション"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-bulk-edit",
3
- "version": "1.3.23-beta",
3
+ "version": "1.3.25-beta",
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": "a32ecfe2cde9b7696e7eab88a49eadda8ce1fcb7",
17
+ "gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
18
18
  "keywords": [
19
19
  "Actions"
20
20
  ]