@nocobase/plugin-block-workbench 2.0.0-alpha.7 → 2.0.0-alpha.8

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.
@@ -11,12 +11,12 @@ module.exports = {
11
11
  "@formily/react": "2.3.7",
12
12
  "react": "18.2.0",
13
13
  "react-i18next": "11.18.6",
14
- "@nocobase/client": "2.0.0-alpha.7",
14
+ "@nocobase/client": "2.0.0-alpha.8",
15
15
  "@emotion/css": "11.13.0",
16
16
  "antd": "5.24.2",
17
17
  "antd-style": "3.7.1",
18
- "@nocobase/server": "2.0.0-alpha.7",
18
+ "@nocobase/server": "2.0.0-alpha.8",
19
19
  "@ant-design/icons": "5.6.1",
20
- "@nocobase/plugin-mobile": "2.0.0-alpha.7",
20
+ "@nocobase/plugin-mobile": "2.0.0-alpha.8",
21
21
  "react-router-dom": "6.30.1"
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-block-workbench",
3
- "version": "2.0.0-alpha.7",
3
+ "version": "2.0.0-alpha.8",
4
4
  "displayName": "Block: Action panel",
5
5
  "displayName.zh-CN": "区块:操作面板",
6
6
  "description": "Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.",
@@ -21,5 +21,5 @@
21
21
  "keywords": [
22
22
  "Blocks"
23
23
  ],
24
- "gitHead": "cb012f93256f534472d3ae56e075839ca1675779"
24
+ "gitHead": "ff91246a3914c72dc1f4000d85df10a16798ff78"
25
25
  }