@object-ui/plugin-calendar 3.1.1 → 3.1.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.1.1 build /home/runner/work/objectui/objectui/packages/plugin-calendar
2
+ > @object-ui/plugin-calendar@3.1.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...
@@ -10,7 +10,7 @@ rendering chunks...
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
12
  dist/index.js 50.27 kB │ gzip: 13.72 kB
13
- [vite:dts] Declaration files built in 18832ms.
13
+ [vite:dts] Declaration files built in 21531ms.
14
14
  
15
15
  dist/index.umd.cjs 34.61 kB │ gzip: 12.03 kB
16
- ✓ built in 22.51s
16
+ ✓ built in 24.93s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @object-ui/plugin-calendar
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.1.2
8
+ - @object-ui/core@3.1.2
9
+ - @object-ui/i18n@3.1.2
10
+ - @object-ui/react@3.1.2
11
+ - @object-ui/components@3.1.2
12
+ - @object-ui/fields@3.1.2
13
+ - @object-ui/mobile@3.1.2
14
+
3
15
  ## 3.1.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-calendar",
3
- "version": "3.1.1",
3
+ "version": "3.1.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,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "lucide-react": "^0.576.0",
28
- "@object-ui/components": "3.1.1",
29
- "@object-ui/core": "3.1.1",
30
- "@object-ui/fields": "3.1.1",
31
- "@object-ui/i18n": "3.1.1",
32
- "@object-ui/mobile": "3.1.1",
33
- "@object-ui/react": "3.1.1",
34
- "@object-ui/types": "3.1.1"
28
+ "@object-ui/components": "3.1.2",
29
+ "@object-ui/core": "3.1.2",
30
+ "@object-ui/fields": "3.1.2",
31
+ "@object-ui/i18n": "3.1.2",
32
+ "@object-ui/mobile": "3.1.2",
33
+ "@object-ui/react": "3.1.2",
34
+ "@object-ui/types": "3.1.2"
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": "^7.3.1",
46
46
  "vite-plugin-dts": "^4.5.4",
47
- "@object-ui/data-objectstack": "3.1.1"
47
+ "@object-ui/data-objectstack": "3.1.2"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "vite build",