@nocobase/plugin-calendar 1.5.0-beta.1 → 1.5.0-beta.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.
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.5.0-beta.1",
11
+ "@nocobase/client": "1.5.0-beta.3",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/server": "1.5.0-beta.1",
14
- "@nocobase/test": "1.5.0-beta.1",
13
+ "@nocobase/server": "1.5.0-beta.3",
14
+ "@nocobase/test": "1.5.0-beta.3",
15
15
  "react": "18.2.0",
16
16
  "@ant-design/icons": "5.2.6",
17
17
  "@formily/react": "2.3.0",
@@ -49,5 +49,6 @@
49
49
  "{{count}} more items": "{{count}} 更多事项",
50
50
  "Background color field": "背景颜色字段",
51
51
  "Not selected": "未选择",
52
- "Default view": "默认视图"
52
+ "Default view": "默认视图",
53
+ "Event open mode": "事项打开方式"
53
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "1.5.0-beta.1",
3
+ "version": "1.5.0-beta.3",
4
4
  "displayName": "Calendar",
5
5
  "displayName.zh-CN": "日历",
6
6
  "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
@@ -36,7 +36,7 @@
36
36
  "url": "git+https://github.com/nocobase/nocobase.git",
37
37
  "directory": "packages/plugins/calendar"
38
38
  },
39
- "gitHead": "10c6f1f3d90e91f3aabfa80449c7ef062e90f6af",
39
+ "gitHead": "81afcf4affdb652faf4636e6d9351828ce8906be",
40
40
  "keywords": [
41
41
  "Collections",
42
42
  "Blocks"