@object-ui/plugin-calendar 3.0.3 → 3.1.1

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,16 @@
1
1
 
2
- > @object-ui/plugin-calendar@3.0.3 build /home/runner/work/objectui/objectui/packages/plugin-calendar
2
+ > @object-ui/plugin-calendar@3.1.1 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...
6
6
  transforming...
7
- ✓ 26 modules transformed.
7
+ ✓ 77 modules transformed.
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- dist/index.js 38.73 kB │ gzip: 10.08 kB
13
- [vite:dts] Declaration files built in 14245ms.
12
+ dist/index.js 50.27 kB │ gzip: 13.72 kB
13
+ [vite:dts] Declaration files built in 18832ms.
14
14
  
15
- dist/index.umd.cjs 26.12 kB │ gzip: 8.86 kB
16
- ✓ built in 15.46s
15
+ dist/index.umd.cjs 34.61 kB │ gzip: 12.03 kB
16
+ ✓ built in 22.51s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @object-ui/plugin-calendar
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @object-ui/types@3.1.1
9
+ - @object-ui/components@3.1.1
10
+ - @object-ui/core@3.1.1
11
+ - @object-ui/fields@3.1.1
12
+ - @object-ui/mobile@3.1.1
13
+ - @object-ui/react@3.1.1
14
+ - @object-ui/i18n@3.1.1
15
+
3
16
  ## 3.0.3
4
17
 
5
18
  ### Patch Changes