@object-ui/plugin-calendar 3.1.4 → 3.1.5

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-calendar@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-calendar
2
+ > @object-ui/plugin-calendar@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-calendar
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -7,7 +7,7 @@
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 19138ms.
10
+ [vite:dts] Declaration files built in 18888ms.
11
11
  
12
12
  computing gzip size...
13
13
  dist/index.js 45.84 kB │ gzip: 13.28 kB
@@ -19,4 +19,4 @@ rendering chunks...
19
19
  computing gzip size...
20
20
  dist/index.umd.cjs 35.04 kB │ gzip: 11.68 kB
21
21
 
22
- ✓ built in 21.05s
22
+ ✓ built in 20.45s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @object-ui/plugin-calendar
2
2
 
3
+ ## 3.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cfe0596]
8
+ - @object-ui/i18n@3.1.5
9
+ - @object-ui/react@3.1.5
10
+ - @object-ui/components@3.1.5
11
+ - @object-ui/fields@3.1.5
12
+ - @object-ui/types@3.1.5
13
+ - @object-ui/core@3.1.5
14
+ - @object-ui/mobile@3.1.5
15
+
3
16
  ## 3.1.4
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-calendar",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Calendar view plugins for Object UI - includes both ObjectQL-integrated and standalone calendar components",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "lucide-react": "^0.577.0",
28
- "@object-ui/components": "3.1.4",
29
- "@object-ui/core": "3.1.4",
30
- "@object-ui/fields": "3.1.4",
31
- "@object-ui/mobile": "3.1.4",
32
- "@object-ui/i18n": "3.1.4",
33
- "@object-ui/types": "3.1.4",
34
- "@object-ui/react": "3.1.4"
28
+ "@object-ui/components": "3.1.5",
29
+ "@object-ui/core": "3.1.5",
30
+ "@object-ui/fields": "3.1.5",
31
+ "@object-ui/i18n": "3.1.5",
32
+ "@object-ui/mobile": "3.1.5",
33
+ "@object-ui/react": "3.1.5",
34
+ "@object-ui/types": "3.1.5"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^18.0.0 || ^19.0.0",
@@ -44,7 +44,7 @@
44
44
  "typescript": "^5.9.3",
45
45
  "vite": "^8.0.1",
46
46
  "vite-plugin-dts": "^4.5.4",
47
- "@object-ui/data-objectstack": "3.1.4"
47
+ "@object-ui/data-objectstack": "3.1.5"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "vite build",