@object-ui/plugin-calendar 3.1.3 → 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,16 +1,22 @@
1
1
 
2
- > @object-ui/plugin-calendar@3.1.3 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
- vite v7.3.1 building client environment for production...
6
- transforming...
7
- ✓ 77 modules transformed.
5
+ vite v8.0.1 building client environment for production...
6
+ 
8
7
  rendering chunks...
9
8
  
10
9
  [vite:dts] Start generate declaration files...
10
+ [vite:dts] Declaration files built in 18888ms.
11
+ 
11
12
  computing gzip size...
12
- dist/index.js 50.27 kB │ gzip: 13.72 kB
13
- [vite:dts] Declaration files built in 20133ms.
13
+ dist/index.js 45.84 kB │ gzip: 13.28 kB
14
+
15
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
14
16
  
15
- dist/index.umd.cjs 34.61 kB │ gzip: 12.03 kB
16
- ✓ built in 23.84s
17
+ 
18
+ rendering chunks...
19
+ computing gzip size...
20
+ dist/index.umd.cjs 35.04 kB │ gzip: 11.68 kB
21
+
22
+ ✓ built in 20.45s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
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
+
16
+ ## 3.1.4
17
+
18
+ ### Patch Changes
19
+
20
+ - @object-ui/types@3.1.4
21
+ - @object-ui/core@3.1.4
22
+ - @object-ui/i18n@3.1.4
23
+ - @object-ui/react@3.1.4
24
+ - @object-ui/components@3.1.4
25
+ - @object-ui/fields@3.1.4
26
+ - @object-ui/mobile@3.1.4
27
+
3
28
  ## 3.1.3
4
29
 
5
30
  ### Patch Changes