@object-ui/plugin-calendar 3.0.0 → 3.0.2

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.0.0 build /home/runner/work/objectui/objectui/packages/plugin-calendar
2
+ > @object-ui/plugin-calendar@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-calendar
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -15,7 +15,7 @@ rendering chunks...
15
15
 
16
16
  computing gzip size...
17
17
  dist/index.js 38.73 kB │ gzip: 10.08 kB
18
- [vite:dts] Declaration files built in 15042ms.
18
+ [vite:dts] Declaration files built in 13799ms.
19
19
  
20
20
  dist/index.umd.cjs 26.12 kB │ gzip: 8.86 kB
21
- ✓ built in 16.82s
21
+ ✓ built in 15.35s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @object-ui/plugin-calendar
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.2
8
+ - @object-ui/core@3.0.2
9
+ - @object-ui/react@3.0.2
10
+ - @object-ui/components@3.0.2
11
+ - @object-ui/fields@3.0.2
12
+ - @object-ui/mobile@3.0.2
13
+
14
+ ## 3.0.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [adf2cc0]
19
+ - @object-ui/react@3.0.1
20
+ - @object-ui/components@3.0.1
21
+ - @object-ui/fields@3.0.1
22
+ - @object-ui/types@3.0.1
23
+ - @object-ui/core@3.0.1
24
+ - @object-ui/mobile@3.0.1
25
+
3
26
  ## 3.0.0
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-calendar",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
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,12 +25,12 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "lucide-react": "^0.563.0",
28
- "@object-ui/components": "3.0.0",
29
- "@object-ui/core": "3.0.0",
30
- "@object-ui/fields": "3.0.0",
31
- "@object-ui/mobile": "3.0.0",
32
- "@object-ui/react": "3.0.0",
33
- "@object-ui/types": "3.0.0"
28
+ "@object-ui/components": "3.0.2",
29
+ "@object-ui/fields": "3.0.2",
30
+ "@object-ui/core": "3.0.2",
31
+ "@object-ui/react": "3.0.2",
32
+ "@object-ui/mobile": "3.0.2",
33
+ "@object-ui/types": "3.0.2"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "^18.0.0 || ^19.0.0",
@@ -43,7 +43,7 @@
43
43
  "typescript": "^5.9.3",
44
44
  "vite": "^7.3.1",
45
45
  "vite-plugin-dts": "^4.5.4",
46
- "@object-ui/data-objectstack": "3.0.0"
46
+ "@object-ui/data-objectstack": "3.0.2"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "vite build",