@nocobase/plugin-calendar 2.0.0-alpha.6 → 2.0.0-alpha.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.
@@ -8,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.6",
11
+ "@nocobase/client": "2.0.0-alpha.7",
12
12
  "react": "18.2.0",
13
13
  "react-i18next": "11.18.6",
14
- "@nocobase/server": "2.0.0-alpha.6",
15
- "@nocobase/test": "2.0.0-alpha.6",
14
+ "@nocobase/server": "2.0.0-alpha.7",
15
+ "@nocobase/test": "2.0.0-alpha.7",
16
16
  "@ant-design/icons": "5.6.1",
17
17
  "@formily/react": "2.3.7",
18
18
  "dayjs": "1.11.13",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-alpha.7",
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": "276a65c0656bbace2df7593be0f53c96b7b0725b",
39
+ "gitHead": "cb012f93256f534472d3ae56e075839ca1675779",
40
40
  "keywords": [
41
41
  "Collections",
42
42
  "Blocks"